/*===========================================

Template Name: XeMart - Ecommerce Template
Author: Md Tahmidur Rahman
Author URL: http://snazzytheme.com/
Version: 1.0

---------------------------------------------

CSS INDEX
=========
01. Base Style
02. Top Bar
03. Top Bar 2
04. Logo Area
05. Logo Area 2
06. Cart Body
07. Sticky Menu
08. Menu Area
09. Menu Area 2
10. Mobile Menu
11. Slider Area
12. Slider Area 2
13. Service Area
14. Product Area
15. Featured Product
16. Banner 3
17. Testimonial & Brand Area
18. Banner Area
19. Best Offer
20. Full Banner
21. Front Blor Area
22. Special Offer
23. Brand Area 2
24. Breadcrumb Area
25. About Us
26. Team Area
27. Category Area
28. Single Product Area
29. Shopping Cart
30. Checkout
31. Login
32. Register
33. Comnpare
34. Terms & Condition
35. Faq
36. Error
37. Track Order
38. Blog
39. Contact
40. Footer Area

==============================================*/
/* ====================
01. Base style
==================== */
html {
  color: #222222;
  font-size: 14px;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e5e5e5;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

body {
  font-size: 14px;
  color: #555555;
  letter-spacing: 0.2px;
  font-family: "Source Sans Pro", sans-serif;
}

h1, h1 a {
  font-size: 40px;
}

h2, h2 a {
  font-size: 32px;
}

h3, h3 a {
  font-size: 28px;
}

h4, h4 a {
  font-size: 24px;
}

h5, h5 a {
  font-size: 20px;
}

h6, h6 a {
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-family: "Source Sans Pro", sans-serif;
  margin: 0;
}

p,
li,
a,
button {
  font-size: 14px;
  font-family: "Source Sans Pro", sans-serif;
  margin: 0;
  letter-spacing: 0.2px;
}

a,
a:hover {
  color: #555555;
}

ul {
  padding: 0;
  margin: 0;
}

a:hover,
a:active,
a:focus,
button:hover,
button:focus {
  text-decoration: none;
  outline: none;
}

a,
button {
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

input:focus, textarea:focus {
  outline: none;
}

.padding-fix {
  padding-left: 0;
  padding-right: 0;
}

.padding-fix-r {
  padding-right: 0;
}

.padding-fix-l {
  padding-left: 0;
}

.padding-fix-l20 {
  padding-left: 5px;
}

.margin-fix {
  margin-left: 0;
  margin-right: 0;
}

.owl-carousel .owl-item {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.owl-carousel .owl-item img {
  -webkit-transform-style: unset;
  transform-style: unset;
}

.preloader {
  background: #fff;
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
}

.preloader .load-list {
  width: 50px;
  height: 50px;
  position: relative;
  top: 50%;
  left: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.preloader .load-list .load {
  position: absolute;
  background: #5677fc;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}

.preloader .load-list .load2 {
  background: #5677fc;
  animation-delay: -1s;
  -webkit-animation-delay: -1s;
}

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/* =======================================
02. Top Bar
======================================= */
.top-bar {
  height: 40px;
  border-bottom: 1px solid #e5e5e5;
}

.top-bar .top-left .lang-box {
  position: relative;
  height: 40px;
  border: 1px solid #e5e5e5;
  border-top: none;
  border-bottom: none;
  padding: 9px 15px;
}

.top-bar .top-left .lang-box span {
  cursor: pointer;
}

.top-bar .top-left .lang-box span img {
  margin-right: 8px;
  vertical-align: text-bottom;
}

.top-bar .top-left .lang-box span i {
  margin-left: 5px;
}

.top-bar .top-left .lang-box ul {
  position: absolute;
  left: 0;
  top: 100%;
  border: 1px solid #e5e5e5;
  min-width: 125px;
  background: #fff;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  opacity: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  visibility: hidden;
  z-index: 999;
  -webkit-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  transform-origin: center top 0;
}

.top-bar .top-left .lang-box ul li {
  padding: 8px 0 8px 20px;
  cursor: pointer;
}

.top-bar .top-left .lang-box ul li img {
  margin-right: 8px;
  vertical-align: text-bottom;
}

.top-bar .top-left .lang-box ul li:hover {
  background: #f5f5f5;
}

.top-bar .top-left .lang-box:hover {
  color: #444444;
  font-weight: 600;
}

.top-bar .top-left .lang-box:hover ul {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible;
}

.top-bar .top-left .lang-box:hover ul li {
  color: #555555;
  font-weight: normal;
}

.top-bar .top-left .mny-box {
  position: relative;
  height: 40px;
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  padding: 9px 15px;
}

.top-bar .top-left .mny-box span {
  cursor: pointer;
  font-size: 14px;
color: #555555;
letter-spacing: 0.2px;
font-family: "Source Sans Pro", sans-serif;
}

.top-bar .top-left .mny-box span i {
  margin-left: 5px;
}

.top-bar .top-left .mny-box ul {
  position: absolute;
  left: 0;
  top: 100%;
  border: 1px solid #e5e5e5;
  min-width: 75px;
  background: #fff;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  opacity: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  visibility: hidden;
  z-index: 999;
  -webkit-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  transform-origin: center top 0;
}

.top-bar .top-left .mny-box ul li {
  padding: 8px 0 8px 20px;
  cursor: pointer;
}

.top-bar .top-left .mny-box ul li:hover {
  background: #f5f5f5;
}

.top-bar .top-left .mny-box:hover {
  color: #444444;
  font-weight: 600;
}

.top-bar .top-left .mny-box:hover ul {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible;
}

.top-bar .top-left .mny-box:hover ul li {
  color: #555555;
  font-weight: normal;
}

.top-bar .top-right ul li {
  margin: 0;
}

.top-bar .top-right ul li a {
  color: #555555;
  height: 40px;
  display: inline-block;
  border-right: 1px solid #e5e5e5;
  padding: 9px 15px;
}

.top-bar .top-right ul li a img {
  width: 13px;
  margin-right: 5px;
  margin-top: -3px;
}

.top-bar .top-right ul li a:hover {
  color: #444444;
  font-weight: 600;
}

.top-bar .top-right ul li:first-child a {
  border-left: 1px solid #e5e5e5;
}

/* =======================================
03. Top Bar 2
======================================= */
.top-bar2 {
  height: 40px;
  padding-top: 5px;
}

.top-bar2 .top-left .lang-box {
  position: relative;
  height: 40px;
  border-top: none;
  border-bottom: none;
  padding: 9px 15px;
  padding-left: 0;
}

.top-bar2 .top-left .lang-box span {
  cursor: pointer;
}

.top-bar2 .top-left .lang-box span img {
  margin-right: 8px;
  vertical-align: text-bottom;
}

.top-bar2 .top-left .lang-box span i {
  margin-left: 5px;
}

.top-bar2 .top-left .lang-box ul {
  position: absolute;
  left: 0;
  top: 100%;
  border: 1px solid #eeeeee;
  min-width: 125px;
  background: #fff;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  opacity: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  visibility: hidden;
  z-index: 999;
  -webkit-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  transform-origin: center top 0;
}

.top-bar2 .top-left .lang-box ul li {
  padding: 8px 0 8px 20px;
  cursor: pointer;
}

.top-bar2 .top-left .lang-box ul li img {
  margin-right: 8px;
  vertical-align: text-bottom;
}

.top-bar2 .top-left .lang-box ul li:hover {
  background: #f5f5f5;
}

.top-bar2 .top-left .lang-box:hover {
  color: #444444;
  font-weight: 600;
}

.top-bar2 .top-left .lang-box:hover ul {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible;
}

.top-bar2 .top-left .lang-box:hover ul li {
  color: #555555;
  font-weight: normal;
}

.top-bar2 .top-left .mny-box {
  position: relative;
  height: 40px;
  padding: 9px 15px;
}

.top-bar2 .top-left .mny-box span {
  cursor: pointer;
}

.top-bar2 .top-left .mny-box span i {
  margin-left: 5px;
}

.top-bar2 .top-left .mny-box ul {
  position: absolute;
  left: 0;
  top: 100%;
  border: 1px solid #eeeeee;
  min-width: 75px;
  background: #fff;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  opacity: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  visibility: hidden;
  z-index: 999;
  -webkit-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  transform-origin: center top 0;
}

.top-bar2 .top-left .mny-box ul li {
  padding: 8px 0 8px 20px;
  cursor: pointer;
}

.top-bar2 .top-left .mny-box ul li:hover {
  background: #f5f5f5;
}

.top-bar2 .top-left .mny-box:hover {
  color: #444444;
  font-weight: 600;
}

.top-bar2 .top-left .mny-box:hover ul {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible;
}

.top-bar2 .top-left .mny-box:hover ul li {
  color: #555555;
  font-weight: normal;
}

.top-bar2 .top-left .call-us {
  height: 40px;
  padding: 9px 15px;
}

.top-bar2 .top-left .call-us p {
  color: #444444;
  font-weight: 600;
}

.top-bar2 .top-left .call-us p img {
  width: 13px;
  margin-right: 5px;
  margin-top: -3px;
}

.top-bar2 .top-right ul li {
  margin: 0;
}

.top-bar2 .top-right ul li a {
  color: #555555;
  height: 40px;
  display: inline-block;
  padding: 9px 15px;
}

.top-bar2 .top-right ul li a img {
  width: 13px;
  margin-right: 5px;
  margin-top: -3px;
}

.top-bar2 .top-right ul li a:hover {
  color: #444444;
  font-weight: 600;
}

.top-bar2 .top-right ul li:last-child a {
  padding-right: 0;
}

/* =======================================
04. Logo Area
======================================= */
.logo-area {
  height: 125px;
  padding-top: 35px;
}

.logo-area .logo a img {
  margin-top: 18px;
}

.logo-area form.search-bar {
  margin-top: 12px;
  position: relative;
}

.logo-area form.search-bar input {
  border: 2px solid #dddddd;
  height: 45px;
  width: 100%;
  padding-left: 20px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

.logo-area form.search-bar input:focus {
  border-color: #5677fc;
}

.logo-area form.search-bar button {
  font-size: 18px;
  color: #5677fc;
  background: transparent;
  height: 100%;
  width: 50px;
  text-align: center;
  border: none;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  position: absolute;
  top: 0;
  right: 0;
}

.logo-area .carts-area {
  padding-top: 15px;
  padding-left: 70px;
}

.logo-area .carts-area .call-box .call-ico img {
  max-width: 40px;
}

.logo-area .carts-area .call-box .call-content span {
  color: #969696;
  font-weight: 600;
}

.logo-area .carts-area .call-box .call-content p {
  font-size: 16px;
  color: #444444;
  margin-top: -4px;
  font-weight: 600;
}

.logo-area .carts-area .cart-box {
  margin-right: 10px;
  padding-top: 5px;
  position: relative;
}

.logo-area .carts-area .cart-box a {
  position: relative;
}

.logo-area .carts-area .cart-box a span {
  font-size: 12px;
  color: #fff;
  background: #5677fc;
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: -12px;
  right: -8px;
  font-weight: 600;
  padding-top: 1px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

/* =======================================
05. Logo Area 2
======================================= */
.logo-area2 {
  height: 125px;
  padding-top: 25px;
  border-bottom: 1px solid #e5e5e5;
}

.logo-area2 .logo a img {
  margin-top: 18px;
}

.logo-area2 form.search-bar {
  margin-top: 12px;
  position: relative;
}

.logo-area2 form.search-bar input {
  border: 2px solid #dddddd;
  height: 45px;
  width: 100%;
  padding-left: 20px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

.logo-area2 form.search-bar input:focus {
  border-color: #5677fc;
}

.logo-area2 form.search-bar .search-cat {
  position: absolute;
  top: 0;
  right: 9%;
  height: 100%;
}

.logo-area2 form.search-bar .search-cat .scat-id.form-control {
  border: none;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  height: 100%;
  padding: 0 15px;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 15px;
  position: relative;
}

.logo-area2 form.search-bar .search-cat .scat-id.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.logo-area2 form.search-bar .search-cat:after {
  position: relative;
  float: right;
  content: "\f107";
  font-family: 'FontAwesome';
  font-size: 14px;
  top: -31px;
  padding-right: 10px;
  color: #666666;
}

.logo-area2 form.search-bar button {
  font-size: 18px;
  color: #5677fc;
  background: transparent;
  height: 100%;
  width: 50px;
  text-align: center;
  border: none;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  position: absolute;
  top: 0;
  right: 0;
}

.logo-area2 .carts-area {
  padding-top: 15px;
  padding-left: 70px;
}

.logo-area2 .carts-area .wsh-box {
  margin-right: 8px;
  padding-top: 5px;
  position: relative;
}

.logo-area2 .carts-area .wsh-box a {
  position: relative;
}

.logo-area2 .carts-area .wsh-box a span {
  font-size: 12px;
  color: #fff;
  background: #5677fc;
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: -12px;
  right: -8px;
  text-align: center;
  font-weight: 600;
  padding-top: 1px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.logo-area2 .carts-area .cart-box {
  margin-right: 8px;
  padding-top: 5px;
  position: relative;
}

.logo-area2 .carts-area .cart-box a {
  position: relative;
}

.logo-area2 .carts-area .cart-box a span {
  font-size: 12px;
  color: #fff;
  background: #5677fc;
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: -12px;
  right: -8px;
  text-align: center;
  font-weight: 600;
  padding-top: 1px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

/* =======================================
06. Cart Body
======================================= */
.cart-body {
  background: #fff;
  width: 350px;
  position: fixed;
  top: 0;
  right: -350px;
  z-index: 99999;
  height: 100%;
  padding: 25px;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.cart-body .close-btn {
  margin-bottom: 25px;
}

.cart-body .close-btn button.close-cart {
  color: #444444;
  background: transparent;
  border: none;
  font-weight: 600;
  padding: 0;
}

.cart-body .close-btn button.close-cart img {
  max-width: 10px;
  margin-right: 8px;
  margin-top: -3px;
}

.cart-body .crt-bd-box {
  padding: 20px;
}

.cart-body .crt-bd-box .cart-heading h5 {
  color: #222222;
  text-transform: uppercase;
  margin-bottom: 70px;
  font-weight: 600;
}

.cart-body .crt-bd-box .cart-content {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 40px;
}

.cart-body .crt-bd-box .cart-content .content-item {
  margin-bottom: 35px;
}

.cart-body .crt-bd-box .cart-content .content-item .cart-img a img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.cart-body .crt-bd-box .cart-content .content-item .cart-disc p a {
  font-size: 15px;
}

.cart-body .crt-bd-box .cart-content .content-item .cart-disc p a:hover {
  color: #5677fc;
}

.cart-body .crt-bd-box .cart-content .content-item .cart-disc span {
  font-size: 16px;
  color: #222222;
  font-weight: 600;
}

.cart-body .crt-bd-box .cart-content .content-item .delete-btn a i {
  color: #969696;
  margin-top: 15px;
}

.cart-body .crt-bd-box .cart-content .content-item .delete-btn a i:hover {
  color: #444444;
}

.cart-body .crt-bd-box .cart-btm p {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.cart-body .crt-bd-box .cart-btm p span {
  font-size: 20px;
  color: #222222;
  font-weight: 600;
  margin-left: 10px;
}

.cart-body .crt-bd-box .cart-btm a {
  font-size: 16px;
  color: #fff;
  background: #5677fc;
  display: block;
  text-align: center;
  padding: 8px;
  text-transform: uppercase;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

.cart-body .crt-bd-box .cart-btm a:hover {
  background: #e45151;
}

.cart-body.open {
  right: 0;
}

.cart-overlay {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99990;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.cart-overlay.visible {
  visibility: visible;
  opacity: 1;
}

/* =======================================
07. Sticky Menu
======================================= */
.sticky-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 fadeInDown;
  background: #fff;
  height: 80px;
  -webkit-box-shadow: 0 0 20px -10px #222222;
  box-shadow: 0 0 20px -10px #222222;
}

.sticky-menu .sticky-logo a img {
  margin-top: 25px;
}

.sticky-menu .main-menu {
  margin-top: 15px;
}

.sticky-menu .main-menu ul li {
  position: relative;
  margin-right: 20px;
}

.sticky-menu .main-menu ul li a {
  font-size: 15px;
  color: #444444;
  display: inline-block;
  font-weight: 600;
  padding: 15px 5px;
}

.sticky-menu .main-menu ul li a i {
  font-size: 14px;
  color: #666666;
}

.sticky-menu .main-menu ul li a:hover {
  cursor: pointer;
}

.sticky-menu .main-menu ul li:first-child a {
  padding-left: 0;
}

.sticky-menu .main-menu ul li ul.dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 170px;
  background: #fff;
  text-align: left;
  border: 1px solid #eeeeee;
  border-top: 3px solid #5677fc;
  padding: 0;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  opacity: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  visibility: hidden;
  z-index: 999;
  -webkit-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  transform-origin: center top 0;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}

.sticky-menu .main-menu ul li ul.dropdown li {
  position: relative;
  margin-right: 0;
}

.sticky-menu .main-menu ul li ul.dropdown li a {
  font-size: 14px;
  padding: 8px 20px;
  display: block;
  font-weight: normal;
}

.sticky-menu .main-menu ul li ul.dropdown li a:hover {
  background: #f5f5f5;
  color: #5677fc;
}

.sticky-menu .main-menu ul li:hover ul.dropdown {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible;
}

.sticky-menu .main-menu ul li.mega-menu {
  position: inherit;
}

.sticky-menu .main-menu ul li.mega-menu .mega-box {
  width: calc(140% - 30px);
  margin: 0 auto;
  position: absolute;
  left: -12%;
  top: 96%;
  background: #fff;
  text-align: left;
  border: 1px solid #eeeeee;
  border-top: 3px solid #5677fc;
  padding: 30px;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  opacity: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  visibility: hidden;
  z-index: 999;
  -webkit-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  transform-origin: center top 0;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}

.sticky-menu .main-menu ul li.mega-menu .mega-box .clt-area h6 {
  color: #444444;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
}

.sticky-menu .main-menu ul li.mega-menu .mega-box .clt-area a {
  font-size: 14px;
  color: #666666;
  padding: 0;
  margin: 0;
  margin-bottom: 12px;
  font-weight: normal;
  display: block;
}

.sticky-menu .main-menu ul li.mega-menu .mega-box .clt-area a:hover {
  color: #5677fc;
}

.sticky-menu .main-menu ul li.mega-menu .mega-box .sm-phn h6 {
  color: #444444;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
}

.sticky-menu .main-menu ul li.mega-menu .mega-box .sm-phn a {
  font-size: 14px;
  color: #666666;
  padding: 0;
  margin: 0;
  margin-bottom: 12px;
  font-weight: normal;
  display: block;
}

.sticky-menu .main-menu ul li.mega-menu .mega-box .sm-phn a:hover {
  color: #5677fc;
}

.sticky-menu .main-menu ul li.mega-menu .mega-box .lt-news h6 {
  color: #444444;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 28px;
}

.sticky-menu .main-menu ul li.mega-menu .mega-box .lt-news .news-box {
  margin-bottom: 20px;
}

.sticky-menu .main-menu ul li.mega-menu .mega-box .lt-news .news-box .news-img img {
  max-width: 65px;
  margin-right: 10px;
}

.sticky-menu .main-menu ul li.mega-menu .mega-box .lt-news .news-box .news-con p {
  margin-bottom: 3px;
}

.sticky-menu .main-menu ul li.mega-menu .mega-box .lt-news .news-box .news-con span {
  font-size: 13px;
  color: #969696;
}

.sticky-menu .main-menu ul li.mega-menu .mega-box .m-slider {
  border: 1px solid #e5e5e5;
}

.sticky-menu .main-menu ul li.mega-menu .mega-box .m-slider .slider-item {
  position: relative;
}

.sticky-menu .main-menu ul li.mega-menu .mega-box .m-slider .slider-item span {
  color: #fff;
  font-weight: 600;
  background: #e45151;
  text-transform: uppercase;
  width: 45px;
  height: 45px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  padding-top: 12px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  margin-left: 15px;
  margin-top: 15px;
}

.sticky-menu .main-menu ul li.mega-menu .mega-box .mega-bnr {
  margin-top: 20px;
}

.sticky-menu .main-menu ul li.mega-menu .mega-box .mega-bnr a.bnr-box {
  display: block;
  border: 1px solid #eeeeee;
  padding: 5px 10px 8px 0px;
}

.sticky-menu .main-menu ul li.mega-menu .mega-box .mega-bnr a.bnr-box img {
  max-width: 100px;
  margin-right: 10px;
}

.sticky-menu .main-menu ul li.mega-menu .mega-box .mega-bnr a.bnr-box span {
  font-size: 20px;
  color: #e45151;
  text-transform: uppercase;
  font-weight: 600;
  vertical-align: text-top;
}

.sticky-menu .main-menu ul li.mega-menu .mega-box .mega-bnr a.bnr-box:hover {
  border-color: #5677fc;
}

.sticky-menu .main-menu ul li.mega-menu:hover .mega-box {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible;
}

.sticky-menu .carts-area {
  padding-top: 15px;
}

.sticky-menu .carts-area .src-box {
  padding-top: 5px;
}

.sticky-menu .carts-area .src-box form {
  width: 220px;
  position: relative;
}

.sticky-menu .carts-area .src-box form input {
  width: 100%;
  height: 40px;
  border: 2px solid #dddddd;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  font-size: 15px;
  padding-left: 15px;
}

.sticky-menu .carts-area .src-box form input:focus {
  border-color: #5677fc;
}

.sticky-menu .carts-area .src-box form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 100%;
  border: none;
  color: #444444;
  background: transparent;
}

.sticky-menu .carts-area .src-box form button:hover {
  color: #e45151;
}

.sticky-menu .carts-area .wsh-box {
  margin-right: 8px;
  padding-top: 10px;
  position: relative;
}

.sticky-menu .carts-area .wsh-box a {
  position: relative;
}

.sticky-menu .carts-area .wsh-box a span {
  font-size: 12px;
  color: #fff;
  background: #5677fc;
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: -12px;
  right: -8px;
  text-align: center;
  font-weight: 600;
  padding-top: 1px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.sticky-menu .carts-area .cart-box {
  margin-right: 8px;
  padding-top: 10px;
  position: relative;
}

.sticky-menu .carts-area .cart-box a {
  position: relative;
}

.sticky-menu .carts-area .cart-box a span {
  font-size: 12px;
  color: #fff;
  background: #5677fc;
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: -12px;
  right: -8px;
  text-align: center;
  font-weight: 600;
  padding-top: 1px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.sticky-menu.sticky {
  display: inherit;
}

/* =======================================
08. Menu Area
======================================= */

.menu-area .main-menu ul li {
  position: relative;
  margin-right: 20px;
}

.menu-area .main-menu ul li a {
  font-size: 15px;
  color: #444444;
  display: inline-block;
  font-weight: 600;
  padding: 14px 5px 14px 0;
}

.menu-area .main-menu ul li a i {
  font-size: 14px;
  color: #666666;
}

.menu-area .main-menu ul li a:hover {
  cursor: pointer;
}

.menu-area .main-menu ul li:first-child a {
  padding-left: 0;
}

.menu-area .main-menu ul li:last-child.trac-btn {
  float: right;
  margin-right: 0;
}

.menu-area .main-menu ul li:last-child.trac-btn a {
  font-size: 14px;
  color: #e45151;
  background: #fff;
  padding: 4px 15px;
  border: 1px solid #e45151;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

.menu-area .main-menu ul li:last-child.trac-btn a:hover {
  background: #e45151;
  color: #fff;
}

.menu-area .main-menu ul li ul.dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 170px;
  background: #fff;
  text-align: left;
  border: 1px solid #eeeeee;
  border-top: 3px solid #5677fc;
  padding: 0;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  opacity: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  visibility: hidden;
  z-index: 999;
  -webkit-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  transform-origin: center top 0;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}

.menu-area .main-menu ul li ul.dropdown li {
  position: relative;
  margin-right: 0;
}

.menu-area .main-menu ul li ul.dropdown li a {
  font-size: 14px;
  padding: 8px 20px;
  display: block;
  font-weight: normal;
}

.menu-area .main-menu ul li ul.dropdown li a:hover {
  background: #f5f5f5;
  color: #5677fc;
}

.menu-area .main-menu ul li:hover ul.dropdown {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible;
}

.menu-area .main-menu ul li.mega-menu {
  position: inherit;
}

.menu-area .main-menu ul li.mega-menu .mega-box {
  width: calc(100% - 30px);
  margin: 0 auto;
  position: absolute;
  left: 15px;
  top: 100%;
  background: #fff;
  text-align: left;
  border: 1px solid #eeeeee;
  border-top: 3px solid #5677fc;
  padding: 30px;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  opacity: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  visibility: hidden;
  z-index: 999;
  -webkit-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  transform-origin: center top 0;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}

.menu-area .main-menu ul li.mega-menu .mega-box .clt-area h6 {
  color: #444444;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
}

.menu-area .main-menu ul li.mega-menu .mega-box .clt-area a {
  font-size: 14px;
  color: #666666;
  padding: 0;
  margin: 0;
  margin-bottom: 12px;
  font-weight: normal;
  display: block;
}

.menu-area .main-menu ul li.mega-menu .mega-box .clt-area a:hover {
  color: #5677fc;
}

.menu-area .main-menu ul li.mega-menu .mega-box .sm-phn h6 {
  color: #444444;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
}

.menu-area .main-menu ul li.mega-menu .mega-box .sm-phn a {
  font-size: 14px;
  color: #666666;
  padding: 0;
  margin: 0;
  margin-bottom: 12px;
  font-weight: normal;
  display: block;
}

.menu-area .main-menu ul li.mega-menu .mega-box .sm-phn a:hover {
  color: #5677fc;
}

.menu-area .main-menu ul li.mega-menu .mega-box .lt-news h6 {
  color: #444444;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 28px;
}

.menu-area .main-menu ul li.mega-menu .mega-box .lt-news .news-box {
  margin-bottom: 20px;
}

.menu-area .main-menu ul li.mega-menu .mega-box .lt-news .news-box .news-img img {
  max-width: 65px;
  margin-right: 10px;
}

.menu-area .main-menu ul li.mega-menu .mega-box .lt-news .news-box .news-con p {
  margin-bottom: 3px;
}

.menu-area .main-menu ul li.mega-menu .mega-box .lt-news .news-box .news-con span {
  font-size: 13px;
  color: #969696;
}

.menu-area .main-menu ul li.mega-menu .mega-box .m-slider {
  border: 1px solid #e5e5e5;
}

.menu-area .main-menu ul li.mega-menu .mega-box .m-slider .slider-item {
  position: relative;
}

.menu-area .main-menu ul li.mega-menu .mega-box .m-slider .slider-item span {
  color: #fff;
  font-weight: 600;
  background: #e45151;
  text-transform: uppercase;
  width: 45px;
  height: 45px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  padding-top: 12px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  margin-left: 15px;
  margin-top: 15px;
}

.menu-area .main-menu ul li.mega-menu .mega-box .mega-bnr {
  margin-top: 20px;
}

.menu-area .main-menu ul li.mega-menu .mega-box .mega-bnr a.bnr-box {
  display: block;
  border: 1px solid #eeeeee;
  padding: 5px 10px 8px 0px;
}

.menu-area .main-menu ul li.mega-menu .mega-box .mega-bnr a.bnr-box img {
  max-width: 100px;
  margin-right: 10px;
}

.menu-area .main-menu ul li.mega-menu .mega-box .mega-bnr a.bnr-box span {
  font-size: 20px;
  color: #e45151;
  text-transform: uppercase;
  font-weight: 600;
  vertical-align: text-top;
}

.menu-area .main-menu ul li.mega-menu .mega-box .mega-bnr a.bnr-box:hover {
  border-color: #5677fc;
}

.menu-area .main-menu ul li.mega-menu:hover .mega-box {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible;
}

/* =======================================
09. Menu Area 2
======================================= */
.menu-area2 .sidemenu {
  height: 50px;
  position: relative;
}

.menu-area2 .sidemenu p {
  font-size: 16px;
  color: #fff;
  background: #5677fc;
  font-weight: 700;
  text-transform: uppercase;
  height: 50px;
  padding: 13px 22px;
}

.menu-area2 .sidemenu p i {
  font-size: 14px;
  color: #fff;
  float: right;
  margin-top: 5px;
}

.menu-area2 .sidemenu ul.gt-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-top: none;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  opacity: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  visibility: hidden;
  z-index: 999;
  -webkit-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  transform-origin: center top 0;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}

.menu-area2 .sidemenu ul.gt-menu li a {
  display: block;
  font-size: 15px;
  padding: 8px 20px;
  border-bottom: 1px solid #eeeeee;
}

.menu-area2 .sidemenu ul.gt-menu li a img {
  margin-top: -3px;
  margin-right: 12px;
}

.menu-area2 .sidemenu ul.gt-menu li a i {
  font-size: 14px;
  color: #969696;
  float: right;
  margin-top: 4px;
}

.menu-area2 .sidemenu ul.gt-menu li a:hover {
  background: #f5f5f5;
  font-weight: 600;
}

.menu-area2 .sidemenu ul.gt-menu li:last-child a {
  border-bottom: none;
}

.menu-area2 .sidemenu ul.gt-menu li .mega-menu {
  position: absolute;
  width: calc(340% - 4px);
  max-width: 910px;
  top: 0;
  left: 100%;
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 55px;
  overflow: hidden;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  opacity: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  visibility: hidden;
  z-index: 999;
  -webkit-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  transform-origin: center top 0;
}

.menu-area2 .sidemenu ul.gt-menu li .mega-menu .smartphone h6, .menu-area2 .sidemenu ul.gt-menu li .mega-menu .tablet h6, .menu-area2 .sidemenu ul.gt-menu li .mega-menu .f-phone h6, .menu-area2 .sidemenu ul.gt-menu li .mega-menu .accesories h6 {
  color: #444444;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 600;
}

.menu-area2 .sidemenu ul.gt-menu li .mega-menu .smartphone a, .menu-area2 .sidemenu ul.gt-menu li .mega-menu .tablet a, .menu-area2 .sidemenu ul.gt-menu li .mega-menu .f-phone a, .menu-area2 .sidemenu ul.gt-menu li .mega-menu .accesories a {
  font-size: 14px;
  color: #666666;
  padding: 6px 0;
  border: none;
}

.menu-area2 .sidemenu ul.gt-menu li .mega-menu .smartphone a:hover, .menu-area2 .sidemenu ul.gt-menu li .mega-menu .tablet a:hover, .menu-area2 .sidemenu ul.gt-menu li .mega-menu .f-phone a:hover, .menu-area2 .sidemenu ul.gt-menu li .mega-menu .accesories a:hover {
  background: transparent;
  color: #5677fc;
}

.menu-area2 .sidemenu ul.gt-menu li .mega-menu .tablet {
  margin-bottom: 30px;
}

.menu-area2 .sidemenu ul.gt-menu li .mega-menu .mg-bnr img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 135px;
  margin-bottom: -135px;
  margin-right: -35px;
}

.menu-area2 .sidemenu ul.gt-menu li .mega-menu .mg-bnr .mg-content {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-right: 120px;
  margin-bottom: -15px;
}

.menu-area2 .sidemenu ul.gt-menu li .mega-menu .mg-bnr .mg-content h4 {
  color: #e45151;
  text-transform: uppercase;
  font-weight: 700;
}

.menu-area2 .sidemenu ul.gt-menu li .mega-menu .mg-bnr .mg-content span {
  font-size: 15px;
  color: #969696;
  font-weight: 600;
}

.menu-area2 .sidemenu ul.gt-menu li .mega-menu .tab-bnr img {
  margin-bottom: -80px;
  margin-right: -32px;
}

.menu-area2 .sidemenu ul.gt-menu li .mega-menu .pw-bnr img {
  width: 110px;
}

.menu-area2 .sidemenu ul.gt-menu li:hover .mega-menu {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible;
}

.menu-area2 .sidemenu:hover p {
  cursor: pointer;
}

.menu-area2 .sidemenu:hover ul.gt-menu {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible;
}

.menu-area2 .main-menu ul li {
  position: relative;
  margin-right: 20px;
}

.menu-area2 .main-menu ul li a {
  font-size: 15px;
  color: #444444;
  display: inline-block;
  font-weight: 600;
  padding: 14px 5px 14px 0;
}

.menu-area2 .main-menu ul li a i {
  font-size: 14px;
  color: #666666;
}

.menu-area2 .main-menu ul li a:hover {
  cursor: pointer;
}

.menu-area2 .main-menu ul li:last-child.cup-btn {
  float: right;
  margin-right: 0;
  margin-top: 10px;
}

.menu-area2 .main-menu ul li:last-child.cup-btn a {
  font-size: 14px;
  color: #e45151;
  background: #fff;
  padding: 4px 15px;
  border: 1px solid #e45151;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

.menu-area2 .main-menu ul li:last-child.cup-btn a:hover {
  background: #e45151;
  color: #fff;
}

.menu-area2 .main-menu ul li ul.dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 170px;
  background: #fff;
  text-align: left;
  border: 1px solid #eeeeee;
  border-top: 3px solid #5677fc;
  padding: 0;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  opacity: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  visibility: hidden;
  z-index: 999;
  -webkit-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  transform-origin: center top 0;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}

.menu-area2 .main-menu ul li ul.dropdown li {
  position: relative;
  margin-right: 0;
}

.menu-area2 .main-menu ul li ul.dropdown li a {
  font-size: 14px;
  padding: 8px 20px;
  display: block;
  font-weight: normal;
}

.menu-area2 .main-menu ul li ul.dropdown li a:hover {
  background: #f5f5f5;
  color: #5677fc;
}

.menu-area2 .main-menu ul li:hover ul.dropdown {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible;
}

.menu-area2 .main-menu ul li.mega-menu {
  position: inherit;
}

.menu-area2 .main-menu ul li.mega-menu .mega-box {
  width: calc(135% - 44px);
  margin: 0 auto;
  position: absolute;
  left: -31.5%;
  top: 100%;
  background: #fff;
  text-align: left;
  border: 1px solid #eeeeee;
  border-top: 3px solid #5677fc;
  padding: 30px;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  opacity: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  visibility: hidden;
  z-index: 999;
  -webkit-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  transform-origin: center top 0;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}

.menu-area2 .main-menu ul li.mega-menu .mega-box .clt-area h6 {
  color: #444444;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
}

.menu-area2 .main-menu ul li.mega-menu .mega-box .clt-area a {
  font-size: 14px;
  color: #666666;
  padding: 0;
  margin: 0;
  margin-bottom: 12px;
  font-weight: normal;
  display: block;
}

.menu-area2 .main-menu ul li.mega-menu .mega-box .clt-area a:hover {
  color: #5677fc;
}

.menu-area2 .main-menu ul li.mega-menu .mega-box .sm-phn h6 {
  color: #444444;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
}

.menu-area2 .main-menu ul li.mega-menu .mega-box .sm-phn a {
  font-size: 14px;
  color: #666666;
  padding: 0;
  margin: 0;
  margin-bottom: 12px;
  font-weight: normal;
  display: block;
}

.menu-area2 .main-menu ul li.mega-menu .mega-box .sm-phn a:hover {
  color: #5677fc;
}

.menu-area2 .main-menu ul li.mega-menu .mega-box .lt-news h6 {
  color: #444444;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 28px;
}

.menu-area2 .main-menu ul li.mega-menu .mega-box .lt-news .news-box {
  margin-bottom: 20px;
}

.menu-area2 .main-menu ul li.mega-menu .mega-box .lt-news .news-box .news-img img {
  max-width: 65px;
  margin-right: 10px;
}

.menu-area2 .main-menu ul li.mega-menu .mega-box .lt-news .news-box .news-con p {
  margin-bottom: 3px;
}

.menu-area2 .main-menu ul li.mega-menu .mega-box .lt-news .news-box .news-con span {
  font-size: 13px;
  color: #969696;
}

.menu-area2 .main-menu ul li.mega-menu .mega-box .m-slider {
  border: 1px solid #e5e5e5;
}

.menu-area2 .main-menu ul li.mega-menu .mega-box .m-slider .slider-item {
  position: relative;
}

.menu-area2 .main-menu ul li.mega-menu .mega-box .m-slider .slider-item span {
  color: #fff;
  font-weight: 600;
  background: #e45151;
  text-transform: uppercase;
  width: 45px;
  height: 45px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  padding-top: 12px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  margin-left: 15px;
  margin-top: 15px;
}

.menu-area2 .main-menu ul li.mega-menu .mega-box .mega-bnr {
  margin-top: 20px;
}

.menu-area2 .main-menu ul li.mega-menu .mega-box .mega-bnr a.bnr-box {
  display: block;
  border: 1px solid #eeeeee;
  padding: 5px 10px 8px 0px;
}

.menu-area2 .main-menu ul li.mega-menu .mega-box .mega-bnr a.bnr-box img {
  max-width: 100px;
  margin-right: 10px;
}

.menu-area2 .main-menu ul li.mega-menu .mega-box .mega-bnr a.bnr-box span {
  font-size: 20px;
  color: #e45151;
  text-transform: uppercase;
  font-weight: 600;
  vertical-align: text-top;
}

.menu-area2 .main-menu ul li.mega-menu .mega-box .mega-bnr a.bnr-box:hover {
  border-color: #5677fc;
}

.menu-area2 .main-menu ul li.mega-menu:hover .mega-box {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible;
}

/* ====================
10. Mobile Menu
==================== */
.mobile-menu-area {
  display: none;
}

@media (max-width: 767px) {
  .top-bar, .top-bar2, .logo-area, .logo-area2, .cart-body, .cart-overlay, .menu-area, .menu-area2 {
    display: none;
  }
}

.mean-container .mean-bar {
  background: #fff;
  float: none;
  z-index: 999;
  text-align: center;
  padding: 10px 0 15px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.mean-container .mean-bar:after {
  content: "";
  clear: both;
  display: block;
}

.mean-container .mean-bar .meanmenu-reveal {
  color: #5677fc;
  position: absolute;
  left: 0 !important;
  right: inherit;
  top: 0;
  width: 23px;
  margin-top: 20px;
  margin-left: 30px;
}

.mean-container .mean-bar .meanmenu-reveal span {
  display: block;
  background: #666666;
  height: 2px;
  margin-top: 4px;
}

.mean-container .mean-bar .mean-nav {
  float: left;
  width: 100%;
  background: transparent;
  margin-top: 0;
}

.mean-container .mean-bar .mean-nav a img {
  margin-top: 6px;
  margin-right: -60px;
  max-width: 140px;
}

.mean-container .mean-bar .mean-nav a span {
  color: #444444;
  float: right;
  padding: 3px 12px;
  margin-top: 5px;
  margin-right: 30px;
  border: 1px solid #e5e5e5;
  font-weight: 600;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.mean-container .mean-bar .mean-nav a span:hover {
  color: #fff;
  background: #5677fc;
  border-color: #5677fc;
}

.mean-container .mean-bar .mean-nav ul {
  margin-top: 35px;
  text-align: left;
  padding: 0 30px;
}

.mean-container .mean-bar .mean-nav ul li {
  position: relative;
}

.mean-container .mean-bar .mean-nav ul li a {
  color: #555555;
  display: block;
  padding: 6px 0;
  border-bottom: 1px solid #eeeeee;
  letter-spacing: 0.5px;
}

.mean-container .mean-bar .mean-nav ul li a:hover {
  color: #5677fc;
}

.mean-container .mean-bar .mean-nav ul li:nth-child(1) a {
  border-top: 1px solid #eeeeee;
}

.mean-container .mean-bar .mean-nav ul li .mean-expand {
  font-size: 22px !important;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: -6px;
  z-index: 2;
  background: transparent;
  border: none !important;
}

.mean-container .mean-bar .mean-nav ul li .mean-expand:hover {
  background: transparent;
}

.mean-container .mean-bar .mean-nav ul li ul {
  padding-left: 20px;
  margin-top: 10px;
}

.mean-container .mean-bar .mean-nav ul li ul li a {
  font-size: 13px;
  border: none !important;
}

/* =======================================
11. Slider Area
======================================= */
.slider-area {
  margin-bottom: 30px;
}

.slider-area .menu-widget p {
  font-size: 15px;
  color: #fff;
  background: #5677fc;
  padding: 12px 20px;
  text-transform: uppercase;
  font-weight: 700;
}

.slider-area .menu-widget p i {
  font-size: 14px;
  margin-right: 10px;
}

.slider-area .menu-widget ul {
  border: 1px solid #e5e5e5;
  border-top: none;
}

.slider-area .menu-widget ul li a {
  display: block;
  font-size: 15px;
  padding: 8px 20px;
  border-bottom: 1px solid #eeeeee;
}

.slider-area .menu-widget ul li a:hover {
  background: #f5f5f5;
  font-weight: 600;
}

.slider-area .menu-widget ul li a img {
  margin-top: -3px;
  margin-right: 12px;
}

.slider-area .menu-widget ul li a i {
  font-size: 14px;
  color: #969696;
  float: right;
  margin-top: 4px;
}

.slider-area .menu-widget ul li:last-child a {
  border-bottom: none;
}

.slider-area .menu-widget ul li .mega-menu {
  position: absolute;
  width: calc(300% - 0px);
  max-width: 910px;
  top: 0;
  left: 95%;
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 55px;
  overflow: hidden;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  opacity: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  visibility: hidden;
  z-index: 999;
  -webkit-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  transform-origin: center top 0;
}

.slider-area .menu-widget ul li .mega-menu .smartphone h6, .slider-area .menu-widget ul li .mega-menu .tablet h6, .slider-area .menu-widget ul li .mega-menu .f-phone h6, .slider-area .menu-widget ul li .mega-menu .accesories h6 {
  color: #444444;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 600;
}

.slider-area .menu-widget ul li .mega-menu .smartphone a, .slider-area .menu-widget ul li .mega-menu .tablet a, .slider-area .menu-widget ul li .mega-menu .f-phone a, .slider-area .menu-widget ul li .mega-menu .accesories a {
  font-size: 14px;
  color: #666666;
  padding: 6px 0;
  border: none;
}

.slider-area .menu-widget ul li .mega-menu .smartphone a:hover, .slider-area .menu-widget ul li .mega-menu .tablet a:hover, .slider-area .menu-widget ul li .mega-menu .f-phone a:hover, .slider-area .menu-widget ul li .mega-menu .accesories a:hover {
  background: transparent;
  color: #5677fc;
}

.slider-area .menu-widget ul li .mega-menu .tablet {
  margin-bottom: 30px;
}

.slider-area .menu-widget ul li .mega-menu .mg-bnr img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 135px;
  margin-bottom: -135px;
  margin-right: -35px;
}

.slider-area .menu-widget ul li .mega-menu .mg-bnr .mg-content {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-right: 120px;
  margin-bottom: -15px;
}

.slider-area .menu-widget ul li .mega-menu .mg-bnr .mg-content h4 {
  color: #e45151;
  text-transform: uppercase;
  font-weight: 700;
}

.slider-area .menu-widget ul li .mega-menu .mg-bnr .mg-content span {
  font-size: 15px;
  color: #969696;
  font-weight: 600;
}

.slider-area .menu-widget ul li .mega-menu .tab-bnr img {
  margin-bottom: -80px;
  margin-right: -32px;
}

.slider-area .menu-widget ul li .mega-menu .pw-bnr img {
  width: 110px;
}

.slider-area .menu-widget ul li:hover .mega-menu {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible;
}

.slider-area .owl-slider {
  background: #f5f5f5;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.slider-area .owl-slider .slider-item {
  position: relative;
  height: 368px;
}

.slider-area .owl-slider .slider-item .slider-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.slider-area .owl-slider .slider-item .slider-box .slider-table {
  display: table;
  width: 100%;
  height: 100%;
}

.slider-area .owl-slider .slider-item .slider-box .slider-table .slider-tablecell {
  display: table-cell;
  vertical-align: middle;
  padding: 0 50px;
}

.slider-area .owl-slider .slider-item .slider-box .slider-table .slider-tablecell h5 {
  color: #e45151;
  font-weight: 600;
  margin-bottom: 8px;
}

.slider-area .owl-slider .slider-item .slider-box .slider-table .slider-tablecell h2 {
  color: #222222;
  letter-spacing: 0;
  font-weight: 600;
  margin-bottom: 8px;
}

.slider-area .owl-slider .slider-item .slider-box .slider-table .slider-tablecell p {
  font-size: 18px;
  margin-bottom: 30px;
}

.slider-area .owl-slider .slider-item .slider-box .slider-table .slider-tablecell a {
  font-size: 15px;
  color: #fff;
  background: #5677fc;
  padding: 8px 20px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

.slider-area .owl-slider .slider-item .slider-box .slider-table .slider-tablecell a:hover {
  background: #e45151;
}

.slider-area .owl-slider .slider-item1 img {
  width: auto;
  max-width: 500px;
  position: absolute;
  bottom: 0;
  right: 25px;
}

.slider-area .owl-slider .slider-item2 img {
  width: auto;
  max-width: 400px;
  position: absolute;
  top: 20px;
  left: 30px;
}

.slider-area .owl-slider .owl-nav div {
  background: #fff;
  position: absolute;
  top: 50%;
  left: -45px;
  width: 42px;
  height: 42px;
  text-align-last: center;
  padding-top: 9px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: 999;
  margin-top: -20px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
}

.slider-area .owl-slider .owl-nav div.owl-next {
  left: inherit;
  right: -45px;
}

.slider-area .owl-slider:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
  left: 15px;
}

.slider-area .owl-slider:hover .owl-nav div.owl-next {
  left: inherit;
  right: 15px;
}

.slider-area .owl-slider .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -15px;
}

.slider-area .owl-slider .owl-dots .owl-dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 2px solid #e45151;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin: 2px;
}

.slider-area .owl-slider .owl-dots .owl-dot.active {
  background: #e45151;
}

.slider-area .slider-btm-box .single-box:not(:last-child) {
  position: relative;
  overflow: hidden;
  margin-right: 20px;
}

.slider-area .slider-btm-box .single-box:before {
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 30px;
  bottom: -30px;
  left: 0;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  opacity: 0;
  visibility: hidden;
}

.slider-area .slider-btm-box .single-box:after {
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.7);
  width: 30px;
  height: 100%;
  top: 0;
  left: -30px;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  opacity: 0;
  visibility: hidden;
}

.slider-area .slider-btm-box .single-box:hover:before {
  opacity: 1;
  visibility: visible;
  bottom: 100%;
}

.slider-area .slider-btm-box .single-box:hover:after {
  opacity: 1;
  visibility: visible;
  left: 100%;
}

.slider-area .slider-btm-box .mr-20 {
  margin-right: 20px;
}

.owl-carousel .owl-item {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.owl-carousel .owl-item img {
  -webkit-transform-style: unset;
  transform-style: unset;
}

/* =======================================
12. Slider Area 2
======================================= */
.slider-area2 {
  margin-bottom: 30px;
}

.slider-area2 .slider-wrapper {
  position: relative;
  overflow: hidden;
}

.slider-area2 .slider-wrapper .slider-item {
  background: #f5f5f5;
  height: 600px;
}

.slider-area2 .slider-wrapper .slider-item .slider-table {
  display: table;
  width: 100%;
  height: 100%;
}

.slider-area2 .slider-wrapper .slider-item .slider-table .slider-tablecell {
  display: table-cell;
  vertical-align: middle;
}

.slider-area2 .slider-wrapper .slider-item .slider-table .slider-tablecell .slider-box {
  padding-top: 13%;
  padding-left: 50px;
}

.slider-area2 .slider-wrapper .slider-item .slider-table .slider-tablecell .slider-box .effect h4 {
  color: #e45151;
  font-weight: 600;
  margin-bottom: 10px;
}

.slider-area2 .slider-wrapper .slider-item .slider-table .slider-tablecell .slider-box .effect h1 {
  font-size: 52px;
  color: #444444;
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: 10px;
}

.slider-area2 .slider-wrapper .slider-item .slider-table .slider-tablecell .slider-box .effect p {
  font-size: 30px;
  margin-bottom: 35px;
}

.slider-area2 .slider-wrapper .slider-item .slider-table .slider-tablecell .slider-box .effect a {
  font-size: 16px;
  color: #fff;
  background: #5677fc;
  padding: 8px 20px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

.slider-area2 .slider-wrapper .slider-item .slider-table .slider-tablecell .slider-box .effect a:hover {
  background: #e45151;
}

.slider-area2 .slider-wrapper .slider-item.slider2 .slider-table .slider-tablecell .slider-box {
  padding-left: 0;
}

.slider-area2 .slider-wrapper .owl-nav div {
  background: #fff;
  position: absolute;
  top: 50%;
  left: -45px;
  width: 42px;
  height: 42px;
  text-align-last: center;
  padding-top: 9px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: 999;
  margin-top: -20px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
}

.slider-area2 .slider-wrapper .owl-nav div.owl-next {
  left: inherit;
  right: -45px;
}

.slider-area2 .slider-wrapper .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -15px;
}

.slider-area2 .slider-wrapper .owl-dots .owl-dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 2px solid #e45151;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin: 2px;
}

.slider-area2 .slider-wrapper .owl-dots .owl-dot.active {
  background: #e45151;
}

.slider-area2 .slider-wrapper:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
  left: 15px;
}

.slider-area2 .slider-wrapper:hover .owl-nav div.owl-next {
  left: inherit;
  right: 15px;
}

/* =======================================
13. Service Area
======================================= */
.service-area {
  margin-bottom: 50px;
}

.service-area .service-box {
  border: 1px solid #e5e5e5;
  padding: 20px;
}

.service-area .service-box .sr-img {
  background: #5677fc;
  padding: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-right: 12px;
}

.service-area .service-box h6 {
  color: #444444;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 8px;
}

.service-area .service-box p {
  color: #969696;
}

/* =======================================
14. Product Area
======================================= */
.product-area .bt-deal {
  border: 1px solid #e5e5e5;
  padding: 20px 20px 0;
  margin-bottom: 30px;
}

.product-area .bt-deal .sec-title h6 {
  color: #444444;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 15px;
  margin-bottom: 18px;
}

.product-area .bt-deal .bt-body {
  position: relative;
}

.product-area .bt-deal .bt-body .bt-items .bt-box {
  margin-bottom: 20px;
}

.product-area .bt-deal .bt-body .bt-items .bt-box .bt-img a img {
  max-width: 85px;
  margin-right: 15px;
}

.product-area .bt-deal .bt-body .bt-items .bt-box .bt-content p {
  margin-bottom: 2px;
}

.product-area .bt-deal .bt-body .bt-items .bt-box .bt-content p a {
  color: #666666;
}

.product-area .bt-deal .bt-body .bt-items .bt-box .bt-content p a:hover {
  color: #5677fc;
}

.product-area .bt-deal .bt-body .bt-items .bt-box .bt-content ul.fav {
  margin-bottom: 2px;
}

.product-area .bt-deal .bt-body .bt-items .bt-box .bt-content ul.fav li {
  font-size: 13px;
  color: #fdba2d;
  margin-right: 0;
}

.product-area .bt-deal .bt-body .bt-items .bt-box .bt-content ul.price li {
  color: #444444;
  font-weight: 600;
  margin-right: 0;
  letter-spacing: 0;
}

.product-area .bt-deal .bt-body .bt-items .bt-box .bt-content ul.price li:last-child {
  font-size: 13px;
  color: #969696;
  margin-left: 5px;
  font-weight: normal;
  text-decoration: line-through;
}

.product-area .bt-deal .bt-body .owl-nav div {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 13px;
  border: 1px solid #e5e5e5;
  width: 20px;
  height: 20px;
  text-align: center;
  z-index: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-top: -54px;
}

.product-area .bt-deal .bt-body .owl-nav div:hover {
  background: #5677fc;
  color: #fff;
  border-color: #5677fc;
}

.product-area .bt-deal .bt-body .owl-nav div.owl-prev {
  margin-right: 25px;
}

.product-area .ftr-product {
  border: 1px solid #e5e5e5;
  padding: 16px 20px;
  margin-bottom: 30px;
}

.product-area .ftr-product .tab-box {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 18px;
  padding-bottom: 10px;
}

.product-area .ftr-product .tab-box .sec-title h5 {
  color: #444444;
  text-transform: uppercase;
  font-weight: 600;
}

.product-area .ftr-product .tab-box ul.nav {
  border: none;
  margin-right: 70px;
}

.product-area .ftr-product .tab-box ul.nav li.nav-item {
  margin: 0;
}

.product-area .ftr-product .tab-box ul.nav li.nav-item a.nav-link {
  border: none;
  padding: 3px 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

.product-area .ftr-product .tab-box ul.nav li.nav-item a.nav-link.active {
  background: #5677fc;
  color: #fff;
}

.product-area .ftr-product .tab-content .tab-pane .tab-slider {
  position: relative;
}

.product-area .ftr-product .tab-content .tab-pane .tab-slider .tab-item {
  overflow: hidden;
}

.product-area .ftr-product .tab-content .tab-pane .tab-slider .tab-item .tab-heading ul {
  margin-bottom: 3px;
}

.product-area .ftr-product .tab-content .tab-pane .tab-slider .tab-item .tab-heading ul li a {
  font-size: 13px;
  color: #969696;
}

.product-area .ftr-product .tab-content .tab-pane .tab-slider .tab-item .tab-heading ul li a:hover {
  color: #e45151;
}

.product-area .ftr-product .tab-content .tab-pane .tab-slider .tab-item .tab-heading p {
  margin-bottom: 20px;
}

.product-area .ftr-product .tab-content .tab-pane .tab-slider .tab-item .tab-heading p a {
  font-size: 16px;
  color: #5677fc;
  font-weight: 600;
}

.product-area .ftr-product .tab-content .tab-pane .tab-slider .tab-item .tab-heading p a:hover {
  color: #e45151;
}

.product-area .ftr-product .tab-content .tab-pane .tab-slider .tab-item .tab-img {
  margin-bottom: 20px;
  position: relative;
}

.product-area .ftr-product .tab-content .tab-pane .tab-slider .tab-item .tab-img img.main-img {
  max-width: 100%;
}

.product-area .ftr-product .tab-content .tab-pane .tab-slider .tab-item .tab-img img.sec-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  opacity: 0;
  visibility: hidden;
  max-width: 100%;
}

.product-area .ftr-product .tab-content .tab-pane .tab-slider .tab-item .tab-img span.sale {
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  background: #e45151;
  text-transform: uppercase;
  width: 42px;
  height: 42px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  padding-top: 12px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  margin-left: 15px;
  margin-top: 15px;
}

.product-area .ftr-product .tab-content .tab-pane .tab-slider .tab-item .tab-img span.new {
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  background: #5677fc;
  text-transform: uppercase;
  width: 42px;
  height: 42px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  padding-top: 12px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  margin-left: 15px;
  margin-top: 15px;
}

.product-area .ftr-product .tab-content .tab-pane .tab-slider .tab-item .tab-img .layer-box a {
  border: 1px solid #dddddd;
  padding: 5px 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 0;
  right: -45px;
  margin-right: 10px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
}

.product-area .ftr-product .tab-content .tab-pane .tab-slider .tab-item .tab-img .layer-box a img {
  max-width: 16px;
  display: inline-block;
}

.product-area .ftr-product .tab-content .tab-pane .tab-slider .tab-item .tab-img .layer-box a:hover {
  border-color: #e45151;
}

.product-area .ftr-product .tab-content .tab-pane .tab-slider .tab-item .tab-img .layer-box a.it-comp {
  margin-top: 60px;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.product-area .ftr-product .tab-content .tab-pane .tab-slider .tab-item .tab-img .layer-box a.it-fav {
  margin-top: 15px;
  -webkit-transition-delay: 0.0s;
  -o-transition-delay: 0.0s;
  transition-delay: 0.0s;
}

.product-area .ftr-product .tab-content .tab-pane .tab-slider .tab-item .img-content ul.fav {
  margin-bottom: 6px;
}

.product-area .ftr-product .tab-content .tab-pane .tab-slider .tab-item .img-content ul.fav li {
  margin: 0;
}

.product-area .ftr-product .tab-content .tab-pane .tab-slider .tab-item .img-content ul.fav li i {
  font-size: 13px;
  color: #fdba2d;
}

.product-area .ftr-product .tab-content .tab-pane .tab-slider .tab-item .img-content ul.price li {
  font-size: 18px;
  color: #444444;
  font-weight: 600;
  letter-spacing: 0;
}

.product-area .ftr-product .tab-content .tab-pane .tab-slider .tab-item .img-content ul.price li:last-child {
  font-size: 14px;
  color: #969696;
  font-weight: normal;
  text-decoration: line-through;
}

.product-area .ftr-product .tab-content .tab-pane .tab-slider .tab-item .img-content a {
  background: #eeeeee;
  display: inline-block;
  padding: 10px;
  border: 1px solid #dddddd;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-top: 8px;
}

.product-area .ftr-product .tab-content .tab-pane .tab-slider .tab-item .img-content a:hover {
  border-color: #e45151;
}

.product-area .ftr-product .tab-content .tab-pane .tab-slider .tab-item:hover .tab-img img.sec-img {
  visibility: visible;
  opacity: 1;
}

.product-area .ftr-product .tab-content .tab-pane .tab-slider .tab-item:hover .tab-img .layer-box a {
  right: 0;
  visibility: visible;
  opacity: 1;
}

.product-area .ftr-product .tab-content .tab-pane .tab-slider .owl-nav div {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 15px;
  border: 1px solid #e5e5e5;
  width: 25px;
  height: 25px;
  padding-top: 1px;
  text-align: center;
  z-index: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-top: -55px;
}

.product-area .ftr-product .tab-content .tab-pane .tab-slider .owl-nav div:hover {
  background: #5677fc;
  color: #fff;
}

.product-area .ftr-product .tab-content .tab-pane .tab-slider .owl-nav div.owl-prev {
  margin-right: 30px;
}

.product-area .banner {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.product-area .banner:before {
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 30px;
  bottom: -30px;
  left: 0;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  opacity: 0;
  visibility: hidden;
}

.product-area .banner:after {
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.7);
  width: 30px;
  height: 100%;
  top: 0;
  left: -30px;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  opacity: 0;
  visibility: hidden;
}

.product-area .banner:hover:before {
  opacity: 1;
  visibility: visible;
  bottom: 100%;
}

.product-area .banner:hover:after {
  opacity: 1;
  visibility: visible;
  left: 100%;
}

.product-area .ht-offer {
  border: 1px solid #e5e5e5;
  padding: 20px;
  margin-bottom: 30px;
}

.product-area .ht-offer .sec-title h6 {
  color: #444444;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 15px;
  margin-bottom: 18px;
}

.product-area .ht-offer .ht-body {
  position: relative;
}

.product-area .ht-offer .ht-body .ht-item .ht-img {
  position: relative;
}

.product-area .ht-offer .ht-body .ht-item .ht-img a img {
  margin-bottom: 15px;
}

.product-area .ht-offer .ht-body .ht-item .ht-img span {
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  background: #e45151;
  text-transform: uppercase;
  width: 42px;
  height: 42px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  padding-top: 12px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  margin-left: 15px;
  margin-top: 15px;
}

.product-area .ht-offer .ht-body .ht-item .ht-img ul.counter-box {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 15px;
  width: 100%;
}

.product-area .ht-offer .ht-body .ht-item .ht-img ul.counter-box li {
  background: #fff;
  border: 1px solid #e5e5e5;
  width: 45px;
  height: 45px;
  margin: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 700;
  padding-top: 5px;
}

.product-area .ht-offer .ht-body .ht-item .ht-img ul.counter-box li p {
  font-size: 11px;
  font-weight: 500;
  margin-top: -3px;
  text-transform: uppercase;
}

.product-area .ht-offer .ht-body .ht-item .ht-content p {
  margin-bottom: 2px;
}

.product-area .ht-offer .ht-body .ht-item .ht-content p a {
  font-size: 15px;
  color: #666666;
}

.product-area .ht-offer .ht-body .ht-item .ht-content p a:hover {
  color: #5677fc;
}

.product-area .ht-offer .ht-body .ht-item .ht-content ul.fav {
  margin-bottom: 2px;
}

.product-area .ht-offer .ht-body .ht-item .ht-content ul.fav li {
  font-size: 13px;
  color: #fdba2d;
  margin-right: 0;
}

.product-area .ht-offer .ht-body .ht-item .ht-content ul.price li {
  font-size: 15px;
  color: #444444;
  font-weight: 600;
  margin-right: 0;
  letter-spacing: 0;
}

.product-area .ht-offer .ht-body .ht-item .ht-content ul.price li:last-child {
  font-size: 14px;
  color: #969696;
  margin-left: 10px;
  font-weight: normal;
  text-decoration: line-through;
}

.product-area .ht-offer .ht-body .owl-nav div {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 13px;
  border: 1px solid #e5e5e5;
  width: 20px;
  height: 20px;
  text-align: center;
  z-index: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-top: -54px;
}

.product-area .ht-offer .ht-body .owl-nav div:hover {
  background: #5677fc;
  color: #fff;
  border-color: #5677fc;
}

.product-area .ht-offer .ht-body .owl-nav div.owl-prev {
  margin-right: 25px;
}

.product-area .new-product {
  border: 1px solid #e5e5e5;
  padding: 16px 20px;
  margin-bottom: 30px;
}

.product-area .new-product .sec-title h5 {
  color: #444444;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 18px;
  padding-bottom: 10px;
}

.product-area .new-product .new-slider .new-item {
  overflow: hidden;
}

.product-area .new-product .new-slider .new-item .tab-heading ul {
  margin-bottom: 3px;
}

.product-area .new-product .new-slider .new-item .tab-heading ul li a {
  font-size: 13px;
  color: #969696;
}

.product-area .new-product .new-slider .new-item .tab-heading ul li a:hover {
  color: #e45151;
}

.product-area .new-product .new-slider .new-item .tab-heading p {
  margin-bottom: 20px;
}

.product-area .new-product .new-slider .new-item .tab-heading p a {
  font-size: 16px;
  color: #5677fc;
  font-weight: 600;
}

.product-area .new-product .new-slider .new-item .tab-heading p a:hover {
  color: #e45151;
}

.product-area .new-product .new-slider .new-item .new-img {
  margin-bottom: 20px;
  position: relative;
}

.product-area .new-product .new-slider .new-item .new-img img.sec-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  opacity: 0;
  visibility: hidden;
}

.product-area .new-product .new-slider .new-item .new-img .layer-box a {
  border: 1px solid #dddddd;
  padding: 5px 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 0;
  right: -45px;
  margin-right: 10px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
}

.product-area .new-product .new-slider .new-item .new-img .layer-box a img {
  max-width: 16px;
  display: inline-block;
}

.product-area .new-product .new-slider .new-item .new-img .layer-box a:hover {
  border-color: #e45151;
}

.product-area .new-product .new-slider .new-item .new-img .layer-box a.it-comp {
  margin-top: 60px;
  -webkit-transition-delay: 0.06s;
  -o-transition-delay: 0.06s;
  transition-delay: 0.06s;
}

.product-area .new-product .new-slider .new-item .new-img .layer-box a.it-fav {
  margin-top: 15px;
  -webkit-transition-delay: 0.0s;
  -o-transition-delay: 0.0s;
  transition-delay: 0.0s;
}

.product-area .new-product .new-slider .new-item .img-content ul.fav {
  margin-bottom: 6px;
}

.product-area .new-product .new-slider .new-item .img-content ul.fav li {
  margin: 0;
}

.product-area .new-product .new-slider .new-item .img-content ul.fav li i {
  font-size: 13px;
  color: #fdba2d;
}

.product-area .new-product .new-slider .new-item .img-content ul.price li {
  font-size: 18px;
  color: #444444;
  font-weight: 600;
  letter-spacing: 0;
}

.product-area .new-product .new-slider .new-item .img-content ul.price li:last-child {
  font-size: 14px;
  color: #969696;
  font-weight: normal;
  text-decoration: line-through;
}

.product-area .new-product .new-slider .new-item .img-content a {
  background: #eeeeee;
  display: inline-block;
  padding: 10px;
  border: 1px solid #dddddd;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-top: 8px;
}

.product-area .new-product .new-slider .new-item .img-content a:hover {
  border-color: #e45151;
}

.product-area .new-product .new-slider .new-item:hover .new-img img.sec-img {
  visibility: visible;
  opacity: 1;
}

.product-area .new-product .new-slider .new-item:hover .new-img .layer-box a {
  right: 0;
  visibility: visible;
  opacity: 1;
}

.product-area .new-product .new-slider .owl-nav div {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 15px;
  border: 1px solid #e5e5e5;
  width: 25px;
  height: 25px;
  padding-top: 1px;
  text-align: center;
  z-index: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-top: -55px;
}

.product-area .new-product .new-slider .owl-nav div:hover {
  background: #5677fc;
  color: #fff;
}

.product-area .new-product .new-slider .owl-nav div.owl-prev {
  margin-right: 30px;
}

.product-area .banner-two {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.product-area .banner-two:before {
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 30px;
  bottom: -30px;
  left: 0;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  opacity: 0;
  visibility: hidden;
}

.product-area .banner-two:after {
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.7);
  width: 30px;
  height: 100%;
  top: 0;
  left: -30px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.product-area .banner-two:hover:before {
  opacity: 1;
  visibility: visible;
  bottom: 100%;
}

.product-area .banner-two:hover:after {
  opacity: 1;
  visibility: visible;
  left: 100%;
}

.product-area .top-slr {
  border: 1px solid #e5e5e5;
  padding: 16px 20px 0;
  margin-bottom: 30px;
}

.product-area .top-slr .sec-title h5 {
  color: #444444;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 18px;
  padding-bottom: 10px;
}

.product-area .top-slr .slr-slider {
  position: relative;
}

.product-area .top-slr .slr-slider .slr-items .slr-box {
  margin-bottom: 20px;
}

.product-area .top-slr .slr-slider .slr-items .slr-box .slr-img a img {
  max-width: 85px;
  margin-right: 15px;
}

.product-area .top-slr .slr-slider .slr-items .slr-box .slr-content p {
  margin-bottom: 2px;
}

.product-area .top-slr .slr-slider .slr-items .slr-box .slr-content p a {
  color: #666666;
}

.product-area .top-slr .slr-slider .slr-items .slr-box .slr-content p a:hover {
  color: #5677fc;
}

.product-area .top-slr .slr-slider .slr-items .slr-box .slr-content ul.fav {
  margin-bottom: 2px;
}

.product-area .top-slr .slr-slider .slr-items .slr-box .slr-content ul.fav li {
  font-size: 13px;
  color: #fdba2d;
  margin-right: 0;
}

.product-area .top-slr .slr-slider .slr-items .slr-box .slr-content ul.price li {
  color: #444444;
  font-weight: 600;
  margin-right: 0;
  letter-spacing: 0;
}

.product-area .top-slr .slr-slider .slr-items .slr-box .slr-content ul.price li:last-child {
  font-size: 13px;
  color: #969696;
  margin-left: 5px;
  font-weight: normal;
  text-decoration: line-through;
}

.product-area .top-slr .slr-slider .owl-nav div {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 15px;
  border: 1px solid #e5e5e5;
  width: 25px;
  height: 25px;
  text-align: center;
  padding-top: 1px;
  z-index: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-top: -55px;
}

.product-area .top-slr .slr-slider .owl-nav div:hover {
  background: #5677fc;
  color: #fff;
  border-color: #5677fc;
}

.product-area .top-slr .slr-slider .owl-nav div.owl-prev {
  margin-right: 30px;
}

.product-area .hm-blog {
  border: 1px solid #e5e5e5;
  padding: 16px 20px;
}

.product-area .hm-blog .sec-title h5 {
  color: #444444;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 18px;
  padding-bottom: 10px;
}

.product-area .hm-blog .blog-slider .blog-item .blog-img a img {
  margin-bottom: 15px;
}

.product-area .hm-blog .blog-slider .blog-item .blog-content h6 {
  margin-bottom: 10px;
}

.product-area .hm-blog .blog-slider .blog-item .blog-content h6 a {
  color: #444444;
  font-weight: 600;
}

.product-area .hm-blog .blog-slider .blog-item .blog-content h6 a:hover {
  color: #5677fc;
}

.product-area .hm-blog .blog-slider .blog-item .blog-content ul {
  margin-bottom: 10px;
}

.product-area .hm-blog .blog-slider .blog-item .blog-content ul li i {
  font-size: 12px;
  color: #969696;
  margin-right: 5px;
}

.product-area .hm-blog .blog-slider .blog-item .blog-content ul li a:hover {
  color: #5677fc;
}

.product-area .hm-blog .blog-slider .blog-item .blog-content ul li:nth-child(1) {
  margin-right: 10px;
}

.product-area .hm-blog .blog-slider .blog-item .blog-content p {
  color: #666666;
  line-height: 25px;
  letter-spacing: 0.3px;
}

.product-area .hm-blog .blog-slider .owl-nav div {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 15px;
  border: 1px solid #e5e5e5;
  width: 25px;
  height: 25px;
  text-align: center;
  padding-top: 1px;
  z-index: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-top: -55px;
}

.product-area .hm-blog .blog-slider .owl-nav div:hover {
  background: #5677fc;
  color: #fff;
  border-color: #5677fc;
}

.product-area .hm-blog .blog-slider .owl-nav div.owl-prev {
  margin-right: 30px;
}

.product-area .hm-test {
  border: 1px solid #e5e5e5;
  padding: 30px 20px;
  margin-bottom: 30px;
}

.product-area .hm-test .test-body .test-item img {
  max-width: 90px;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 20px;
}

.product-area .hm-test .test-body .test-item h6 {
  font-size: 15px;
  color: #444444;
  margin-bottom: 3px;
  font-weight: 600;
}

.product-area .hm-test .test-body .test-item span {
  color: #969696;
  display: inline-block;
  margin-bottom: 10px;
}

.product-area .hm-test .test-body .test-item p {
  color: #666666;
  line-height: 22px;
  margin-bottom: 20px;
}

.product-area .hm-test .test-body .owl-dots {
  text-align: center;
}

.product-area .hm-test .test-body .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background: #dddddd;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin: 0 3px;
}

.product-area .hm-test .test-body .owl-dots .owl-dot.active {
  background: #5677fc;
}

.product-area .top-rtd {
  border: 1px solid #e5e5e5;
  padding: 20px 20px 0;
  margin-bottom: 30px;
}

.product-area .top-rtd .sec-title h6 {
  color: #444444;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 15px;
  margin-bottom: 18px;
}

.product-area .top-rtd .rt-slider {
  position: relative;
}

.product-area .top-rtd .rt-slider .rt-items .rt-box {
  margin-bottom: 20px;
}

.product-area .top-rtd .rt-slider .rt-items .rt-box .rt-img a img {
  max-width: 85px;
  margin-right: 15px;
}

.product-area .top-rtd .rt-slider .rt-items .rt-box .rt-content p {
  margin-bottom: 2px;
}

.product-area .top-rtd .rt-slider .rt-items .rt-box .rt-content p a {
  color: #666666;
}

.product-area .top-rtd .rt-slider .rt-items .rt-box .rt-content p a:hover {
  color: #5677fc;
}

.product-area .top-rtd .rt-slider .rt-items .rt-box .rt-content ul.fav {
  margin-bottom: 2px;
}

.product-area .top-rtd .rt-slider .rt-items .rt-box .rt-content ul.fav li {
  font-size: 13px;
  color: #fdba2d;
  margin-right: 0;
}

.product-area .top-rtd .rt-slider .rt-items .rt-box .rt-content ul.price li {
  color: #444444;
  font-weight: 600;
  margin-right: 0;
  letter-spacing: 0;
}

.product-area .top-rtd .rt-slider .rt-items .rt-box .rt-content ul.price li:last-child {
  font-size: 13px;
  color: #969696;
  margin-left: 5px;
  font-weight: normal;
  text-decoration: line-through;
}

.product-area .top-rtd .rt-slider .owl-nav div {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 13px;
  border: 1px solid #e5e5e5;
  width: 20px;
  height: 20px;
  text-align: center;
  z-index: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-top: -54px;
}

.product-area .top-rtd .rt-slider .owl-nav div:hover {
  background: #5677fc;
  color: #fff;
  border-color: #5677fc;
}

.product-area .top-rtd .rt-slider .owl-nav div.owl-prev {
  margin-right: 25px;
}

.product-area .nw-ltr {
  border: 1px solid #e5e5e5;
  padding: 20px;
}

.product-area .nw-ltr .sec-title h6 {
  color: #444444;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 15px;
  margin-bottom: 18px;
}

.product-area .nw-ltr .nw-box p {
  margin-bottom: 20px;
  line-height: 23px;
}

.product-area .nw-ltr .nw-box form input {
  width: 100%;
  height: 35px;
  color: #444444;
  border: 1px solid #dddddd;
  padding-left: 15px;
  border-radius: 30px;
  margin-bottom: 18px;
}

.product-area .nw-ltr .nw-box form input.placeholder {
  font-style: italic;
  color: #666666;
}

.product-area .nw-ltr .nw-box form input:-moz-placeholder {
  font-style: italic;
  color: #666666;
}

.product-area .nw-ltr .nw-box form input::-moz-placeholder {
  font-style: italic;
  color: #666666;
}

.product-area .nw-ltr .nw-box form input:-ms-input-placeholder {
  font-style: italic;
  color: #666666;
}

.product-area .nw-ltr .nw-box form input::-webkit-input-placeholder {
  font-style: italic;
  color: #666666;
}

.product-area .nw-ltr .nw-box form input:focus {
  border-color: #5677fc;
}

.product-area .nw-ltr .nw-box form button {
  width: 100%;
  height: 35px;
  background: #5677fc;
  color: #fff;
  border: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  font-weight: 600;
}

.product-area .nw-ltr .nw-box form button:hover {
  background: #e45151;
}

.product-area .tp-bnd {
  margin: 50px 0;
}

.product-area .tp-bnd .bnd-items a img {
  width: auto;
  border: 1px solid #eeeeee;
}

.product-area .tp-bnd .bnd-items a img:hover {
  border-color: #5677fc;
}

/* =======================================
15. Featured Product
======================================= */
.feat-pro2 {
  padding-bottom: 50px;
}

.feat-pro2 .sec-title {
  margin-bottom: 30px;
}

.feat-pro2 .sec-title h5 {
  color: #444444;
  text-transform: uppercase;
  font-weight: 600;
}

.feat-pro2 .feat-box {
  border: 1px solid #eeeeee;
}

.feat-pro2 .feat-box .ft-bx-content {
  padding: 20px;
}

.feat-pro2 .feat-box .ft-bx-content h5 {
  color: #5677fc;
  font-weight: 600;
  margin-bottom: 10px;
}

.feat-pro2 .feat-box .ft-bx-content p {
  color: #969696;
}

.feat-pro2 .ftr-product .tab-box {
  margin-bottom: 28px;
}

.feat-pro2 .ftr-product .tab-box .sec-title h5 {
  color: #444444;
  text-transform: uppercase;
  font-weight: 600;
}

.feat-pro2 .ftr-product .tab-box ul.nav {
  border: none;
  margin-right: 70px;
}

.feat-pro2 .ftr-product .tab-box ul.nav li.nav-item {
  margin: 0;
}

.feat-pro2 .ftr-product .tab-box ul.nav li.nav-item a.nav-link {
  border: none;
  padding: 3px 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

.feat-pro2 .ftr-product .tab-box ul.nav li.nav-item a.nav-link.active {
  background: #5677fc;
  color: #fff;
}

.feat-pro2 .ftr-product .tab-content .tab-pane .tab-slider {
  position: relative;
}

.feat-pro2 .ftr-product .tab-content .tab-pane .tab-slider .tab-item {
  overflow: hidden;
  border: 1px solid #eeeeee;
}

.feat-pro2 .ftr-product .tab-content .tab-pane .tab-slider .tab-item .tab-heading ul {
  margin-bottom: 3px;
}

.feat-pro2 .ftr-product .tab-content .tab-pane .tab-slider .tab-item .tab-heading ul li a {
  font-size: 13px;
  color: #969696;
}

.feat-pro2 .ftr-product .tab-content .tab-pane .tab-slider .tab-item .tab-heading ul li a:hover {
  color: #e45151;
}

.feat-pro2 .ftr-product .tab-content .tab-pane .tab-slider .tab-item .tab-heading p {
  margin-bottom: 6px;
  padding: 0 15px;
}

.feat-pro2 .ftr-product .tab-content .tab-pane .tab-slider .tab-item .tab-heading p a {
  font-size: 16px;
  color: #5677fc;
  font-weight: 600;
}

.feat-pro2 .ftr-product .tab-content .tab-pane .tab-slider .tab-item .tab-heading p a:hover {
  color: #e45151;
}

.feat-pro2 .ftr-product .tab-content .tab-pane .tab-slider .tab-item .tab-img {
  margin-bottom: 10px;
  position: relative;
}

.feat-pro2 .ftr-product .tab-content .tab-pane .tab-slider .tab-item .tab-img img.main-img {
  max-width: 100%;
}

.feat-pro2 .ftr-product .tab-content .tab-pane .tab-slider .tab-item .tab-img img.sec-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  opacity: 0;
  visibility: hidden;
  max-width: 100%;
}

.feat-pro2 .ftr-product .tab-content .tab-pane .tab-slider .tab-item .tab-img span.sale {
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  background: #e45151;
  text-transform: uppercase;
  width: 42px;
  height: 42px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  padding-top: 12px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  margin-left: 15px;
  margin-top: 15px;
}

.feat-pro2 .ftr-product .tab-content .tab-pane .tab-slider .tab-item .tab-img span.new {
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  background: #5677fc;
  text-transform: uppercase;
  width: 42px;
  height: 42px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  padding-top: 12px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  margin-left: 15px;
  margin-top: 15px;
}

.feat-pro2 .ftr-product .tab-content .tab-pane .tab-slider .tab-item .tab-img .layer-box a {
  border: 1px solid #dddddd;
  padding: 5px 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 0;
  right: -45px;
  margin-right: 10px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
}

.feat-pro2 .ftr-product .tab-content .tab-pane .tab-slider .tab-item .tab-img .layer-box a img {
  max-width: 16px;
  display: inline-block;
}

.feat-pro2 .ftr-product .tab-content .tab-pane .tab-slider .tab-item .tab-img .layer-box a:hover {
  border-color: #e45151;
}

.feat-pro2 .ftr-product .tab-content .tab-pane .tab-slider .tab-item .tab-img .layer-box a.it-comp {
  margin-top: 60px;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.feat-pro2 .ftr-product .tab-content .tab-pane .tab-slider .tab-item .tab-img .layer-box a.it-fav {
  margin-top: 15px;
  -webkit-transition-delay: 0.0s;
  -o-transition-delay: 0.0s;
  transition-delay: 0.0s;
}

.feat-pro2 .ftr-product .tab-content .tab-pane .tab-slider .tab-item .img-content {
  padding: 0 15px 10px;
}

.feat-pro2 .ftr-product .tab-content .tab-pane .tab-slider .tab-item .img-content ul.fav {
  margin-bottom: 6px;
}

.feat-pro2 .ftr-product .tab-content .tab-pane .tab-slider .tab-item .img-content ul.fav li {
  margin: 0;
}

.feat-pro2 .ftr-product .tab-content .tab-pane .tab-slider .tab-item .img-content ul.fav li i {
  font-size: 13px;
  color: #fdba2d;
}

.feat-pro2 .ftr-product .tab-content .tab-pane .tab-slider .tab-item .img-content ul.price li {
  font-size: 18px;
  color: #444444;
  font-weight: 600;
  letter-spacing: 0;
}

.feat-pro2 .ftr-product .tab-content .tab-pane .tab-slider .tab-item .img-content ul.price li:last-child {
  font-size: 14px;
  color: #969696;
  font-weight: normal;
  text-decoration: line-through;
}

.feat-pro2 .ftr-product .tab-content .tab-pane .tab-slider .tab-item .img-content a {
  background: #eeeeee;
  display: inline-block;
  padding: 10px;
  border: 1px solid #dddddd;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-top: 8px;
}

.feat-pro2 .ftr-product .tab-content .tab-pane .tab-slider .tab-item .img-content a:hover {
  border-color: #e45151;
}

.feat-pro2 .ftr-product .tab-content .tab-pane .tab-slider .tab-item:hover .tab-img img.sec-img {
  visibility: visible;
  opacity: 1;
}

.feat-pro2 .ftr-product .tab-content .tab-pane .tab-slider .tab-item:hover .tab-img .layer-box a {
  right: 0;
  visibility: visible;
  opacity: 1;
}

.feat-pro2 .ftr-product .tab-content .tab-pane .tab-slider .owl-nav div {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 15px;
  border: 1px solid #e5e5e5;
  width: 25px;
  height: 25px;
  padding-top: 1px;
  text-align: center;
  z-index: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-top: -54px;
}

.feat-pro2 .ftr-product .tab-content .tab-pane .tab-slider .owl-nav div:hover {
  background: #5677fc;
  color: #fff;
}

.feat-pro2 .ftr-product .tab-content .tab-pane .tab-slider .owl-nav div.owl-prev {
  margin-right: 30px;
}

/* =======================================
16. Banner Three
======================================= */
.banner3 {
  margin-bottom: 50px;
  position: relative;
}

.banner3 .banner3-box:before {
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 30px;
  bottom: -30px;
  left: 0;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  opacity: 0;
  visibility: hidden;
}

.banner3 .banner3-box:after {
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.7);
  width: 30px;
  height: 100%;
  top: 0;
  left: -30px;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  opacity: 0;
  visibility: hidden;
}

.banner3 .banner3-box:hover:before {
  opacity: 1;
  visibility: visible;
  bottom: 100%;
}

.banner3 .banner3-box:hover:after {
  opacity: 1;
  visibility: visible;
  left: 100%;
}

/* =======================================
17. Testimonial & Brand area
======================================= */
.tst-bnd {
  margin-bottom: 50px;
}

.tst-bnd .testimoni2 .sec-title h6 {
  color: #444444;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 15px;
  margin-bottom: 18px;
}

.tst-bnd .testimoni2 .testimonial2 {
  position: relative;
}

.tst-bnd .testimoni2 .testimonial2 .testimonial-item .test-img {
  margin-right: 20px;
}

.tst-bnd .testimoni2 .testimonial2 .testimonial-item .test-img img {
  width: 100px;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 20px;
}

.tst-bnd .testimoni2 .testimonial2 .testimonial-item .test-img h6 {
  font-size: 15px;
  color: #444444;
  margin-bottom: 3px;
  font-weight: 600;
}

.tst-bnd .testimoni2 .testimonial2 .testimonial-item .test-img p {
  color: #969696;
}

.tst-bnd .testimoni2 .testimonial2 .testimonial-item .test-content p {
  font-size: 15px;
  color: #666666;
  line-height: 30px;
  margin-bottom: 20px;
}

.tst-bnd .testimoni2 .testimonial2 .testimonial-item .test-content p i {
  font-size: 20px;
  color: #e45151;
  margin: 0 10px 5px 0;
}

.tst-bnd .testimoni2 .testimonial2 .owl-nav div {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 13px;
  border: 1px solid #e5e5e5;
  width: 20px;
  height: 20px;
  text-align: center;
  z-index: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-top: -50px;
}

.tst-bnd .testimoni2 .testimonial2 .owl-nav div:hover {
  background: #5677fc;
  color: #fff;
}

.tst-bnd .testimoni2 .testimonial2 .owl-nav div.owl-prev {
  margin-right: 25px;
}

.tst-bnd .brand2 .sec-title h6 {
  color: #444444;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 15px;
  margin-bottom: 18px;
}

.tst-bnd .brand2 a img {
  border: 1px solid #eeeeee;
  padding: 17px 5px 7px;
  margin-bottom: 25px;
}

/* =======================================
18. Banner Area
======================================= */
.sec-banner {
  margin-bottom: 50px;
}

.sec-banner .banner-img1 img {
  margin-bottom: 30px;
}

/* =======================================
19. Best Offer
======================================= */
.best-ofr {
  margin-bottom: 30px;
}

.best-ofr .bst-slider .sec-title h6 {
  color: #444444;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 15px;
  margin-bottom: 18px;
}

.best-ofr .bst-slider .bst-body {
  position: relative;
}

.best-ofr .bst-slider .bst-body .bst-items .bst-box {
  margin-bottom: 20px;
}

.best-ofr .bst-slider .bst-body .bst-items .bst-box .bst-img a img {
  width: auto;
  margin-right: 20px;
}

.best-ofr .bst-slider .bst-body .bst-items .bst-box .bst-content p {
  margin-bottom: 5px;
}

.best-ofr .bst-slider .bst-body .bst-items .bst-box .bst-content p a {
  font-size: 15px;
  color: #666666;
}

.best-ofr .bst-slider .bst-body .bst-items .bst-box .bst-content p a:hover {
  color: #5677fc;
}

.best-ofr .bst-slider .bst-body .bst-items .bst-box .bst-content ul.fav {
  margin-bottom: 5px;
}

.best-ofr .bst-slider .bst-body .bst-items .bst-box .bst-content ul.fav li {
  font-size: 13px;
  color: #fdba2d;
  margin-right: 0;
}

.best-ofr .bst-slider .bst-body .bst-items .bst-box .bst-content ul.price li {
  color: #444444;
  font-weight: 600;
  margin-right: 0;
  letter-spacing: 0;
}

.best-ofr .bst-slider .bst-body .bst-items .bst-box .bst-content ul.price li:last-child {
  font-size: 13px;
  color: #969696;
  margin-left: 5px;
  font-weight: normal;
  text-decoration: line-through;
}

.best-ofr .bst-slider .bst-body .owl-nav div {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 13px;
  border: 1px solid #e5e5e5;
  width: 20px;
  height: 20px;
  text-align: center;
  z-index: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-top: -50px;
}

.best-ofr .bst-slider .bst-body .owl-nav div:hover {
  background: #5677fc;
  color: #fff;
  border-color: #5677fc;
}

.best-ofr .bst-slider .bst-body .owl-nav div.owl-prev {
  margin-right: 25px;
}

/* =======================================
20. Full Banner
======================================= */
.f-banner {
  margin-bottom: 50px;
}

.f-banner .f-bnr-img {
  position: relative;
}

.f-banner .f-bnr-img:before {
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 30px;
  bottom: -30px;
  left: 0;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  opacity: 0;
  visibility: hidden;
}

.f-banner .f-bnr-img:after {
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.7);
  width: 30px;
  height: 100%;
  top: 0;
  left: -30px;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  opacity: 0;
  visibility: hidden;
}

.f-banner .f-bnr-img:hover:before {
  opacity: 1;
  visibility: visible;
  bottom: 100%;
}

.f-banner .f-bnr-img:hover:after {
  opacity: 1;
  visibility: visible;
  left: 100%;
}

/* =======================================
21. Front Blog Area
======================================= */
.f-blog {
  margin-bottom: 50px;
}

.f-blog .sec-title h5 {
  color: #444444;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 25px;
}

.f-blog .fb-slider .blog-item {
  border: 1px solid #eeeeee;
}

.f-blog .fb-slider .blog-item .blog-content {
  padding: 20px;
}

.f-blog .fb-slider .blog-item .blog-content h5 {
  margin-bottom: 10px;
}

.f-blog .fb-slider .blog-item .blog-content h5 a {
  color: #444444;
  font-weight: 600;
}

.f-blog .fb-slider .blog-item .blog-content h5 a:hover {
  color: #5677fc;
}

.f-blog .fb-slider .blog-item .blog-content ul {
  margin-bottom: 10px;
}

.f-blog .fb-slider .blog-item .blog-content ul li i {
  font-size: 12px;
  color: #969696;
  margin-right: 5px;
}

.f-blog .fb-slider .blog-item .blog-content ul li a:hover {
  color: #5677fc;
}

.f-blog .fb-slider .blog-item .blog-content ul li:nth-child(1) {
  margin-right: 10px;
}

.f-blog .fb-slider .blog-item .blog-content p {
  font-size: 15px;
  color: #666666;
  line-height: 28px;
  letter-spacing: 0.3px;
}

.f-blog .fb-slider .owl-nav div {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 15px;
  border: 1px solid #e5e5e5;
  width: 25px;
  height: 25px;
  text-align: center;
  padding-top: 1px;
  z-index: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-top: -48px;
}

.f-blog .fb-slider .owl-nav div:hover {
  background: #5677fc;
  color: #fff;
  border-color: #5677fc;
}

.f-blog .fb-slider .owl-nav div.owl-prev {
  margin-right: 30px;
}

/* =======================================
22. Special Offer
======================================= */
.pro-area {
  margin-bottom: 50px;
}

.pro-area .sp-offer {
  background: #f5f5f5;
  padding: 50px 0;
}

.pro-area .sp-offer .sec-title h5 {
  color: #444444;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 35px;
}

.pro-area .sp-offer .sp-slider .slider-item img {
  width: auto;
  max-width: 115px;
  margin-bottom: 35px;
}

.pro-area .sp-offer .sp-slider .slider-item p {
  margin-bottom: 10px;
}

.pro-area .sp-offer .sp-slider .slider-item p a {
  font-size: 16px;
  color: #444444;
}

.pro-area .sp-offer .sp-slider .slider-item p a:hover {
  color: #5677fc;
}

/* =======================================
23. Brand Area Two
======================================= */
.brand2 {
  margin-bottom: 25px;
}

.brand2 .tp-bnd .bnd-items a img {
  border: 1px solid #eeeeee;
  margin-bottom: 25px;
}

.brand2 .tp-bnd .bnd-items a img:hover {
  border-color: #5677fc;
}

/* =======================================
24. Breadcrumb Area
======================================= */
.breadcrumb-area {
  background: #f1f1f1;
  padding: 35px 0;
}

.breadcrumb-area .breadcrumb-box ul li {
  font-size: 15px;
  color: #8D8E92;
  text-transform: uppercase;
}

.breadcrumb-area .breadcrumb-box ul li span {
  color: #444444;
  margin-right: 6px;
  vertical-align: text-bottom;
}

.breadcrumb-area .breadcrumb-box ul li a {
  font-size: 15px;
  color: #444444;
}

.breadcrumb-area .breadcrumb-box ul li a:hover {
  color: #5677fc;
}

/* =======================================
25. About Us
======================================= */
.about-us {
  padding: 50px 0 22px;
}

.about-us .wc-box h4 {
  color: #222222;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.about-us .wc-box h4 span {
  color: #5677fc;
}

.about-us .wc-box p {
  font-size: 16px;
  color: #969696;
  line-height: 28px;
  margin-bottom: 35px;
}

.about-us .wc-box a {
  font-size: 15px;
  color: #5677fc;
  border: 1px solid #5677fc;
  padding: 8px 20px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  font-weight: 600;
}

.about-us .wc-box a:hover {
  background: #5677fc;
  color: #fff;
}

.about-us .his-mis {
  padding-top: 50px;
}

.about-us .his-mis .about-bnr {
  margin-bottom: 50px;
  position: relative;
}

.about-us .his-mis .about-bnr:before {
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 30px;
  bottom: -30px;
  left: 0;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  opacity: 0;
  visibility: hidden;
}

.about-us .his-mis .about-bnr:after {
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.7);
  width: 30px;
  height: 100%;
  top: 0;
  left: -30px;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  opacity: 0;
  visibility: hidden;
}

.about-us .his-mis .about-bnr:hover:before {
  opacity: 1;
  visibility: visible;
  bottom: 100%;
}

.about-us .his-mis .about-bnr:hover:after {
  opacity: 1;
  visibility: visible;
  left: 100%;
}

.about-us .his-mis .history h5 {
  color: #222222;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.about-us .his-mis .history p {
  font-size: 16px;
  color: #969696;
  line-height: 28px;
  margin-bottom: 20px;
}

.about-us .his-mis .history ul li {
  color: #969696;
  margin-bottom: 8px;
}

.about-us .his-mis .history ul li i {
  font-size: 13px;
  color: #5677fc;
  margin-right: 10px;
}

/* =======================================
26. Team Area
======================================= */
.team {
  padding-bottom: 50px;
}

.team .sec-title h4 {
  color: #222222;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.team .team-slider {
  position: relative;
}

.team .team-slider .team-box {
  text-align: center;
}

.team .team-slider .team-box img {
  margin-bottom: 20px;
}

.team .team-slider .team-box h5 {
  color: #444444;
  font-weight: 600;
  margin-bottom: 10px;
}

.team .team-slider .team-box p {
  color: #5677fc;
  font-weight: 600;
}

.team .team-slider .owl-nav div {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 15px;
  border: 1px solid #e5e5e5;
  width: 25px;
  height: 25px;
  padding-top: 1px;
  text-align: center;
  z-index: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-top: -55px;
}

.team .team-slider .owl-nav div:hover {
  background: #5677fc;
  color: #fff;
}

.team .team-slider .owl-nav div.owl-prev {
  margin-right: 30px;
}

/* =======================================
27. Category Area
======================================= */
.category {
  padding: 50px 0;
}

.category .category-box {
  margin-bottom: 35px;
}

.category .category-box .sec-title h6 {
  color: #444444;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 12px;
}

.category .category-box #accordion .card {
  border: none;
  margin-bottom: 8px;
}

.category .category-box #accordion .card .card-header {
  padding: 0;
  background: transparent;
  border-bottom: none;
}

.category .category-box #accordion .card .card-header a {
  display: block;
}

.category .category-box #accordion .card .card-header a span {
  color: #666666;
  font-weight: 600;
}

.category .category-box #accordion .card .card-header a i {
  float: right;
  margin-top: 4px;
}

.category .category-box #accordion .card .card-header a[aria-expanded="true"] span {
  color: #5677fc;
}

.category .category-box #accordion .card .card-header a[aria-expanded="true"] i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #5677fc;
}

.category .category-box #accordion .card .card-body {
  padding: 10px;
}

.category .category-box #accordion .card .card-body ul li {
  margin-bottom: 5px;
}

.category .category-box #accordion .card .card-body ul li a i {
  color: #969696;
  margin-right: 3px;
}

.category .category-box #accordion .card .card-body ul li a:hover {
  color: #5677fc;
}

.category .cat-brand {
  margin-bottom: 25px;
}

.category .cat-brand .sec-title h6 {
  color: #444444;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 12px;
}

.category .cat-brand .brand-box ul li input {
  margin-right: 8px;
}

.category .cat-brand .brand-box ul li input:hover {
  cursor: pointer;
}

.category .cat-brand .brand-box ul li label {
  color: #666666;
  vertical-align: middle;
  font-weight: 600;
}

.category .cat-brand .brand-box ul li label:hover {
  cursor: pointer;
}

.category .price-range {
  margin-bottom: 35px;
}

.category .price-range .sec-title h6 {
  color: #444444;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

.category .price-range .price-filter #slider-range.ui-slider {
  background: #eeeeee none repeat scroll 0 0;
  width: 100%;
  height: 10px;
  margin-bottom: 15px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  position: relative;
}

.category .price-range .price-filter #slider-range.ui-slider .ui-slider-range {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 1;
  display: block;
  background: #5677fc none repeat scroll 0 0;
}

.category .price-range .price-filter #slider-range.ui-slider span.ui-slider-handle {
  position: absolute;
  top: -5px;
  width: 18px;
  height: 18px;
  background: #666666;
  z-index: 2;
  margin-left: -8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.category .price-range .price-filter #slider-range.ui-slider span.ui-slider-handle:hover {
  cursor: pointer;
}

.category .price-range .price-filter #slider-range.ui-slider span.ui-slider-handle:focus {
  outline: none;
}

.category .price-range .price-filter input {
  font-size: 17px;
  font-weight: 600;
  border: none;
  display: block;
  margin-bottom: 20px;
}

.category .price-range .price-filter button {
  font-size: 15px;
  color: #5677fc;
  background: transparent;
  border: 1px solid #5677fc;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  padding: 3px 25px;
  font-weight: 600;
}

.category .price-range .price-filter button:hover {
  background: #5677fc;
  color: #fff;
}

.category .color {
  margin-bottom: 25px;
}

.category .color .sec-title h6 {
  color: #444444;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 12px;
}

.category .color ul.color-box li input {
  margin-right: 8px;
}

.category .color ul.color-box li input:hover {
  cursor: pointer;
}

.category .color ul.color-box li label {
  color: #666666;
  vertical-align: middle;
  font-weight: 600;
}

.category .color ul.color-box li label span {
  display: inline-block;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  margin-right: 8px;
}

.category .color ul.color-box li label:hover {
  cursor: pointer;
}

.category .pro-tag {
  margin-bottom: 30px;
}

.category .pro-tag .sec-title h6 {
  color: #444444;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.category .pro-tag .tag-box a {
  font-size: 13px;
  border: 1px solid #e5e5e5;
  padding: 5px 14px 4px;
  margin: 0 5px 10px 0;
  display: inline-block;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

.category .pro-tag .tag-box a:hover {
  color: #fff;
  background: #5677fc;
  border-color: #5677fc;
}

.category .add-box {
  position: relative;
}

.category .add-box:before {
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 30px;
  bottom: -30px;
  left: 0;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  opacity: 0;
  visibility: hidden;
}

.category .add-box:after {
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.7);
  width: 30px;
  height: 100%;
  top: 0;
  left: -30px;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  opacity: 0;
  visibility: hidden;
}

.category .add-box:hover:before {
  opacity: 1;
  visibility: visible;
  bottom: 100%;
}

.category .add-box:hover:after {
  opacity: 1;
  visibility: visible;
  left: 100%;
}

.category .product-box .cat-box {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.category .product-box .cat-box .view {
  padding-top: 3px;
}

.category .product-box .cat-box .view ul.nav {
  border: none;
}

.category .product-box .cat-box .view ul.nav li.nav-item a.nav-link {
  font-size: 20px;
  color: #8D8E92;
  border: none;
  padding: 0;
  margin-right: 10px;
}

.category .product-box .cat-box .view ul.nav li.nav-item a.nav-link.active {
  color: #444444;
}

.category .product-box .cat-box .sortby {
  position: relative;
}

.category .product-box .cat-box .sortby span {
  font-weight: 600;
  margin-right: 10px;
}

.category .product-box .cat-box .sortby select.sort-box {
  color: #666666;
  border: 1px solid #dddddd;
  width: 90px;
  padding: 5px 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.category .product-box .cat-box .sortby select.sort-box:focus {
  outline: none;
}

.category .product-box .cat-box .sortby:after {
  position: absolute;
  float: right;
  content: "\f107";
  font-family: 'FontAwesome';
  font-size: 13px;
  color: #666666;
  top: 7px;
  right: 12px;
}

.category .product-box .cat-box .show-item {
  position: relative;
}

.category .product-box .cat-box .show-item span {
  font-weight: 600;
  margin-right: 10px;
}

.category .product-box .cat-box .show-item select.show-box {
  color: #666666;
  border: 1px solid #dddddd;
  width: 55px;
  padding: 5px 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.category .product-box .cat-box .show-item select.show-box:focus {
  outline: none;
}

.category .product-box .cat-box .show-item:after {
  position: absolute;
  float: right;
  content: "\f107";
  font-family: 'FontAwesome';
  font-size: 13px;
  color: #666666;
  top: 7px;
  right: 12px;
}

.category .product-box .cat-box .page {
  padding-top: 6px;
}

.category .product-box .cat-box .page p {
  font-weight: 600;
}

.category .product-box .tab-content {
  margin-bottom: 20px;
}

.category .product-box .tab-content .tab-pane .tab-item {
  overflow: hidden;
  border: 1px solid #eeeeee;
  margin-bottom: 30px;
}

.category .product-box .tab-content .tab-pane .tab-item .tab-heading ul {
  margin-bottom: 3px;
}

.category .product-box .tab-content .tab-pane .tab-item .tab-heading ul li a {
  font-size: 13px;
  color: #969696;
}

.category .product-box .tab-content .tab-pane .tab-item .tab-heading ul li a:hover {
  color: #e45151;
}

.category .product-box .tab-content .tab-pane .tab-item .tab-heading p {
  margin-bottom: 6px;
  padding: 0 15px;
}

.category .product-box .tab-content .tab-pane .tab-item .tab-heading p a {
  font-size: 16px;
  color: #5677fc;
  font-weight: 600;
}

.category .product-box .tab-content .tab-pane .tab-item .tab-heading p a:hover {
  color: #e45151;
}

.category .product-box .tab-content .tab-pane .tab-item .tab-img {
  margin-bottom: 10px;
  position: relative;
}

.category .product-box .tab-content .tab-pane .tab-item .tab-img img.main-img {
  max-width: 100%;
}

.category .product-box .tab-content .tab-pane .tab-item .tab-img img.sec-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  opacity: 0;
  visibility: hidden;
  max-width: 100%;
}

.category .product-box .tab-content .tab-pane .tab-item .tab-img span.sale {
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  background: #e45151;
  text-transform: uppercase;
  width: 42px;
  height: 42px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  padding-top: 12px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  margin-left: 15px;
  margin-top: 15px;
}

.category .product-box .tab-content .tab-pane .tab-item .tab-img span.new {
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  background: #5677fc;
  text-transform: uppercase;
  width: 42px;
  height: 42px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  padding-top: 12px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  margin-left: 15px;
  margin-top: 15px;
}

.category .product-box .tab-content .tab-pane .tab-item .tab-img .layer-box a {
  border: 1px solid #dddddd;
  padding: 5px 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 0;
  right: -45px;
  margin-right: 10px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
}

.category .product-box .tab-content .tab-pane .tab-item .tab-img .layer-box a img {
  max-width: 16px;
  display: inline-block;
}

.category .product-box .tab-content .tab-pane .tab-item .tab-img .layer-box a:hover {
  border-color: #e45151;
}

.category .product-box .tab-content .tab-pane .tab-item .tab-img .layer-box a.it-comp {
  margin-top: 60px;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.category .product-box .tab-content .tab-pane .tab-item .tab-img .layer-box a.it-fav {
  margin-top: 15px;
  -webkit-transition-delay: 0.0s;
  -o-transition-delay: 0.0s;
  transition-delay: 0.0s;
}

.category .product-box .tab-content .tab-pane .tab-item .img-content {
  padding: 0 15px 10px;
}

.category .product-box .tab-content .tab-pane .tab-item .img-content ul.fav {
  margin-bottom: 6px;
}

.category .product-box .tab-content .tab-pane .tab-item .img-content ul.fav li {
  margin: 0;
}

.category .product-box .tab-content .tab-pane .tab-item .img-content ul.fav li i {
  font-size: 13px;
  color: #fdba2d;
}

.category .product-box .tab-content .tab-pane .tab-item .img-content ul.price li {
  font-size: 18px;
  color: #444444;
  font-weight: 600;
  letter-spacing: 0;
}

.category .product-box .tab-content .tab-pane .tab-item .img-content ul.price li:last-child {
  font-size: 14px;
  color: #969696;
  font-weight: normal;
  text-decoration: line-through;
}

.category .product-box .tab-content .tab-pane .tab-item .img-content a {
  background: #eeeeee;
  display: inline-block;
  padding: 10px 12px;
  border: 1px solid #dddddd;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-top: 8px;
}

.category .product-box .tab-content .tab-pane .tab-item .img-content a:hover {
  border-color: #e45151;
}

.category .product-box .tab-content .tab-pane .tab-item:hover .tab-img img.sec-img {
  visibility: visible;
  opacity: 1;
}

.category .product-box .tab-content .tab-pane .tab-item:hover .tab-img .layer-box a {
  right: 0;
  visibility: visible;
  opacity: 1;
}

.category .product-box .tab-content .tab-pane .tab-item2 {
  overflow: hidden;
  border: 1px solid #eeeeee;
  margin-bottom: 30px;
}

.category .product-box .tab-content .tab-pane .tab-item2 .tab-img {
  position: relative;
}

.category .product-box .tab-content .tab-pane .tab-item2 .tab-img img.main-img {
  max-width: 100%;
}

.category .product-box .tab-content .tab-pane .tab-item2 .tab-img img.sec-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  opacity: 0;
  visibility: hidden;
  max-width: 100%;
}

.category .product-box .tab-content .tab-pane .tab-item2 .tab-img span.sale {
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  background: #e45151;
  text-transform: uppercase;
  width: 42px;
  height: 42px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  padding-top: 12px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  margin-left: 15px;
  margin-top: 15px;
}

.category .product-box .tab-content .tab-pane .tab-item2 .tab-img span.new {
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  background: #5677fc;
  text-transform: uppercase;
  width: 42px;
  height: 42px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  padding-top: 12px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  margin-left: 15px;
  margin-top: 15px;
}

.category .product-box .tab-content .tab-pane .tab-item2 .item-heading {
  padding-right: 30px;
  padding-top: 22px;
}

.category .product-box .tab-content .tab-pane .tab-item2 .item-heading .item-top ul.cate {
  margin-bottom: 3px;
}

.category .product-box .tab-content .tab-pane .tab-item2 .item-heading .item-top ul.cate li a {
  font-size: 13px;
  color: #969696;
}

.category .product-box .tab-content .tab-pane .tab-item2 .item-heading .item-top ul.cate li a:hover {
  color: #e45151;
}

.category .product-box .tab-content .tab-pane .tab-item2 .item-heading .item-top p {
  margin-bottom: 6px;
}

.category .product-box .tab-content .tab-pane .tab-item2 .item-heading .item-top p a {
  font-size: 18px;
  color: #5677fc;
  font-weight: 600;
}

.category .product-box .tab-content .tab-pane .tab-item2 .item-heading .item-top p a:hover {
  color: #e45151;
}

.category .product-box .tab-content .tab-pane .tab-item2 .item-heading .item-top ul.fav {
  margin-bottom: 6px;
}

.category .product-box .tab-content .tab-pane .tab-item2 .item-heading .item-top ul.fav li {
  margin: 0;
}

.category .product-box .tab-content .tab-pane .tab-item2 .item-heading .item-top ul.fav li i {
  font-size: 13px;
  color: #fdba2d;
}

.category .product-box .tab-content .tab-pane .tab-item2 .item-heading .item-price ul.price {
  padding-top: 15px;
}

.category .product-box .tab-content .tab-pane .tab-item2 .item-heading .item-price ul.price li {
  font-size: 20px;
  color: #444444;
  font-weight: 600;
  letter-spacing: 0;
}

.category .product-box .tab-content .tab-pane .tab-item2 .item-heading .item-price ul.price li:last-child {
  font-size: 15px;
  color: #969696;
  font-weight: normal;
  text-decoration: line-through;
}

.category .product-box .tab-content .tab-pane .tab-item2 .item-content {
  padding-right: 30px;
}

.category .product-box .tab-content .tab-pane .tab-item2 .item-content p {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 20px;
}

.category .product-box .tab-content .tab-pane .tab-item2 .item-content a.it-cart {
  background: #eeeeee;
  display: inline-block;
  padding-right: 10px;
  border: 1px solid #dddddd;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  margin-right: 8px;
}

.category .product-box .tab-content .tab-pane .tab-item2 .item-content a.it-cart span.it-img {
  background: #fff;
  display: inline-block;
  padding: 7px 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.category .product-box .tab-content .tab-pane .tab-item2 .item-content a.it-cart span.it-title {
  color: #444444;
  font-weight: 600;
  padding-left: 5px;
  cursor: pointer;
}

.category .product-box .tab-content .tab-pane .tab-item .item-content a.it-cart {
  background: #eeeeee;
  display: inline-block;
  padding-right: 10px;
  border: 1px solid #dddddd;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  margin-right: 8px;
}

a.it-carts {
  background: #eeeeee;
  display: inline-block;
  padding-right: 10px;
  border: 1px solid #dddddd;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  margin-right: 8px;
}

.category .product-box .tab-content .tab-pane .tab-item .item-content a.it-cart span.it-title {
  color: #444444;
  font-weight: 600;
  padding-left: 5px;
  cursor: pointer;
}

a.it-carts span.it-titles {
  color: #444444;
  font-weight: 600;
  padding-left: 5px;
  cursor: pointer;
}

.category .product-box .tab-content .tab-pane .tab-item2 .item-content a.it-cart:hover {
  border-color: #5677fc;
}

.category .product-box .tab-content .tab-pane .tab-item2 .item-content a.it-fav {
  border: 1px solid #dddddd;
  display: inline-block;
  padding: 7px 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-right: 8px;
}

.category .product-box .tab-content .tab-pane .tab-item2 .item-content a.it-fav:hover {
  border-color: #5677fc;
}

.category .product-box .tab-content .tab-pane .tab-item2 .item-content a.it-comp {
  border: 1px solid #dddddd;
  display: inline-block;
  padding: 7px 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-right: 8px;
}

.category .product-box .tab-content .tab-pane .tab-item2 .item-content a.it-comp:hover {
  border-color: #5677fc;
}

.category .product-box .tab-content .tab-pane .tab-item2:hover .tab-img img.sec-img {
  visibility: visible;
  opacity: 1;
}

.category .product-box .pagination-box ul li a {
  font-size: 15px;
  color: #5677fc;
  width: 35px;
  height: 35px;
  background: #fff;
  display: block;
  padding-top: 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.category .product-box .pagination-box ul li.active a {
  background: #5677fc;
  color: #fff;
}

/* =======================================
28. Single Product Area
======================================= */
.sg-product {
  padding: 50px 0;
}

.sg-product .sg-img .tab-content {
  border: 1px solid #e5e5e5;
  margin-bottom: 15px;
}

.sg-product .sg-img .nav a.nav-item {
  padding: 0;
}

.sg-product .sg-img .nav a.nav-item img {
  max-width: 73px;
  border: 1px solid #e5e5e5;
}

.sg-product .sg-img .nav a.nav-item.active img {
  border-color: #8D8E92;
}

.sg-product .sg-content .pro-tag ul li a {
  color: #969696;
}

.sg-product .sg-content .pro-tag ul li a:hover {
  color: #e45151;
}

.sg-product .sg-content .pro-name p {
  font-size: 26px;
  color: #444444;
  font-weight: 700;
  margin-bottom: 5px;
}

.sg-product .sg-content .pro-rating {
  margin-bottom: 10px;
}

.sg-product .sg-content .pro-rating ul li {
  margin-right: 0;
}

.sg-product .sg-content .pro-rating ul li i {
  font-size: 13px;
  color: #fdba2d;
}

.sg-product .sg-content .pro-rating ul li:last-child {
  margin-left: 25px;
}

.sg-product .sg-content .pro-rating ul li:last-child a {
  color: #5677fc;
  font-weight: 600;
}

.sg-product .sg-content .pro-price {
  margin-bottom: 15px;
}

.sg-product .sg-content .pro-price ul {
  margin-bottom: 30px;
}

.sg-product .sg-content .pro-price ul li:first-child {
  font-size: 26px;
  color: #5677fc;
  font-weight: 600;
  letter-spacing: 0;
}

.sg-product .sg-content .pro-price ul li:last-child {
  font-size: 15px;
  color: #969696;
  font-weight: normal;
  text-decoration: line-through;
}

.sg-product .sg-content .pro-price p {
  color: #969696;
}

.sg-product .sg-content .pro-price p span {
  color: #444444;
  font-weight: 600;
  margin-left: 10px;
}

.sg-product .sg-content .pro-price p label {
  margin-left: 10px;
}

.sg-product .sg-content .colo-siz .color {
  margin-bottom: 18px;
}

.sg-product .sg-content .colo-siz .color ul li:first-child {
  display: inline-block;
  color: #969696;
  vertical-align: middle;
  margin-right: 10px;
}

.sg-product .sg-content .colo-siz .color ul li input[type="radio"] {
  display: none;
}

.sg-product .sg-content .colo-siz .color ul li input[type="radio"] + label {
  margin-bottom: 0;
}

.sg-product .sg-content .colo-siz .color ul li input[type="radio"] + label span {
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
}

.sg-product .sg-content .colo-siz .color ul li input[type="radio"] + label span i {
  font-size: 13px;
  color: #fff;
  padding-top: 7px;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.sg-product .sg-content .colo-siz .color ul li input[type="radio"]#color-1 + label span {
  background-color: #5677fc;
}

.sg-product .sg-content .colo-siz .color ul li input[type="radio"]#color-2 + label span {
  background-color: #e45151;
}

.sg-product .sg-content .colo-siz .color ul li input[type="radio"]#color-3 + label span {
  background-color: #fdba2d;
}

.sg-product .sg-content .colo-siz .color ul li input[type="radio"]#color-4 + label span {
  background-color: green;
}

.sg-product .sg-content .colo-siz .color ul li input[type="radio"]#color-5 + label span {
  background-color: #444444;
}

.sg-product .sg-content .colo-siz .color ul li input[type="radio"]:checked + label span i {
  opacity: 1;
}

.sg-product .sg-content .colo-siz .size {
  margin-bottom: 15px;
}

.sg-product .sg-content .colo-siz .size ul li:first-child {
  display: inline-block;
  color: #969696;
  vertical-align: middle;
  margin-right: 10px;
}

.sg-product .sg-content .colo-siz .size ul li input[type="radio"] {
  display: none;
}

.sg-product .sg-content .colo-siz .size ul li input[type="radio"] + label {
  display: inline-block;
  border: 1px solid #dddddd;
  width: 30px;
  height: 30px;
  color: #444444;
  font-weight: 600;
  vertical-align: middle;
  padding-top: 4px;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  margin-bottom: 0;
}

.sg-product .sg-content .colo-siz .size ul li input[type="radio"]:checked + label {
  border-color: #5677fc;
}

.sg-product .sg-content .colo-siz .qty-box {
  margin-bottom: 22px;
}

.sg-product .sg-content .colo-siz .qty-box ul li:first-child {
  display: inline-block;
  color: #969696;
  margin-right: 10px;
}

.sg-product .sg-content .colo-siz .qty-box ul li:last-child.quantity {
  display: inline-block;
  border: 1px solid #e5e5e5;
  padding: 0 5px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

.sg-product .sg-content .colo-siz .qty-box ul li:last-child.quantity .qty {
  width: 35px;
  height: 32px;
  text-align: center;
  background-color: transparent;
  border: none;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  font-weight: 600;
}

.sg-product .sg-content .colo-siz .qty-box ul li:last-child.quantity input {
  display: inline-block;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.sg-product .sg-content .colo-siz .qty-box ul li:last-child.quantity input::-webkit-outer-spin-button,
.sg-product .sg-content .colo-siz .qty-box ul li:last-child.quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
}

.sg-product .sg-content .colo-siz .qty-box ul li:last-child.quantity .minus, .sg-product .sg-content .colo-siz .qty-box ul li:last-child.quantity .plus {
  padding: 3px 10px;
  background: #fff;
  border: none;
  cursor: pointer;
}

.sg-product .sg-content .colo-siz .qty-box ul li:last-child.quantity .minus:hover, .sg-product .sg-content .colo-siz .qty-box ul li:last-child.quantity .plus:hover {
  color: #5677fc;
}

.sg-product .sg-content .colo-siz .pro-btns button.cart {
  color: #fff;
  background: #e45151;
  display: inline-block;
  padding: 8px 20px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  font-weight: 600;
  margin-right: 10px;
}

.sg-product .sg-content .colo-siz .pro-btns button.cart:hover {
  background: #5677fc;
}

.sg-product .sg-content .colo-siz .pro-btns a.fav-com {
  border: 1px solid #dddddd;
  display: inline-block;
  padding: 7px 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-right: 8px;
}

.sg-product .sg-content .colo-siz .pro-btns a.fav-com:hover {
  border-color: #e45151;
}

.sg-product .sg-tab {
  margin: 50px 0;
}

.sg-product .sg-tab ul.nav {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.sg-product .sg-tab ul.nav li.nav-item a {
  font-size: 16px;
  color: #444444;
  border: none;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0;
  padding-right: 28px;
}

.sg-product .sg-tab ul.nav li.nav-item a.active {
  color: #5677fc;
}

.sg-product .sg-tab .tab-content .tab-pane#pro-det p {
  font-size: 15px;
  color: #666666;
  line-height: 27px;
}

.sg-product .sg-tab .tab-content .tab-pane#rev {
  margin-top: 40px;
}

.sg-product .sg-tab .tab-content .tab-pane#rev .review-box {
  margin-bottom: 20px;
}

.sg-product .sg-tab .tab-content .tab-pane#rev .review-box .rv-img img {
  max-width: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-right: 20px;
}

.sg-product .sg-tab .tab-content .tab-pane#rev .review-box .rv-content {
  border: 1px solid #e5e5e5;
  padding: 20px;
}

.sg-product .sg-tab .tab-content .tab-pane#rev .review-box .rv-content h6 {
  font-size: 14px;
  font-weight: 600;
  color: #444444;
  margin-bottom: 5px;
}

.sg-product .sg-tab .tab-content .tab-pane#rev .review-box .rv-content h6 span {
  font-size: 13px;
  color: #969696;
  font-weight: normal;
  margin-left: 20px;
}

.sg-product .sg-tab .tab-content .tab-pane#rev .review-box .rv-content ul li {
  font-size: 13px;
  color: #fdba2d;
  margin-right: 0;
}

.sg-product .sg-tab .tab-content .tab-pane#rev .review-box .rv-content p {
  font-size: 15px;
  color: #969696;
  line-height: 25px;
}

.sg-product .sg-tab .tab-content .tab-pane#rev .review-form {
  margin-top: 60px;
}

.sg-product .sg-tab .tab-content .tab-pane#rev .review-form h6 {
  color: #444444;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
}

.sg-product .sg-tab .tab-content .tab-pane#rev .review-form form .star-rating {
  margin-bottom: 18px;
}

.sg-product .sg-tab .tab-content .tab-pane#rev .review-form form .star-rating span {
  font-size: 18px;
  color: #fdba2d;
  cursor: pointer;
}

.sg-product .sg-tab .tab-content .tab-pane#rev .review-form form label {
  font-size: 15px;
  color: #969696;
  font-weight: 600;
  display: block;
}

.sg-product .sg-tab .tab-content .tab-pane#rev .review-form form input {
  border: 1px solid #dddddd;
  width: 100%;
  height: 45px;
  padding-left: 15px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  margin-bottom: 20px;
}

.sg-product .sg-tab .tab-content .tab-pane#rev .review-form form input:focus {
  border-color: #5677fc;
}

.sg-product .sg-tab .tab-content .tab-pane#rev .review-form form textarea {
  border: 1px solid #dddddd;
  width: 100%;
  height: 130px;
  padding: 15px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  margin-bottom: 20px;
}

.sg-product .sg-tab .tab-content .tab-pane#rev .review-form form textarea:focus {
  border-color: #5677fc;
}

.sg-product .sg-tab .tab-content .tab-pane#rev .review-form form button {
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  background: #e45151;
  border: none;
  padding: 10px 25px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

.sg-product .sg-tab .tab-content .tab-pane#rev .review-form form button:hover {
  background: #5677fc;
}

.sg-product .sim-pro .sec-title h5 {
  color: #444444;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

.sg-product .sim-pro .sim-slider .sim-item {
  overflow: hidden;
  border: 1px solid #eeeeee;
}

.sg-product .sim-pro .sim-slider .sim-item .sim-heading ul {
  margin-bottom: 3px;
}

.sg-product .sim-pro .sim-slider .sim-item .sim-heading ul li a {
  font-size: 13px;
  color: #969696;
}

.sg-product .sim-pro .sim-slider .sim-item .sim-heading ul li a:hover {
  color: #e45151;
}

.sg-product .sim-pro .sim-slider .sim-item .sim-heading p {
  padding: 0 15px;
}

.sg-product .sim-pro .sim-slider .sim-item .sim-heading p a {
  font-size: 15px;
  color: #5677fc;
  font-weight: 600;
}

.sg-product .sim-pro .sim-slider .sim-item .sim-heading p a:hover {
  color: #e45151;
}

.sg-product .sim-pro .sim-slider .sim-item .sim-img {
  margin-bottom: 10px;
  position: relative;
}

.sg-product .sim-pro .sim-slider .sim-item .sim-img img.main-img {
  max-width: 100%;
}

.sg-product .sim-pro .sim-slider .sim-item .sim-img img.sec-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  opacity: 0;
  visibility: hidden;
  max-width: 100%;
}

.sg-product .sim-pro .sim-slider .sim-item .sim-img span.sale {
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  background: #e45151;
  text-transform: uppercase;
  width: 42px;
  height: 42px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  padding-top: 12px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  margin-left: 15px;
  margin-top: 15px;
}

.sg-product .sim-pro .sim-slider .sim-item .sim-img span.new {
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  background: #5677fc;
  text-transform: uppercase;
  width: 42px;
  height: 42px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  padding-top: 12px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  margin-left: 15px;
  margin-top: 15px;
}

.sg-product .sim-pro .sim-slider .sim-item .sim-img .layer-box a {
  border: 1px solid #dddddd;
  padding: 3px 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 0;
  right: -45px;
  margin-right: 10px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
}

.sg-product .sim-pro .sim-slider .sim-item .sim-img .layer-box a img {
  max-width: 16px;
  display: inline-block;
}

.sg-product .sim-pro .sim-slider .sim-item .sim-img .layer-box a:hover {
  border-color: #e45151;
}

.sg-product .sim-pro .sim-slider .sim-item .sim-img .layer-box a.it-comp {
  margin-top: 50px;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.sg-product .sim-pro .sim-slider .sim-item .sim-img .layer-box a.it-fav {
  margin-top: 15px;
  -webkit-transition-delay: 0.0s;
  -o-transition-delay: 0.0s;
  transition-delay: 0.0s;
}

.sg-product .sim-pro .sim-slider .sim-item .img-content {
  padding: 0 15px 10px;
}

.sg-product .sim-pro .sim-slider .sim-item .img-content ul.fav li {
  margin: 0;
}

.sg-product .sim-pro .sim-slider .sim-item .img-content ul.fav li i {
  font-size: 13px;
  color: #fdba2d;
}

.sg-product .sim-pro .sim-slider .sim-item .img-content ul.price li {
  font-size: 16px;
  color: #444444;
  font-weight: 600;
  letter-spacing: 0;
}

.sg-product .sim-pro .sim-slider .sim-item .img-content ul.price li:last-child {
  font-size: 14px;
  color: #969696;
  font-weight: normal;
  text-decoration: line-through;
}

.sg-product .sim-pro .sim-slider .sim-item .img-content a {
  background: #eeeeee;
  display: inline-block;
  padding: 8px;
  border: 1px solid #dddddd;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-top: 8px;
}

.sg-product .sim-pro .sim-slider .sim-item .img-content a:hover {
  border-color: #e45151;
}

.sg-product .sim-pro .sim-slider .sim-item:hover .sim-img img.sec-img {
  visibility: visible;
  opacity: 1;
}

.sg-product .sim-pro .sim-slider .sim-item:hover .sim-img .layer-box a {
  right: 0;
  visibility: visible;
  opacity: 1;
}

.sg-product .sim-pro .sim-slider .owl-nav div {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 15px;
  border: 1px solid #e5e5e5;
  width: 25px;
  height: 25px;
  padding-top: 1px;
  text-align: center;
  z-index: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-top: -64px;
}

.sg-product .sim-pro .sim-slider .owl-nav div:hover {
  background: #5677fc;
  color: #fff;
}

.sg-product .sim-pro .sim-slider .owl-nav div.owl-prev {
  margin-right: 30px;
}

.sg-product .category-box {
  margin-bottom: 40px;
}

.sg-product .category-box .sec-title h6 {
  color: #444444;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 12px;
}

.sg-product .category-box #accordion .card {
  border: none;
  margin-bottom: 8px;
}

.sg-product .category-box #accordion .card .card-header {
  padding: 0;
  background: transparent;
  border-bottom: none;
}

.sg-product .category-box #accordion .card .card-header a {
  display: block;
}

.sg-product .category-box #accordion .card .card-header a span {
  color: #666666;
  font-weight: 600;
}

.sg-product .category-box #accordion .card .card-header a i {
  float: right;
  margin-top: 4px;
}

.sg-product .category-box #accordion .card .card-header a[aria-expanded="true"] span {
  color: #5677fc;
}

.sg-product .category-box #accordion .card .card-header a[aria-expanded="true"] i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #5677fc;
}

.sg-product .category-box #accordion .card .card-body {
  padding: 10px;
}

.sg-product .category-box #accordion .card .card-body ul li {
  margin-bottom: 5px;
}

.sg-product .category-box #accordion .card .card-body ul li a i {
  color: #969696;
  margin-right: 3px;
}

.sg-product .category-box #accordion .card .card-body ul li a:hover {
  color: #5677fc;
}

.sg-product .ht-offer {
  margin-bottom: 40px;
}

.sg-product .ht-offer .sec-title h6 {
  color: #444444;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 15px;
  margin-bottom: 18px;
}

.sg-product .ht-offer .ht-body {
  position: relative;
}

.sg-product .ht-offer .ht-body .ht-item .ht-img {
  position: relative;
}

.sg-product .ht-offer .ht-body .ht-item .ht-img a img {
  margin-bottom: 15px;
}

.sg-product .ht-offer .ht-body .ht-item .ht-img span {
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  background: #e45151;
  text-transform: uppercase;
  width: 42px;
  height: 42px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  padding-top: 12px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  margin-left: 15px;
  margin-top: 15px;
}

.sg-product .ht-offer .ht-body .ht-item .ht-img ul.counter-box {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 15px;
  width: 100%;
}

.sg-product .ht-offer .ht-body .ht-item .ht-img ul.counter-box li {
  background: #fff;
  border: 1px solid #e5e5e5;
  width: 45px;
  height: 45px;
  margin: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 700;
  padding-top: 5px;
}

.sg-product .ht-offer .ht-body .ht-item .ht-img ul.counter-box li p {
  font-size: 11px;
  font-weight: 500;
  margin-top: -3px;
  text-transform: uppercase;
}

.sg-product .ht-offer .ht-body .ht-item .ht-content p {
  margin-bottom: 2px;
}

.sg-product .ht-offer .ht-body .ht-item .ht-content p a {
  font-size: 15px;
  color: #666666;
}

.sg-product .ht-offer .ht-body .ht-item .ht-content p a:hover {
  color: #5677fc;
}

.sg-product .ht-offer .ht-body .ht-item .ht-content ul.fav {
  margin-bottom: 2px;
}

.sg-product .ht-offer .ht-body .ht-item .ht-content ul.fav li {
  font-size: 13px;
  color: #fdba2d;
  margin-right: 0;
}

.sg-product .ht-offer .ht-body .ht-item .ht-content ul.price li {
  font-size: 15px;
  color: #444444;
  font-weight: 600;
  margin-right: 0;
  letter-spacing: 0;
}

.sg-product .ht-offer .ht-body .ht-item .ht-content ul.price li:last-child {
  font-size: 14px;
  color: #969696;
  margin-left: 10px;
  font-weight: normal;
  text-decoration: line-through;
}

.sg-product .ht-offer .ht-body .owl-nav div {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 13px;
  border: 1px solid #e5e5e5;
  width: 20px;
  height: 20px;
  text-align: center;
  z-index: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-top: -54px;
}

.sg-product .ht-offer .ht-body .owl-nav div:hover {
  background: #5677fc;
  color: #fff;
  border-color: #5677fc;
}

.sg-product .ht-offer .ht-body .owl-nav div.owl-prev {
  margin-right: 25px;
}

.sg-product .add-box {
  position: relative;
}

.sg-product .add-box:before {
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 30px;
  bottom: -30px;
  left: 0;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  opacity: 0;
  visibility: hidden;
}

.sg-product .add-box:after {
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.7);
  width: 30px;
  height: 100%;
  top: 0;
  left: -30px;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  opacity: 0;
  visibility: hidden;
}

.sg-product .add-box:hover:before {
  opacity: 1;
  visibility: visible;
  bottom: 100%;
}

.sg-product .add-box:hover:after {
  opacity: 1;
  visibility: visible;
  left: 100%;
}

/* =======================================
29. shopping Cart
======================================= */
.shopping-cart {
  padding: 35px 0;
}

.shopping-cart .cart-table {
  margin-bottom: 40px;
}

.shopping-cart .cart-table .table thead tr th {
  font-size: 16px;
  color: #444444;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid #dddddd;
  text-align: center;
}

.shopping-cart .cart-table .table thead tr th:first-child {
  text-align: left;
}

.shopping-cart .cart-table .table thead tr th:last-child {
  width: 3%;
}

.shopping-cart .cart-table .table tbody tr td {
  border: none;
  padding: 20px 0;
  vertical-align: middle;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}

.shopping-cart .cart-table .table tbody tr td:last-child {
  text-align: right;
}

.shopping-cart .cart-table .table tbody tr td.t-pro {
  text-align: left;
}

.shopping-cart .cart-table .table tbody tr td.t-pro .t-img a img {
  margin-right: 20px;
}

.shopping-cart .cart-table .table tbody tr td.t-pro .t-content p a {
  font-size: 15px;
  color: #666666;
  font-weight: 600;
}

.shopping-cart .cart-table .table tbody tr td.t-pro .t-content p a:hover {
  color: #5677fc;
}

.shopping-cart .cart-table .table tbody tr td.t-pro .t-content ul.rate {
  margin-bottom: 8px;
}

.shopping-cart .cart-table .table tbody tr td.t-pro .t-content ul.rate li {
  margin-right: 0;
}

.shopping-cart .cart-table .table tbody tr td.t-pro .t-content ul.rate li i {
  font-size: 13px;
  color: #fdba2d;
}

.shopping-cart .cart-table .table tbody tr td.t-pro .t-content ul.col-sz li p {
  font-size: 13px;
  color: #969696;
}

.shopping-cart .cart-table .table tbody tr td.t-pro .t-content ul.col-sz li p span {
  color: #666666;
  font-weight: 600;
  margin-left: 5px;
}

.shopping-cart .cart-table .table tbody tr td.t-price {
  font-size: 15px;
  color: #444444;
  font-weight: 600;
}

.shopping-cart .cart-table .table tbody tr td.t-qty .qty-box .quantity {
  display: inline-block;
  border: 1px solid #e5e5e5;
  padding: 0 5px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

.shopping-cart .cart-table .table tbody tr td.t-qty .qty-box .quantity .qty {
  width: 35px;
  height: 32px;
  text-align: center;
  background-color: transparent;
  border: none;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  font-weight: 600;
}

.shopping-cart .cart-table .table tbody tr td.t-qty .qty-box .quantity input {
  display: inline-block;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.shopping-cart .cart-table .table tbody tr td.t-qty .qty-box .quantity input::-webkit-outer-spin-button,
.shopping-cart .cart-table .table tbody tr td.t-qty .qty-box .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
}

.shopping-cart .cart-table .table tbody tr td.t-qty .qty-box .quantity .minus, .shopping-cart .cart-table .table tbody tr td.t-qty .qty-box .quantity .plus {
  padding: 3px 10px;
  background: #fff;
  border: none;
  cursor: pointer;
}

.shopping-cart .cart-table .table tbody tr td.t-qty .qty-box .quantity .minus:hover, .shopping-cart .cart-table .table tbody tr td.t-qty .qty-box .quantity .plus:hover {
  color: #5677fc;
}

.shopping-cart .cart-table .table tbody tr td.t-stk {
  font-size: 15px;
  color: #1ab744;
  font-weight: 600;
}

.shopping-cart .cart-table .table tbody tr td.t-total {
  font-size: 15px;
  color: #444444;
  font-weight: 600;
}

.shopping-cart .cart-table .table tbody tr td.t-add button {
  color: #fff;
  background: #5677fc;
  padding: 5px 15px;
  border: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

.shopping-cart .cart-table .table tbody tr td.t-add button:hover {
  background: #e45151;
}

.shopping-cart .cart-table .table tbody tr td.t-rem a i {
  font-size: 13px;
  color: #969696;
  border: 1px solid #e5e5e5;
  width: 28px;
  height: 28px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  padding: 7px;
}

.shopping-cart .cart-table .table tbody tr td.t-rem a :hover {
  color: #e45151;
}

.shopping-cart .shipping h6 {
  color: #444444;
  font-weight: 600;
  margin-bottom: 2px;
}

.shopping-cart .shipping p {
  color: #969696;
  margin-bottom: 25px;
}

.shopping-cart .shipping form .country-box, .shopping-cart .shipping form .state-box {
  position: relative;
  margin-bottom: 20px;
}

.shopping-cart .shipping form .country-box select, .shopping-cart .shipping form .state-box select {
  color: #666666;
  border: 1px solid #dddddd;
  width: 100%;
  padding: 8px 20px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.shopping-cart .shipping form .country-box select:focus, .shopping-cart .shipping form .state-box select:focus {
  outline: none;
  border-color: #5677fc;
}

.shopping-cart .shipping form .country-box:after, .shopping-cart .shipping form .state-box:after {
  position: absolute;
  content: "\f107";
  font-family: 'FontAwesome';
  color: #666666;
  top: 10px;
  right: 18px;
}

.shopping-cart .shipping form .post-box input {
  color: #666666;
  border: 1px solid #dddddd;
  width: 100%;
  padding: 9px 20px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  margin-bottom: 20px;
}

.shopping-cart .shipping form .post-box input:focus {
  border-color: #5677fc;
}

.shopping-cart .shipping form .post-box button {
  font-size: 15px;
  color: #5677fc;
  background: transparent;
  border: 1px solid #5677fc;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  padding: 5px 18px;
  font-weight: 600;
}

.shopping-cart .shipping form .post-box button:hover {
  color: #fff;
  background: #5677fc;
}

.shopping-cart .coupon h6 {
  color: #444444;
  font-weight: 600;
  margin-bottom: 2px;
}

.shopping-cart .coupon p {
  color: #969696;
  margin-bottom: 25px;
}

.shopping-cart .coupon form input {
  color: #666666;
  border: 1px solid #dddddd;
  width: 100%;
  padding: 9px 20px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  margin-bottom: 20px;
}

.shopping-cart .coupon form input:focus {
  border-color: #5677fc;
}

.shopping-cart .coupon form button {
  font-size: 15px;
  color: #5677fc;
  background: transparent;
  border: 1px solid #5677fc;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  padding: 5px 18px;
  font-weight: 600;
}

.shopping-cart .coupon form button:hover {
  color: #fff;
  background: #5677fc;
}

.shopping-cart .crt-sumry {
  background: #f1f1f1;
  padding: 23px 30px 30px;
}

.shopping-cart .crt-sumry h5 {
  color: #444444;
  font-weight: 600;
  margin-bottom: 20px;
}

.shopping-cart .crt-sumry ul {
  margin-bottom: 30px;
}

.shopping-cart .crt-sumry ul li {
  font-size: 15px;
  color: #666666;
  font-weight: 600;
  margin-bottom: 5px;
}

.shopping-cart .crt-sumry ul li span {
  float: right;
  color: #444444;
  font-weight: 700;
}

.shopping-cart .crt-sumry ul li:nth-child(2) {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.shopping-cart .crt-sumry button.up-cart {
  font-size: 15px;
  color: #5677fc;
  background: transparent;
  border: 1px solid #5677fc;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  padding: 5px 18px;
  font-weight: 600;
}

.shopping-cart .crt-sumry button.up-cart:hover {
  color: #fff;
  background: #5677fc;
}

.shopping-cart .crt-sumry button.chq-out {
  font-size: 15px;
  color: #fff;
  background: #e45151;
  border: 1px solid #e45151;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  padding: 5px 18px;
  font-weight: 600;
  margin-left: 10px;
}

.shopping-cart .crt-sumry button.chq-out:hover {
  color: #e45151;
  background: transparent;
}

.shopping-cart .wsh-list {
  margin-bottom: 0;
}

/* =======================================
30. Checkout
======================================= */
.checkout {
  padding: 50px 0 10px;
}

.checkout form h5 {
  color: #444444;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 35px;
}

.checkout form div div {
  padding-bottom: 15px;
}

.checkout form div div label {
  font-size: 15px;
  color: #666666;
  font-weight: 600;
}

.checkout form div div input[type=text] {
  border: 1px solid #dddddd;
  width: 100%;
  height: 45px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  padding-left: 15px;
  margin-bottom: 20px;
}

.checkout form div div input[type=text].placeholder {
  font-style: italic;
  color: #969696;
}

.checkout form div div input[type=text]:-moz-placeholder {
  font-style: italic;
  color: #969696;
}

.checkout form div div input[type=text]::-moz-placeholder {
  font-style: italic;
  color: #969696;
}

.checkout form div div input[type=text]:-ms-input-placeholder {
  font-style: italic;
  color: #969696;
}

.checkout form div div input[type=text]::-webkit-input-placeholder {
  font-style: italic;
  color: #969696;
}

.checkout form div div input[type=text]:focus {
  border-color: #5677fc;
}

.checkout form div div textarea {
  border: 1px solid #dddddd;
  width: 100%;
  height: 130px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  padding: 15px;
  margin-bottom: 20px;
}

.checkout form div div textarea.placeholder {
  font-style: italic;
  color: #969696;
}

.checkout form div div textarea:-moz-placeholder {
  font-style: italic;
  color: #969696;
}

.checkout form div div textarea::-moz-placeholder {
  font-style: italic;
  color: #969696;
}

.checkout form div div textarea:-ms-input-placeholder {
  font-style: italic;
  color: #969696;
}

.checkout form div div textarea::-webkit-input-placeholder {
  font-style: italic;
  color: #969696;
}

.checkout form div div textarea:focus {
  border-color: #5677fc;
}

.checkout form div div ul li input[type=checkbox] {
  margin-right: 8px;
}

.checkout form div div ul li input[type=checkbox]:hover {
  cursor: pointer;
}

.checkout form div div ul li label {
  vertical-align: middle;
}

.checkout form div div ul li label:hover {
  cursor: pointer;
}

.checkout form div div.contry {
  position: relative;
}

.checkout form div div.contry select {
  color: #969696;
  border: 1px solid #dddddd;
  width: 100%;
  height: 45px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  font-style: italic;
  padding-left: 15px;
  margin-bottom: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.checkout form div div.contry select:focus {
  outline: none;
  border-color: #5677fc;
}

.checkout form div div.contry:after {
  position: absolute;
  content: "\f107";
  font-family: 'FontAwesome';
  color: #969696;
  top: 42px;
  right: 30px;
}

.checkout .order-review {
  background: #f1f1f1;
  padding: 28px 35px 20px;
  margin-bottom: 35px;
}

.checkout .order-review h5 {
  color: #444444;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 35px;
}

.checkout .order-review .review-box ul li {
  margin-bottom: 15px;
}

.checkout .order-review .review-box ul li:first-child {
  font-size: 18px;
  color: #444444;
  font-weight: 600;
  margin-bottom: 22px;
}

.checkout .order-review .review-box ul li:first-child span {
  float: right;
}

.checkout .order-review .review-box ul li div.pro {
  width: 70%;
}

.checkout .order-review .review-box ul li div.pro img {
  max-width: 60px;
  float: left;
  margin-right: 10px;
}

.checkout .order-review .review-box ul li div.pro p {
  font-size: 15px;
  color: #666666;
  font-weight: 600;
}

.checkout .order-review .review-box ul li div.pro span {
  font-size: 13px;
  color: #666666;
}

.checkout .order-review .review-box ul li div.prc p {
  font-size: 16px;
  color: #666666;
  font-weight: 600;
  padding-top: 18px;
}

.checkout .order-review .review-box ul li:nth-child(4) {
  padding-bottom: 10px;
}

.checkout .order-review .review-box ul li:nth-child(5) {
  font-size: 16px;
  color: #666666;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 12px 0;
  margin-bottom: 0;
  font-weight: 600;
}

.checkout .order-review .review-box ul li:nth-child(5) span {
  float: right;
}

.checkout .order-review .review-box ul li:nth-child(6) {
  font-size: 16px;
  color: #666666;
  border-bottom: 1px solid #dddddd;
  padding: 12px 0;
  margin-bottom: 0;
  font-weight: 600;
}

.checkout .order-review .review-box ul li:nth-child(6) span {
  float: right;
}

.checkout .order-review .review-box ul li:last-child {
  font-size: 18px;
  color: #444444;
  padding: 12px 0;
  margin-bottom: 0;
  font-weight: 600;
}

.checkout .order-review .review-box ul li:last-child span {
  float: right;
}

.checkout .pay-meth {
  background: #f1f1f1;
  padding: 28px 35px 20px;
}

.checkout .pay-meth h5 {
  color: #444444;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 35px;
}

.checkout .pay-meth .pay-box ul li {
  margin-bottom: 10px;
}

.checkout .pay-meth .pay-box ul li input[type="radio"] {
  display: none;
}

.checkout .pay-meth .pay-box ul li input[type="radio"] + label {
  margin-bottom: 0;
  font-size: 15px;
  color: #666666;
  font-weight: 600;
}

.checkout .pay-meth .pay-box ul li input[type="radio"] + label span {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #dddddd;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-size: 14px;
  text-align: center;
  margin-right: 10px;
}

.checkout .pay-meth .pay-box ul li input[type="radio"] + label span i {
  font-size: 12px;
  color: #666666;
  padding-top: 4px;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.checkout .pay-meth .pay-box ul li input[type="radio"] + label:hover {
  cursor: pointer;
}

.checkout .pay-meth .pay-box ul li input[type="radio"]:checked + label span i {
  opacity: 1;
}

.checkout .pay-meth .pay-box ul li p {
  color: #969696;
  margin: 8px 30px 10px;
}

.checkout button.ord-btn {
  font-size: 18px;
  color: #fff;
  background: #e45151;
  border: none;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  width: 100%;
  height: 45px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  margin-top: 30px;
}

.checkout button.ord-btn:hover {
  background: #5677fc;
}

/* =======================================
31. Log In
======================================= */
.login {
  padding: 50px 0;
}

.login .n-customer h5 {
  color: #444444;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.login .n-customer p {
  font-size: 15px;
  color: #666666;
  line-height: 25px;
  margin-bottom: 40px;
}

.login .n-customer a {
  font-size: 15px;
  color: #fff;
  background: #e45151;
  padding: 10px 20px;
  font-weight: 600;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

.login .n-customer a:hover {
  background: #5677fc;
}

.login .r-customer h5 {
  color: #444444;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.login .r-customer p {
  font-size: 15px;
  color: #666666;
  line-height: 25px;
  margin-bottom: 25px;
}

.emal label, .login .r-customer form .pass label {
  font-size: 15px;
  color: #666666;
  font-weight: 600;
}

.emal {
  font-size: 15px;
  color: #666666;
  font-weight: 600;
}

.emal input, .emal select, .login .r-customer form .pass input {
  border: 1px solid #dddddd;
  width: 100%;
  height: 45px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  padding-left: 20px;
  margin-bottom: 20px;
}

.login .r-customer form .emal input:focus, .login .r-customer form .pass input:focus {
  border-color: #5677fc;
}

.login .r-customer form .nam-btm {
  margin-bottom: 20px;
}

.login .r-customer form .nam-btm input {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  vertical-align: sub;
}

.login .r-customer form .nam-btm input:hover {
  cursor: pointer;
}

.login .r-customer form .nam-btm label {
  font-size: 15px;
  color: #666666;
  font-weight: 600;
}

.login .r-customer form .nam-btm label:hover {
  cursor: pointer;
}

.login .r-customer form .nam-btm a {
  font-size: 15px;
  color: #e45151;
  font-weight: 600;
}

.login .r-customer form .nam-btm a:hover {
  text-decoration: underline;
}

.login .r-customer form button {
  font-size: 15px;
  color: #fff;
  background: #e45151;
  padding: 10px 25px;
  font-weight: 600;
  border: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

.login .r-customer form button:hover {
  background: #5677fc;
}

/* =======================================
32. Register
======================================= */
.register {
  padding: 50px 0;
}

.register form {
  max-width: 700px;
  margin: 0 auto;
  border: 1px solid #eeeeee;
  padding: 35px 42px;
}

.register form h5 {
  color: #444444;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.register form label {
  font-size: 15px;
  color: #666666;
  font-weight: 600;
}

form input[type=text], input[type=email], input[type=password]{
  border: 1px solid #dddddd;
  width: 100%;
  height: 45px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  padding-left: 15px;
  margin-bottom: 35px;
}

form textarea{
  border: 1px solid #dddddd;
  width: 100%;
  height: 45px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 20px!important;
  padding-left: 15px;
  margin-bottom: 35px;
}

.register form input[type=text]:focus {
  border-color: #5677fc;
}

.register form input[type=text].placeholder {
  font-style: italic;
  color: #666666;
}

.register form input[type=text]:-moz-placeholder {
  font-style: italic;
  color: #666666;
}

.register form input[type=text]::-moz-placeholder {
  font-style: italic;
  color: #666666;
}

.register form input[type=text]:-ms-input-placeholder {
  font-style: italic;
  color: #666666;
}

.register form input[type=text]::-webkit-input-placeholder {
  font-style: italic;
  color: #666666;
}

.register form label[for=t-box]:hover, .register form label[for=c-box]:hover {
  cursor: pointer;
}

.register form input[type=checkbox] {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  vertical-align: sub;
  margin-bottom: 15px;
}

.register form input[type=checkbox]:hover {
  cursor: pointer;
}

.register form button {
  font-size: 15px;
  color: #fff;
  background: #e45151;
  padding: 10px 30px;
  font-weight: 600;
  border: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  margin-top: 10px;
}

.register form button:hover {
  background: #5677fc;
}

/* =======================================
33. Compare
======================================= */
.compare-box {
  padding: 50px 0 35px;
}

.compare-box .comp-table table.table tbody tr td {
  border-top: none;
  border-right: 1px solid #eeeeee;
  vertical-align: middle;
  padding: 20px 28px;
}

.compare-box .comp-table table.table tbody tr td:first-child {
  border-left: 1px solid #eeeeee;
}

.compare-box .comp-table table.table tbody tr td.col-name {
  font-size: 18px;
  color: #444444;
  font-weight: 600;
}

.compare-box .comp-table table.table tbody tr.heading {
  border-top: 1px solid #eeeeee;
}

.compare-box .comp-table table.table tbody tr.heading td {
  position: relative;
}

.compare-box .comp-table table.table tbody tr.heading td i {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #969696;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  padding: 8px 9px;
}

.compare-box .comp-table table.table tbody tr.heading td i:hover {
  cursor: pointer;
  background: #e45151;
  color: #fff;
  border-color: #e45151;
}

.compare-box .comp-table table.table tbody tr.heading td a img {
  max-width: 170px;
}

.compare-box .comp-table table.table tbody tr.heading td a span {
  display: block;
  color: #969696;
  font-weight: 600;
}

.compare-box .comp-table table.table tbody tr.heading td a h6 {
  font-weight: 600;
}

.compare-box .comp-table table.table tbody tr.desc td p {
  font-size: 15px;
  line-height: 25px;
}

.compare-box .comp-table table.table tbody tr.rating td ul {
  padding-top: 3px;
}

.compare-box .comp-table table.table tbody tr.rating td ul li {
  margin-right: 2px;
}

.compare-box .comp-table table.table tbody tr.rating td ul li i {
  font-size: 15px;
  color: #fdba2d;
}

.compare-box .comp-table table.table tbody tr.price td p {
  font-size: 15px;
  color: #5677fc;
  font-weight: 600;
  padding-top: 3px;
}

.compare-box .comp-table table.table tbody tr.stock td p {
  font-size: 15px;
  color: #1ab744;
  font-weight: 600;
  padding-top: 2px;
}

.compare-box .comp-table table.table tbody tr.color td ul {
  padding-top: 4px;
}

.compare-box .comp-table table.table tbody tr.color td ul li span {
  display: inline-block;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.compare-box .comp-table table.table tbody tr.color td ul li:nth-child(1) span {
  background: #222222;
}

.compare-box .comp-table table.table tbody tr.color td ul li:nth-child(2) span {
  background: #e45151;
}

.compare-box .comp-table table.table tbody tr.color td ul li:nth-child(3) span {
  background: #fdba2d;
}

.compare-box .comp-table table.table tbody tr.color td ul li:nth-child(4) span {
  background: #5677fc;
}

.compare-box .comp-table table.table tbody tr.add-cart td {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 30px;
}

.compare-box .comp-table table.table tbody tr.add-cart td button {
  font-size: 15px;
  color: #fff;
  background: #5677fc;
  border: none;
  padding: 8px 20px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  font-weight: 600;
}

.compare-box .comp-table table.table tbody tr.add-cart td button:hover {
  background: #e45151;
}

/* =======================================
34. Terms & Condition
======================================= */
.term-condition {
  padding: 50px 0 18px;
}

.term-condition .term-box div {
  margin-bottom: 30px;
}

.term-condition .term-box div h6 {
  color: #444444;
  font-weight: 600;
  margin-bottom: 15px;
}

.term-condition .term-box div h6 i {
  color: #fff;
  background: #5677fc;
  display: inline-block;
  width: 25px;
  height: 25px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  padding-top: 4px;
  margin-right: 10px;
}

.term-condition .term-box div p {
  font-size: 15px;
  color: #969696;
  line-height: 26px;
}

/* =======================================
35. Faq
======================================= */
.faq {
  padding: 50px 0 20px;
}

.faq .faq-box div {
  margin-bottom: 30px;
}

.faq .faq-box div h6 {
  color: #444444;
  font-weight: 600;
  margin-bottom: 10px;
}

.faq .faq-box div h6 span {
  font-size: 14px;
  color: #fff;
  background: #5677fc;
  display: inline-block;
  width: 25px;
  height: 25px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  padding-top: 4px;
  margin-right: 5px;
}

.faq .faq-box div p {
  font-size: 15px;
  color: #969696;
  line-height: 26px;
}

/* =======================================
36. Error
======================================= */
.error-sec {
  padding: 100px 0 185px;
}

.error-sec .error-box h1 {
  font-size: 242px;
  color: #222222;
  font-weight: 700;
}

.error-sec .error-box h1 span {
  color: #5677fc;
  margin: 0 10px;
}

.error-sec .error-box h3 {
  color: #444444;
  font-weight: 600;
  margin-bottom: 20px;
}

.error-sec .error-box p {
  font-size: 18px;
  color: #969696;
  font-weight: 600;
  margin-bottom: 40px;
}

.error-sec .error-box a {
  font-size: 18px;
  color: #fff;
  background: #5677fc;
  padding: 12px 35px;
  font-weight: 600;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

.error-sec .error-box a i {
  margin-right: 8px;
}

.error-sec .error-box a:hover {
  background: #e45151;
}

/* =======================================
37. Track Order
======================================= */
.tr-order {
  padding: 50px 0;
}

.tr-order .tr-box form {
  max-width: 700px;
  margin: auto;
  border: 1px solid #eeeeee;
  padding: 35px 42px;
}

.tr-order .tr-box form h5 {
  color: #444444;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.tr-order .tr-box form label {
  font-size: 15px;
  color: #666666;
  font-weight: 600;
}

.tr-order .tr-box form input {
  border: 1px solid #dddddd;
  width: 100%;
  height: 45px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  padding-left: 15px;
  margin-bottom: 35px;
}

.tr-order .tr-box form input:focus {
  border-color: #5677fc;
}

.tr-order .tr-box form input.placeholder {
  font-style: italic;
  color: #666666;
}

.tr-order .tr-box form input:-moz-placeholder {
  font-style: italic;
  color: #666666;
}

.tr-order .tr-box form input::-moz-placeholder {
  font-style: italic;
  color: #666666;
}

.tr-order .tr-box form input:-ms-input-placeholder {
  font-style: italic;
  color: #666666;
}

.tr-order .tr-box form input::-webkit-input-placeholder {
  font-style: italic;
  color: #666666;
}

.tr-order .tr-box form button {
  font-size: 15px;
  color: #fff;
  background: #e45151;
  padding: 10px 30px;
  font-weight: 600;
  border: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

.tr-order .tr-box form button:hover {
  background: #5677fc;
}

/* =======================================
38. Blog
======================================= */
.blog1 {
  padding: 50px 0;
}

.blog1 .blog-box {
  border: 1px solid #eeeeee;
  margin-bottom: 30px;
}

.blog1 .blog-box .blog-content {
  padding: 20px;
}

.blog1 .blog-box .blog-content h5 {
  margin-bottom: 10px;
}

.blog1 .blog-box .blog-content h5 a {
  color: #444444;
  font-weight: 600;
}

.blog1 .blog-box .blog-content h5 a:hover {
  color: #5677fc;
}

.blog1 .blog-box .blog-content ul {
  margin-bottom: 10px;
}

.blog1 .blog-box .blog-content ul li i {
  font-size: 12px;
  color: #969696;
  margin-right: 5px;
}

.blog1 .blog-box .blog-content ul li a:hover {
  color: #5677fc;
}

.blog1 .blog-box .blog-content ul li:nth-child(1) {
  margin-right: 10px;
}

.blog1 .blog-box .blog-content p {
  font-size: 15px;
  color: #666666;
  line-height: 28px;
  letter-spacing: 0.3px;
}

.blog1 .pagination-box {
  margin-top: 35px;
}

.blog1 .pagination-box ul li a {
  font-size: 15px;
  color: #5677fc;
  width: 35px;
  height: 35px;
  background: #fff;
  display: block;
  padding-top: 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.blog1 .pagination-box ul li.active a {
  background: #5677fc;
  color: #fff;
}

.blog2 {
  padding: 50px 0;
}

.blog2 .blog-box {
  max-width: 80%;
  margin: auto;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 48px;
  margin-bottom: 45px;
}

.blog2 .blog-box .blog-img a img {
  margin-bottom: 20px;
}

.blog2 .blog-box .blog-content h5 {
  margin-bottom: 10px;
}

.blog2 .blog-box .blog-content h5 a {
  color: #222222;
  font-weight: 600;
}

.blog2 .blog-box .blog-content h5 a:hover {
  color: #5677fc;
}

.blog2 .blog-box .blog-content ul {
  margin-bottom: 10px;
}

.blog2 .blog-box .blog-content ul li i {
  color: #969696;
  margin-right: 5px;
}

.blog2 .blog-box .blog-content ul li a:hover {
  color: #5677fc;
}

.blog2 .blog-box .blog-content ul li:nth-child(1) {
  margin-right: 10px;
}

.blog2 .blog-box .blog-content p {
  font-size: 16px;
  color: #969696;
  line-height: 28px;
  letter-spacing: 0.3px;
  margin-bottom: 25px;
}

.blog2 .blog-box .blog-content a.rd-btn {
  font-size: 15px;
  color: #5677fc;
  border: 1px solid #5677fc;
  padding: 7px 20px;
  border-radius: 25px;
}

.blog2 .blog-box .blog-content a.rd-btn:hover {
  background: #5677fc;
  color: #fff;
}

.blog2 .pagination-box {
  margin-top: 35px;
}

.blog2 .pagination-box ul li a {
  font-size: 15px;
  color: #5677fc;
  width: 35px;
  height: 35px;
  background: #fff;
  display: block;
  padding-top: 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.blog2 .pagination-box ul li.active a {
  background: #5677fc;
  color: #fff;
}

.blog3 {
  padding: 60px 0;
}

.blog3 .blog-sr {
  margin-bottom: 40px;
}

.blog3 .blog-sr .sec-title h6 {
  color: #444444;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.blog3 .blog-sr form {
  position: relative;
}

.blog3 .blog-sr form input {
  width: 100%;
  height: 45px;
  border: 1px solid #dddddd;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  font-size: 15px;
  padding-left: 15px;
}

.blog3 .blog-sr form input.placeholder {
  font-style: italic;
  color: #969696;
}

.blog3 .blog-sr form input:-moz-placeholder {
  font-style: italic;
  color: #969696;
}

.blog3 .blog-sr form input::-moz-placeholder {
  font-style: italic;
  color: #969696;
}

.blog3 .blog-sr form input:-ms-input-placeholder {
  font-style: italic;
  color: #969696;
}

.blog3 .blog-sr form input::-webkit-input-placeholder {
  font-style: italic;
  color: #969696;
}

.blog3 .blog-sr form input:focus {
  border-color: #5677fc;
}

.blog3 .blog-sr form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 100%;
  border: none;
  color: #444444;
  background: transparent;
}

.blog3 .blog-sr form button:hover {
  color: #e45151;
}

.blog3 .blog-po {
  margin-bottom: 40px;
}

.blog3 .blog-po .sec-title h6 {
  color: #444444;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.blog3 .blog-po .post-box .rec-post {
  margin-bottom: 20px;
}

.blog3 .blog-po .post-box .rec-post div a img {
  max-width: 90px;
  margin-right: 15px;
}

.blog3 .blog-po .post-box .rec-post div p {
  margin-bottom: 8px;
}

.blog3 .blog-po .post-box .rec-post div p a {
  font-size: 15px;
}

.blog3 .blog-po .post-box .rec-post div p a:hover {
  color: #5677fc;
}

.blog3 .blog-po .post-box .rec-post div span {
  font-size: 13px;
  color: #969696;
}

.blog3 .blog-cat {
  margin-bottom: 40px;
}

.blog3 .blog-cat .sec-title h6 {
  color: #444444;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.blog3 .blog-cat .cat-box ul li {
  margin-bottom: 10px;
}

.blog3 .blog-cat .cat-box ul li a {
  font-size: 15px;
  display: block;
  letter-spacing: 0.5px;
  font-weight: 600;
}

.blog3 .blog-cat .cat-box ul li a span {
  font-size: 14px;
  color: #969696;
  float: right;
}

.blog3 .blog-cat .cat-box ul li a:hover {
  color: #5677fc;
}

.blog3 .blog-cat .cat-box ul li a:hover span {
  color: #5677fc;
}

.blog3 .blog-banner {
  position: relative;
  margin-bottom: 40px;
}

.blog3 .blog-banner:before {
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 30px;
  bottom: -30px;
  left: 0;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  opacity: 0;
  visibility: hidden;
}

.blog3 .blog-banner:after {
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.7);
  width: 30px;
  height: 100%;
  top: 0;
  left: -30px;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  opacity: 0;
  visibility: hidden;
}

.blog3 .blog-banner:hover:before {
  opacity: 1;
  visibility: visible;
  bottom: 100%;
}

.blog3 .blog-banner:hover:after {
  opacity: 1;
  visibility: visible;
  left: 100%;
}

.blog3 .blog-tag .sec-title h6 {
  color: #444444;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.blog3 .blog-tag .tag-box a {
  font-size: 13px;
  border: 1px solid #dddddd;
  padding: 6px 15px 5px;
  margin: 0 8px 13px 0;
  display: inline-block;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

.blog3 .blog-tag .tag-box a:hover {
  background: #5677fc;
  color: #fff;
  border-color: #5677fc;
}

.blog3 .blog-box {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 48px;
  margin-bottom: 45px;
}

.blog3 .blog-box .blog-img a img {
  margin-bottom: 20px;
}

.blog3 .blog-box .blog-content h5 {
  margin-bottom: 10px;
}

.blog3 .blog-box .blog-content h5 a {
  color: #222222;
  font-weight: 600;
}

.blog3 .blog-box .blog-content h5 a:hover {
  color: #5677fc;
}

.blog3 .blog-box .blog-content ul {
  margin-bottom: 10px;
}

.blog3 .blog-box .blog-content ul li i {
  color: #969696;
  margin-right: 5px;
}

.blog3 .blog-box .blog-content ul li a:hover {
  color: #5677fc;
}

.blog3 .blog-box .blog-content ul li:nth-child(1) {
  margin-right: 10px;
}

.blog3 .blog-box .blog-content p {
  font-size: 16px;
  color: #969696;
  line-height: 28px;
  letter-spacing: 0.3px;
  margin-bottom: 25px;
}

.blog3 .blog-box .blog-content a.rd-btn {
  font-size: 15px;
  color: #5677fc;
  border: 1px solid #5677fc;
  padding: 7px 20px;
  border-radius: 25px;
}

.blog3 .blog-box .blog-content a.rd-btn:hover {
  background: #5677fc;
  color: #fff;
}

.blog3 .pagination-box {
  margin-top: 35px;
}

.blog3 .pagination-box ul li a {
  font-size: 15px;
  color: #5677fc;
  width: 35px;
  height: 35px;
  background: #fff;
  display: block;
  padding-top: 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.blog3 .pagination-box ul li.active a {
  background: #5677fc;
  color: #fff;
}

.blog-details {
  padding: 60px 0;
}

.blog-details .blog-d-box .image-box img {
  margin-bottom: 20px;
}

.blog-details .blog-d-box .image-content h4 {
  color: #222222;
  margin-bottom: 18px;
  font-weight: 600;
}

.blog-details .blog-d-box .image-content ul {
  margin-bottom: 12px;
}

.blog-details .blog-d-box .image-content ul li {
  font-size: 14px;
  margin-right: 15px;
}

.blog-details .blog-d-box .image-content ul li i {
  font-size: 14px;
  color: #5677fc;
  margin-right: 7px;
}

.blog-details .blog-d-box .image-content ul li a {
  font-size: 14px;
  color: #555555;
}

.blog-details .blog-d-box .image-content ul li a:hover {
  color: #5677fc;
}

.blog-details .blog-d-box .image-content p {
  font-size: 16px;
  color: #666666;
  letter-spacing: 0.5px;
  line-height: 32px;
  margin-bottom: 45px;
}

.blog-details .blog-d-box .image-content p span {
  font-size: 15px;
  color: #555555;
  background: #eeeeee;
  display: block;
  padding: 20px 30px 25px;
  margin: 20px 0;
  border-left: 2px solid #5677fc;
  line-height: 30px;
}

.blog-details .blog-d-box .blog-btns .share-btn ul li:first-child {
  font-size: 15px;
  font-weight: 600;
}

.blog-details .blog-d-box .blog-btns .share-btn ul li a i {
  font-size: 14px;
  color: #5677fc;
  display: block;
  border: 1px solid #dddddd;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  text-align: center;
  padding-top: 10px;
}

.blog-details .blog-d-box .blog-btns .share-btn ul li a i:hover {
  background: #5677fc;
  border-color: #5677fc;
  color: #fff;
}

.blog-details .blog-d-box .blog-btns .post-bfaf {
  margin-bottom: 50px;
}

.blog-details .blog-d-box .blog-btns .post-bfaf ul li a {
  display: block;
  width: 75px;
  height: 35px;
  border: 1px solid #dddddd;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  padding-top: 7px;
}

.blog-details .blog-d-box .blog-btns .post-bfaf ul li a:hover {
  color: #fff;
  border-color: #5677fc;
  background: #5677fc;
}

.blog-details .blog-d-box .blog-btns .post-bfaf ul li:nth-child(1) i {
  padding-right: 5px;
}

.blog-details .blog-d-box .blog-btns .post-bfaf ul li:nth-child(2) i {
  padding-left: 5px;
}

.blog-details .blog-d-box .blog-comment h4 {
  color: #222222;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 8px;
  margin-bottom: 25px;
}

.blog-details .blog-d-box .blog-comment .comment-box {
  margin-bottom: 50px;
}

.blog-details .blog-d-box .blog-comment .comment-box .comment-img a {
  margin-right: 30px;
}

.blog-details .blog-d-box .blog-comment .comment-box .comment-img a img {
  width: 95px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.blog-details .blog-d-box .blog-comment .comment-box .comment-con ul li:nth-child(1) a {
  font-size: 17px;
  color: #444444;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
  margin-right: 20px;
}

.blog-details .blog-d-box .blog-comment .comment-box .comment-con ul li:nth-child(1) a:hover {
  color: #5677fc;
}

.blog-details .blog-d-box .blog-comment .comment-box .comment-con ul li:nth-child(2) a {
  font-size: 12px;
  color: #fff;
  background: #5677fc;
  padding: 4px 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

.blog-details .blog-d-box .blog-comment .comment-box .comment-con ul li:nth-child(2) a:hover {
  background: #e45151;
}

.blog-details .blog-d-box .blog-comment .comment-box .comment-con span {
  font-size: 13px;
  color: #969696;
  display: block;
  margin-bottom: 5px;
}

.blog-details .blog-d-box .blog-comment .comment-box .comment-con p {
  max-width: 700px;
  line-height: 25px;
  letter-spacing: 0.5px;
}

.blog-details .blog-d-box .blog-comment .comment-box2 {
  margin-left: 45px;
}

.blog-details .blog-d-box .comment-form h5 {
  color: #222222;
  font-weight: 600;
  padding-top: 15px;
  margin-bottom: 40px;
}

.blog-details .blog-d-box .comment-form form input {
  width: 100%;
  height: 48px;
  font-size: 15px;
  color: #222222;
  border: 1px solid #dddddd;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  padding-left: 20px;
  margin-bottom: 25px;
}

.blog-details .blog-d-box .comment-form form input:focus {
  border-color: #5677fc;
}

.blog-details .blog-d-box .comment-form form input.placeholder {
  font-style: italic;
  color: #969696;
}

.blog-details .blog-d-box .comment-form form input:-moz-placeholder {
  font-style: italic;
  color: #969696;
}

.blog-details .blog-d-box .comment-form form input::-moz-placeholder {
  font-style: italic;
  color: #969696;
}

.blog-details .blog-d-box .comment-form form input:-ms-input-placeholder {
  font-style: italic;
  color: #969696;
}

.blog-details .blog-d-box .comment-form form input::-webkit-input-placeholder {
  font-style: italic;
  color: #969696;
}

.blog-details .blog-d-box .comment-form form textarea {
  width: 100%;
  height: 135px;
  font-size: 15px;
  color: #222222;
  border: 1px solid #dddddd;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  padding: 20px;
  margin-bottom: 25px;
}

.blog-details .blog-d-box .comment-form form textarea:focus {
  border-color: #5677fc;
}

.blog-details .blog-d-box .comment-form form textarea.placeholder {
  font-style: italic;
  color: #969696;
}

.blog-details .blog-d-box .comment-form form textarea:-moz-placeholder {
  font-style: italic;
  color: #969696;
}

.blog-details .blog-d-box .comment-form form textarea::-moz-placeholder {
  font-style: italic;
  color: #969696;
}

.blog-details .blog-d-box .comment-form form textarea:-ms-input-placeholder {
  font-style: italic;
  color: #969696;
}

.blog-details .blog-d-box .comment-form form textarea::-webkit-input-placeholder {
  font-style: italic;
  color: #969696;
}

.blog-details .blog-d-box .comment-form form button {
  font-size: 16px;
  color: #fff;
  background: #5677fc;
  border: none;
  width: 170px;
  height: 48px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  font-weight: 600;
}

.blog-details .blog-sr {
  margin-bottom: 40px;
}

.blog-details .blog-sr .sec-title h6 {
  color: #444444;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.blog-details .blog-sr form {
  position: relative;
}

.blog-details .blog-sr form input {
  width: 100%;
  height: 45px;
  border: 1px solid #dddddd;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  font-size: 15px;
  padding-left: 15px;
}

.blog-details .blog-sr form input.placeholder {
  font-style: italic;
  color: #969696;
}

.blog-details .blog-sr form input:-moz-placeholder {
  font-style: italic;
  color: #969696;
}

.blog-details .blog-sr form input::-moz-placeholder {
  font-style: italic;
  color: #969696;
}

.blog-details .blog-sr form input:-ms-input-placeholder {
  font-style: italic;
  color: #969696;
}

.blog-details .blog-sr form input::-webkit-input-placeholder {
  font-style: italic;
  color: #969696;
}

.blog-details .blog-sr form input:focus {
  border-color: #5677fc;
}

.blog-details .blog-sr form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 100%;
  border: none;
  color: #444444;
  background: transparent;
}

.blog-details .blog-sr form button:hover {
  color: #e45151;
}

.blog-details .blog-po {
  margin-bottom: 40px;
}

.blog-details .blog-po .sec-title h6 {
  color: #444444;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.blog-details .blog-po .post-box .rec-post {
  margin-bottom: 20px;
}

.blog-details .blog-po .post-box .rec-post div a img {
  max-width: 90px;
  margin-right: 15px;
}

.blog-details .blog-po .post-box .rec-post div p {
  margin-bottom: 8px;
}

.blog-details .blog-po .post-box .rec-post div p a {
  font-size: 15px;
}

.blog-details .blog-po .post-box .rec-post div p a:hover {
  color: #5677fc;
}

.blog-details .blog-po .post-box .rec-post div span {
  font-size: 13px;
  color: #969696;
}

.blog-details .blog-cat {
  margin-bottom: 40px;
}

.blog-details .blog-cat .sec-title h6 {
  color: #444444;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.blog-details .blog-cat .cat-box ul li {
  margin-bottom: 10px;
}

.blog-details .blog-cat .cat-box ul li a {
  font-size: 15px;
  display: block;
  letter-spacing: 0.5px;
  font-weight: 600;
}

.blog-details .blog-cat .cat-box ul li a span {
  font-size: 14px;
  color: #969696;
  float: right;
}

.blog-details .blog-cat .cat-box ul li a:hover {
  color: #5677fc;
}

.blog-details .blog-cat .cat-box ul li a:hover span {
  color: #5677fc;
}

.blog-details .blog-banner {
  position: relative;
  margin-bottom: 40px;
}

.blog-details .blog-banner:before {
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 30px;
  bottom: -30px;
  left: 0;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  opacity: 0;
  visibility: hidden;
}

.blog-details .blog-banner:after {
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.7);
  width: 30px;
  height: 100%;
  top: 0;
  left: -30px;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  opacity: 0;
  visibility: hidden;
}

.blog-details .blog-banner:hover:before {
  opacity: 1;
  visibility: visible;
  bottom: 100%;
}

.blog-details .blog-banner:hover:after {
  opacity: 1;
  visibility: visible;
  left: 100%;
}

.blog-details .blog-tag .sec-title h6 {
  color: #444444;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.blog-details .blog-tag .tag-box a {
  font-size: 13px;
  border: 1px solid #dddddd;
  padding: 6px 15px 5px;
  margin: 0 8px 13px 0;
  display: inline-block;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

.blog-details .blog-tag .tag-box a:hover {
  background: #5677fc;
  color: #fff;
  border-color: #5677fc;
}

/* =======================================
39. Contact
======================================= */
.contact-area {
  padding-bottom: 50px;
}

.contact-area #map {
  width: 100%;
  height: 400px;
  margin-bottom: 50px;
}

.contact-area #map .info-window {
  padding: 15px;
}

.contact-area #map .info-window h5 {
  color: #5677fc;
  font-weight: 600;
  margin-bottom: 10px;
}

.contact-area #map .info-window p {
  font-size: 16px;
  color: #969696;
  line-height: 25px;
}

.contact-area .contact-box-tp h4 {
  color: #222222;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 8px;
  margin-bottom: 25px;
}

.contact-area .contact-box {
  margin-bottom: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.contact-area .contact-box .contact-icon i {
  font-size: 26px;
  color: #5677fc;
  width: 65px;
  height: 65px;
  text-align: center;
  padding-top: 19px;
  border: 1px solid #dddddd;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-right: 20px;
  margin-top: 5px;
}

.contact-area .contact-box .contact-content h6 {
  color: #444444;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}

.contact-area .contact-box .contact-content p {
  font-size: 15px;
  color: #969696;
}

.contact-area .social-link ul li a i {
  font-size: 15px;
  color: #fff;
  width: 38px;
  height: 38px;
  text-align: center;
  padding-top: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.contact-area .social-link ul li a i:hover {
  background: #5677fc !important;
}

.contact-area .social-link ul li:nth-child(1) a i {
  background: #3b5998;
}

.contact-area .social-link ul li:nth-child(2) a i {
  background: #1da1f2;
}

.contact-area .social-link ul li:nth-child(3) a i {
  background: #0077b5;
}

.contact-area .social-link ul li:nth-child(4) a i {
  background: #ff0000;
}

.contact-area .social-link ul li:nth-child(5) a i {
  background: #bd081c;
}

.contact-area .contact-form h4 {
  color: #222222;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 8px;
  margin-bottom: 25px;
}

.contact-area .contact-form form p input {
  font-size: 15px;
  width: 100%;
  height: 45px;
  border: 1px solid #dddddd;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  padding-left: 15px;
  margin-bottom: 25px;
}

.contact-area .contact-form form p input:focus {
  border-color: #5677fc;
}

.contact-area .contact-form form p input.placeholder {
  font-style: italic;
  color: #969696;
}

.contact-area .contact-form form p input:-moz-placeholder {
  font-style: italic;
  color: #969696;
}

.contact-area .contact-form form p input::-moz-placeholder {
  font-style: italic;
  color: #969696;
}

.contact-area .contact-form form p input:-ms-input-placeholder {
  font-style: italic;
  color: #969696;
}

.contact-area .contact-form form p input::-webkit-input-placeholder {
  font-style: italic;
  color: #969696;
}

.contact-area .contact-form form p textarea {
  font-size: 15px;
  width: 100%;
  height: 185px;
  border: 1px solid #dddddd;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  padding: 15px;
  margin-bottom: 25px;
}

.contact-area .contact-form form p textarea:focus {
  border-color: #5677fc;
}

.contact-area .contact-form form p textarea.placeholder {
  font-style: italic;
  color: #969696;
}

.contact-area .contact-form form p textarea:-moz-placeholder {
  font-style: italic;
  color: #969696;
}

.contact-area .contact-form form p textarea::-moz-placeholder {
  font-style: italic;
  color: #969696;
}

.contact-area .contact-form form p textarea:-ms-input-placeholder {
  font-style: italic;
  color: #969696;
}

.contact-area .contact-form form p textarea::-webkit-input-placeholder {
  font-style: italic;
  color: #969696;
}

.contact-area .contact-form form button {
  font-size: 15px;
  color: #fff;
  background: #5677fc;
  padding: 10px 35px;
  border: none;
  font-weight: 600;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}

.contact-area .contact-form form button:hover {
  background: #e45151;
}

/* =======================================
40. Footer Area
======================================= */
.footer-top {
  background: #25272e;
  padding: 50px 0 40px;
}

.footer-top .f-contact h5 {
  color: #dddddd;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.footer-top .f-contact .f-add, .footer-top .f-contact .f-email, .footer-top .f-contact .f-phn {
  margin-bottom: 15px;
}

.footer-top .f-contact .f-add i, .footer-top .f-contact .f-email i, .footer-top .f-contact .f-phn i {
  font-size: 15px;
  color: #969696;
  width: 20px;
}

.footer-top .f-contact .f-add span, .footer-top .f-contact .f-email span, .footer-top .f-contact .f-phn span {
  font-size: 15px;
  color: #969696;
  font-weight: 600;
}

.footer-top .f-contact .f-add p, .footer-top .f-contact .f-email p, .footer-top .f-contact .f-phn p {
  color: #969696;
  max-width: 215px;
  margin-top: 5px;
}

.footer-top .f-contact .f-social {
  display: inline-block;
  margin-top: 10px;
}

.footer-top .f-contact .f-social ul li a i {
  font-size: 13px;
  color: #666666;
  border: 1px solid #666666;
  width: 28px;
  height: 28px;
  text-align: center;
  padding-top: 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.footer-top .f-contact .f-social ul li a i:hover {
  background: #5677fc;
  border-color: #5677fc;
  color: #e5e5e5;
}

.footer-top .f-cat h5, .footer-top .f-sup h5, .footer-top .f-link h5 {
  color: #dddddd;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.footer-top .f-cat ul li a, .footer-top .f-sup ul li a, .footer-top .f-link ul li a {
  font-size: 15px;
  color: #969696;
  display: inline-block;
  margin-bottom: 15px;
}

.footer-top .f-cat ul li a i, .footer-top .f-sup ul li a i, .footer-top .f-link ul li a i {
  font-size: 13px;
  color: #969696;
  margin-right: 10px;
}

.footer-top .f-cat ul li a:hover, .footer-top .f-sup ul li a:hover, .footer-top .f-link ul li a:hover {
  color: #5677fc;
}

.footer-top .f-cat ul li a:hover i, .footer-top .f-sup ul li a:hover i, .footer-top .f-link ul li a:hover i {
  color: #5677fc;
}

.footer-btm {
  background: #25272e;
  border-top: 1px solid #2f2f2f;
  padding: 40px 0;
}

.footer-btm p {
  font-size: 15px;
  color: #666666;
  margin-top: 3px;
}

.footer-btm p i {
  color: #5677fc;
  margin: 0 2px;
}

.footer-btm p a {
  color: #5677fc;
}

.footer-btm p a:hover {
  text-decoration: underline;
}

.footer-btm .back-to-top {
  background: #eeeeee;
  position: fixed;
  bottom: 80px;
  right: 40px;
  width: 45px;
  height: 45px;
  border: 1px solid #dddddd;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: 999;
  padding-top: 10px;
  display: none;
  cursor: pointer;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.footer-btm .back-to-top:hover {
  background: #fff;
}

.cart {
    display: inline-block;
    position: relative;
    width: 44px;
    height: 44px;
    margin-left: 6px;
    transition: background-color .35s;
    border: 1px solid #e1e7ec;
    border-radius: 50%;
    color: #606975;
    font-size: 17px;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    text-decoration: none; }
    .cart > i {
      line-height: 39px; }
    .cart > a {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 50%; }
    .cart:hover {
      background-color: #f5f5f5; }
  .cart > a::after {
    display: block;
    position: absolute;
    top: 100%;
    width: 100%;
    height: 18px;
    margin-top: -10px;
    content: ''; }
  .cart {
    width: auto;
    padding: 0 16px;
    border-radius: 22px; }
   .cart > a {
      border-radius: 22px; }
    .cart > .count, .cart > .subtotal {
      display: inline-block;
      margin-top: 2px;
      font-size: 14px;
      vertical-align: middle; }
    .cart > .count {
      margin-left: 5px; }
    .cart > .subtotal {
      margin-left: 11px;
      padding: 1px 0 1px 12px;
      border-left: 1px solid #e1e7ec; }
    @media (max-width: 1200px) {
      .cart {
        padding: 0 14px; }
        .cart > .subtotal {
          display: none; } }

.toolbar-dropdown {
  margin-top: 7px !important;
  text-align: left; }

.toolbar .account > .toolbar-dropdown {
  left: 50%;
  margin-left: -100px; }

.cart > .toolbar-dropdown {
  right: 0;
  left: auto;
  width: 260px;
  padding-right: 18px !important;
  padding-left: 18px !important; }
  .cart > .toolbar-dropdown > .toolbar-dropdown-group {
    display: table;
    width: 100%;
    padding-top: 9px;
    padding-bottom: 9px;
    border-top: 1px solid #e1e7ec; }
    .cart > .toolbar-dropdown > .toolbar-dropdown-group:last-child {
      border-top: 0; }
    .cart > .toolbar-dropdown > .toolbar-dropdown-group > .column {
      display: table-cell;
      vertical-align: top; }
      .cart > .toolbar-dropdown > .toolbar-dropdown-group > .column:first-child {
        padding-right: 6px; }
      .cart > .toolbar-dropdown > .toolbar-dropdown-group > .column:last-child {
        padding-left: 6px; }
    .cart > .toolbar-dropdown > .toolbar-dropdown-group .btn {
      margin: 0; }

.dropdown-product-item {
  display: table;
  position: relative;
  width: 100%;
  padding: 9px 0;
  border-top: 1px dashed #d8e0e6; }
  .dropdown-product-item:first-child {
    border-top: 0; }
  .dropdown-product-item > .dropdown-product-thumb,
  .dropdown-product-item > .dropdown-product-info {
    display: table-cell;
    vertical-align: top; }
  .dropdown-product-item > .dropdown-product-thumb {
    width: 55px;
    border-radius: 50%;
    overflow: hidden; }
    .dropdown-product-item > .dropdown-product-thumb > img {
      display: block;
      width: 100%; }
  .dropdown-product-item > .dropdown-product-remove {
    display: block;
    position: absolute;
    top: 12px;
    right: 0;
    color: #ff5252;
    font-size: 13px;
    line-height: 1;
    cursor: pointer; }
  .dropdown-product-item > .dropdown-product-info {
    padding-right: 15px;
    padding-left: 12px; }
  .dropdown-product-item .dropdown-product-title {
    display: block;
    padding-top: 2px;
    transition: color .3s;
    color: #606975;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none; }
    .dropdown-product-item .dropdown-product-title:hover {
      color: #0da9ef; }
  .dropdown-product-item .dropdown-product-details {
    color: #9da9b9;
    font-size: 14px; }
@media (min-width: 992px){
.cart:hover > .toolbar-dropdown {
  display: block;
  animation: submenu-show 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
}

.toolbar-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  margin-top: -7px !important;
  padding: 10px 0 !important;
  border: 1px solid #e1e7ec;
  border-radius: 5px;
  background-color: #ffffff;
  line-height: 1.5;
  box-shadow: 0 7px 22px -5px rgba(47, 56, 68, 0.2);
  z-index:2;}
  .toolbar-dropdown > li {
    display: block;
    position: relative; }
    .toolbar-dropdown > li > a {
      display: block;
      padding: 5px 20px !important;
      transition: color .3s;
      color: #606975;
      font-size: 14px;
      font-weight: 500;
      text-align: left;
      text-decoration: none; }
      .toolbar-dropdown > li > a > i {
        display: inline-block;
        margin-top: -2px;
        margin-right: 6px;
        font-size: .9em;
        vertical-align: middle; }

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.horizontal-center {
  margin: 0;
  position: relative;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.header-active{
  color:lightskyblue!important;
}

/* Pagination, order-list, checkout, shopping-cart */
.pagination {
  display: table;
  width: 100%;
  border-top: 1px solid #e1e7ec; }
  .pagination > .column {
    display: table-cell;
    padding-top: 16px;
    vertical-align: middle; }
  .pagination .pages {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none; }
    .pagination .pages > li {
      display: inline-block;
      width: 36px;
      height: 36px;
      font-size: 14px;
      font-weight: 500;
      line-height: 34px;
      text-align: center; }
      .pagination .pages > li > a {
        display: block;
        width: 36px;
        height: 36px;
        transition: all .3s;
        border: 1px solid transparent;
        border-radius: 50%;
        color: #606975;
        line-height: 34px;
        text-decoration: none; }
        .pagination .pages > li > a:hover {
          border-color: #e1e7ec;
          background-color: #f5f5f5; }
      .pagination .pages > li.active > a {
        border-color: #0da9ef;
        background-color: #0da9ef;
        color: #ffffff; }
  .pagination .btn > i {
    margin-top: -5px; }


  .shopping-cart,
.wishlist-table,
.order-table {
  margin-bottom: 20px; }
  .shopping-cart .table,
  .wishlist-table .table,
  .order-table .table {
    margin-bottom: 0; }
  .shopping-cart .btn,
  .wishlist-table .btn,
  .order-table .btn {
    margin: 0; }
  .shopping-cart > table > thead > tr > th,
  .shopping-cart > table > thead > tr > td,
  .shopping-cart > table > tbody > tr > th,
  .shopping-cart > table > tbody > tr > td,
  .wishlist-table > table > thead > tr > th,
  .wishlist-table > table > thead > tr > td,
  .wishlist-table > table > tbody > tr > th,
  .wishlist-table > table > tbody > tr > td,
  .order-table > table > thead > tr > th,
  .order-table > table > thead > tr > td,
  .order-table > table > tbody > tr > th,
  .order-table > table > tbody > tr > td {
    vertical-align: middle !important; }
  .shopping-cart > table thead th,
  .wishlist-table > table thead th,
  .order-table > table thead th {
    padding-top: 17px;
    padding-bottom: 17px;
    border-width: 1px; }
  .shopping-cart .remove-from-cart,
  .wishlist-table .remove-from-cart,
  .order-table .remove-from-cart {
    display: inline-block;
    color: #ff5252;
    font-size: 18px;
    line-height: 1;
    text-decoration: none; }
  .shopping-cart .count-input,
  .wishlist-table .count-input,
  .order-table .count-input {
    display: inline-block;
    width: 100%;
    width: 86px; }
  .shopping-cart .product-item,
  .wishlist-table .product-item,
  .order-table .product-item {
    display: table;
    width: 100%;
    min-width: 150px;
    margin-top: 5px;
    margin-bottom: 3px; }
    .shopping-cart .product-item .product-thumb,
    .shopping-cart .product-item .product-info,
    .wishlist-table .product-item .product-thumb,
    .wishlist-table .product-item .product-info,
    .order-table .product-item .product-thumb,
    .order-table .product-item .product-info {
      display: table-cell;
      vertical-align: top; }
    .shopping-cart .product-item .product-thumb,
    .wishlist-table .product-item .product-thumb,
    .order-table .product-item .product-thumb {
      width: 130px;
      padding-right: 20px; }
      .shopping-cart .product-item .product-thumb > img,
      .wishlist-table .product-item .product-thumb > img,
      .order-table .product-item .product-thumb > img {
        display: block;
        width: 100%; }
    .shopping-cart .product-item .product-info span,
    .wishlist-table .product-item .product-info span,
    .order-table .product-item .product-info span {
      display: block;
      font-size: 13px; }
      .shopping-cart .product-item .product-info span > em,
      .wishlist-table .product-item .product-info span > em,
      .order-table .product-item .product-info span > em {
        font-weight: 500;
        font-style: normal; }
    .shopping-cart .product-item .product-title,
    .wishlist-table .product-item .product-title,
    .order-table .product-item .product-title {
      margin-bottom: 6px;
      padding-top: 5px;
      font-size: 16px;
      font-weight: 500; }
      .shopping-cart .product-item .product-title > a,
      .wishlist-table .product-item .product-title > a,
      .order-table .product-item .product-title > a {
        transition: color .3s;
        color: #374250;
        line-height: 1.5;
        text-decoration: none; }
        .shopping-cart .product-item .product-title > a:hover,
        .wishlist-table .product-item .product-title > a:hover,
        .order-table .product-item .product-title > a:hover {
          color: #0da9ef; }
      .shopping-cart .product-item .product-title small,
      .wishlist-table .product-item .product-title small,
      .order-table .product-item .product-title small {
        display: inline;
        margin-left: 6px;
        font-weight: 500; }

.wishlist-table .product-item .product-thumb {
  display: table-cell !important; }
  @media screen and (max-width: 576px) {
    .wishlist-table .product-item .product-thumb {
      display: none !important; } }

.shopping-cart-footer {
  display: table;
  width: 100%;
  padding: 10px 0;
  border-top: 1px solid #e1e7ec; }
  .shopping-cart-footer > .column {
    display: table-cell;
    padding: 5px 0;
    vertical-align: middle; }
    .shopping-cart-footer > .column:last-child {
      text-align: right; }
      .shopping-cart-footer > .column:last-child .btn {
        margin-right: 0;
        margin-left: 15px; }
    @media (max-width: 768px) {
      .shopping-cart-footer > .column {
        display: block;
        width: 100%; }
        .shopping-cart-footer > .column:last-child {
          text-align: center; }
        .shopping-cart-footer > .column .btn {
          width: 100%;
          margin: 12px 0 !important; } }

.checkout-steps {
  margin-bottom: 40px; }
  .checkout-steps::after {
    display: block;
    clear: both;
    content: ''; }
  .checkout-steps > a {
    display: block;
    position: relative;
    width: 25%;
    height: 55px;
    float: right;
    transition: color .3s;
    border-top: 1px solid #e1e7ec;
    border-bottom: 1px solid #e1e7ec;
    background-color: #ffffff;
    color: #606975;
    font-size: 14px;
    font-weight: 500;
    line-height: 53px;
    text-decoration: none;
    text-align: center; }
    .checkout-steps > a > .angle {
      display: block;
      position: absolute;
      top: 0;
      right: -13px;
      width: 27px;
      height: 53px;
      background-color: #ffffff; }
      .checkout-steps > a > .angle::before, .checkout-steps > a > .angle::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        border: solid transparent;
        content: '';
        pointer-events: none; }
      .checkout-steps > a > .angle::after {
        border-width: 26px;
        border-color: transparent;
        border-left-color: #ffffff; }
      .checkout-steps > a > .angle::before {
        margin-top: -1px;
        border-width: 27px;
        border-color: transparent;
        border-left-color: #d8e0e6; }
    .checkout-steps > a:hover {
      color: #0da9ef; }
    .checkout-steps > a.active {
      background-color: #0da9ef;
      color: #ffffff;
      cursor: default;
      pointer-events: none; }
      .checkout-steps > a.active > .angle::after {
        border-left-color: #0da9ef; }
      .checkout-steps > a.active + a > .angle {
        background-color: #0da9ef; }
    .checkout-steps > a.completed > .step-indicator {
      display: inline-block;
      margin-top: -5px;
      margin-right: 7px;
      border-radius: 50%;
      color: #43d9a3;
      font-size: 18px;
      line-height: 20px;
      text-align: center;
      vertical-align: middle; }
    .checkout-steps > a.completed:hover {
      color: #606975; }
    .checkout-steps > a:first-child {
      border-right: 1px solid #e1e7ec;
      border-top-right-radius: 7px;
      border-bottom-right-radius: 7px; }
    .checkout-steps > a:last-child {
      border-left: 1px solid #e1e7ec;
      border-top-left-radius: 7px;
      border-bottom-left-radius: 7px; }
  @media (max-width: 576px) {
    .checkout-steps > a {
      width: 100%;
      margin-bottom: 10px;
      float: none;
      border: 1px solid #e1e7ec;
      border-radius: 7px; }
      .checkout-steps > a > .angle {
        display: none; } }

.checkout-footer {
  display: table;
  width: 100%;
  margin-top: 28px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #e1e7ec;
  border-radius: 7px;
  table-layout: fixed; }
  .checkout-footer > .column {
    display: table-cell;
    padding: 10px 15px;
    vertical-align: middle; }
    .checkout-footer > .column:last-child {
      text-align: right; }
    .checkout-footer > .column:first-child {
      text-align: left; }
  .checkout-footer .btn {
    margin: 0; }

.sp-buttons .btn {
  margin: 0;
  margin-left: 8px; }
  .sp-buttons .btn.btn-wishlist {
    width: 36px;
    padding: 0;
    padding-left: 1px;
    border-radius: 50%; }
    .sp-buttons .btn.btn-wishlist > i {
      font-size: 1.2em; }
    .sp-buttons .btn.btn-wishlist.active {
      color: #ff5252; }

.product-gallery {
  position: relative;
  padding-top: 74px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  border: 1px solid #e1e7ec;
  border-radius: 7px; }
  .product-gallery .gallery-item > a::before {
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    margin-top: -35px;
    margin-left: -35px;
    border-radius: 50%; }
  .product-gallery .gallery-item > a::after {
    content: '\e037'; }
  .product-gallery .gallery-item > a:hover::before {
    opacity: .7; }
  .product-gallery .product-badge {
    top: 25px;
    left: 15px; }
  .product-gallery .product-thumbnails {
    display: block;
    margin: 0;
    margin-top: 24px;
    padding: 0;
    list-style: none;
    text-align: center; }
    .product-gallery .product-thumbnails > li {
      display: inline-block;
      margin: 0 3px 10px; }
      .product-gallery .product-thumbnails > li > a {
        display: block;
        width: 94px;
        transition: border-color .25s;
        border: 1px solid #e1e7ec;
        border-radius: 5px;
        overflow: hidden; }
      .product-gallery .product-thumbnails > li.active > a {
        border-color: #0da9ef;
        cursor: default; }
  .product-gallery .video-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    margin-bottom: 0;
    z-index: 10; }
    .product-gallery .video-btn > a {
      display: inline-block;
      width: 54px;
      height: 54px; }
      .product-gallery .video-btn > a::before {
        display: none; }
      .product-gallery .video-btn > a::after {
        position: relative;
        top: 0;
        left: 0;
        width: 54px;
        height: 54px;
        margin: 0;
        border: 1px solid #e1e7ec;
        line-height: 45px;
        box-shadow: none;
        content: '\e052'; }
      .product-gallery .video-btn > a:hover::after {
        background-color: #f5f5f5; }

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .product-gallery .gallery-item > a::before, .product-gallery .gallery-item > a::after {
    display: none !important; }

  .product-gallery .video-btn {
    display: none !important; } }
@supports (-ms-ime-align: auto) {
  .product-gallery .gallery-item > a::before, .product-gallery .gallery-item > a::after {
    display: none !important; }

  .product-gallery .video-btn {
    display: none !important; } }

/* iziToast */
.iziToast.iziToast-success{border-color:rgba(67,217,163,.3);background-color:#dcf8ee;color:#2bd396}
.iziToast {
  border: 1px solid #e1e7ec;
  background: #f5f5f5; }
  .iziToast::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    box-shadow: 0 8px 10px -4px rgba(0, 0, 0, 0.2);
    content: '';
    z-index: -1; }
  .iziToast > .iziToast-body {
    margin-left: 15px; }
  .iziToast > .iziToast-close {
    width: 40px;
    transition: opacity .25s;
    background: none;
    background-position: center;
    background-color: transparent;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE1LjY0MiAxNS42NDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE1LjY0MiAxNS42NDIiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiPgogIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTguODgyLDcuODIxbDYuNTQxLTYuNTQxYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjEgIGMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMEw3LjgyMSw2Ljc2TDEuMjgsMC4yMmMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMGMtMC4yOTMsMC4yOTMtMC4yOTMsMC43NjgsMCwxLjA2MSAgbDYuNTQxLDYuNTQxTDAuMjIsMTQuMzYyYy0wLjI5MywwLjI5My0wLjI5MywwLjc2OCwwLDEuMDYxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyczAuMzg0LTAuMDczLDAuNTMtMC4yMmw2LjU0MS02LjU0MSAgbDYuNTQxLDYuNTQxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyYzAuMTkyLDAsMC4zODQtMC4wNzMsMC41My0wLjIyYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjFMOC44ODIsNy44MjF6IiBmaWxsPSIjMzc0MjUwIi8+Cjwvc3ZnPgo=);
    background-size: 8px;
    background-repeat: no-repeat; }
  .iziToast.iziToast-info {
    border-color: rgba(80, 198, 233, 0.3);
    background-color: #e6f7fc;
    color: #39bfe6; }
    .iziToast.iziToast-info > .iziToast-close {
      background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE1LjY0MiAxNS42NDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE1LjY0MiAxNS42NDIiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiPgogIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTguODgyLDcuODIxbDYuNTQxLTYuNTQxYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjEgIGMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMEw3LjgyMSw2Ljc2TDEuMjgsMC4yMmMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMGMtMC4yOTMsMC4yOTMtMC4yOTMsMC43NjgsMCwxLjA2MSAgbDYuNTQxLDYuNTQxTDAuMjIsMTQuMzYyYy0wLjI5MywwLjI5My0wLjI5MywwLjc2OCwwLDEuMDYxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyczAuMzg0LTAuMDczLDAuNTMtMC4yMmw2LjU0MS02LjU0MSAgbDYuNTQxLDYuNTQxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyYzAuMTkyLDAsMC4zODQtMC4wNzMsMC41My0wLjIyYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjFMOC44ODIsNy44MjF6IiBmaWxsPSIjMTg5NmJiIi8+Cjwvc3ZnPgo=); }
  .iziToast.iziToast-success {
    border-color: rgba(67, 217, 163, 0.3);
    background-color: #dcf8ee;
    color: #2bd396; }
    .iziToast.iziToast-success > .iziToast-close {
      background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE1LjY0MiAxNS42NDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE1LjY0MiAxNS42NDIiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiPgogIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTguODgyLDcuODIxbDYuNTQxLTYuNTQxYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjEgIGMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMEw3LjgyMSw2Ljc2TDEuMjgsMC4yMmMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMGMtMC4yOTMsMC4yOTMtMC4yOTMsMC43NjgsMCwxLjA2MSAgbDYuNTQxLDYuNTQxTDAuMjIsMTQuMzYyYy0wLjI5MywwLjI5My0wLjI5MywwLjc2OCwwLDEuMDYxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyczAuMzg0LTAuMDczLDAuNTMtMC4yMmw2LjU0MS02LjU0MSAgbDYuNTQxLDYuNTQxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyYzAuMTkyLDAsMC4zODQtMC4wNzMsMC41My0wLjIyYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjFMOC44ODIsNy44MjF6IiBmaWxsPSIjMWY5NzZjIi8+Cjwvc3ZnPgo=); }
  .iziToast.iziToast-warning {
    border-color: rgba(255, 183, 79, 0.3);
    background-color: #fff6e8;
    color: #ffb140; }
    .iziToast.iziToast-warning > .iziToast-close {
      background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE1LjY0MiAxNS42NDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE1LjY0MiAxNS42NDIiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiPgogIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTguODgyLDcuODIxbDYuNTQxLTYuNTQxYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjEgIGMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMEw3LjgyMSw2Ljc2TDEuMjgsMC4yMmMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMGMtMC4yOTMsMC4yOTMtMC4yOTMsMC43NjgsMCwxLjA2MSAgbDYuNTQxLDYuNTQxTDAuMjIsMTQuMzYyYy0wLjI5MywwLjI5My0wLjI5MywwLjc2OCwwLDEuMDYxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyczAuMzg0LTAuMDczLDAuNTMtMC4yMmw2LjU0MS02LjU0MSAgbDYuNTQxLDYuNTQxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyYzAuMTkyLDAsMC4zODQtMC4wNzMsMC41My0wLjIyYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjFMOC44ODIsNy44MjF6IiBmaWxsPSIjZTg4OTAwIi8+Cjwvc3ZnPgo=); }
  .iziToast.iziToast-danger {
    border-color: rgba(255, 82, 82, 0.3);
    background-color: #ffebeb;
    color: #ff5252; }
    .iziToast.iziToast-danger > .iziToast-close {
      background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE1LjY0MiAxNS42NDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE1LjY0MiAxNS42NDIiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiPgogIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTguODgyLDcuODIxbDYuNTQxLTYuNTQxYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjEgIGMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMEw3LjgyMSw2Ljc2TDEuMjgsMC4yMmMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMGMtMC4yOTMsMC4yOTMtMC4yOTMsMC43NjgsMCwxLjA2MSAgbDYuNTQxLDYuNTQxTDAuMjIsMTQuMzYyYy0wLjI5MywwLjI5My0wLjI5MywwLjc2OCwwLDEuMDYxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyczAuMzg0LTAuMDczLDAuNTMtMC4yMmw2LjU0MS02LjU0MSAgbDYuNTQxLDYuNTQxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyYzAuMTkyLDAsMC4zODQtMC4wNzMsMC41My0wLjIyYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjFMOC44ODIsNy44MjF6IiBmaWxsPSIjZWIwMDAwIi8+Cjwvc3ZnPgo=); }

.toast.position-fixed {
  min-width: 300px;
  z-index: 9900; }
  .toast.position-fixed.top-center {
    top: 30px;
    left: 50%;
    transform: translateX(-50%); }
  .toast.position-fixed.top-right {
    top: 30px;
    right: 30px; }
  .toast.position-fixed.top-left {
    top: 30px;
    left: 30px; }
  .toast.position-fixed.bottom-center {
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%); }
  .toast.position-fixed.bottom-right {
    bottom: 30px;
    right: 30px; }
  .toast.position-fixed.bottom-left {
    bottom: 30px;
    left: 30px; }
  @media (max-width: 360px) {
    .toast.position-fixed.top-right, .toast.position-fixed.top-left, .toast.position-fixed.bottom-right, .toast.position-fixed.bottom-left {
      right: auto;
      left: 50%;
      transform: translateX(-50%); } }

.widget {
  margin-bottom: 38px; }
  .widget .form-group {
    margin-bottom: 0; }
  .widget ul {
    margin-bottom: 12px; }
  .widget .market-button:last-child {
    margin-bottom: 0; }
  .widget .custom-control:last-child {
    margin-bottom: 0 !important; }

.widget-categories ul,
.widget-links ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .widget-categories ul > li,
  .widget-links ul > li {
    position: relative;
    margin-bottom: 5px;
    padding-left: 14px; }
    .widget-categories ul > li:last-child,
    .widget-links ul > li:last-child {
      margin-bottom: 0; }
    .widget-categories ul > li::before,
    .widget-links ul > li::before {
      display: block;
      position: absolute;
      top: 12px;
      left: 0;
      width: 0;
      height: 0;
      transform: rotate(-90deg);
      transition: transform .35s;
      border-top: 4px dashed;
      border-right: 4px solid transparent;
      border-left: 4px solid transparent;
      color: #9da9b9;
      content: ''; }
    .widget-categories ul > li > a,
    .widget-links ul > li > a {
      display: inline-block;
      transition: color .3s;
      color: #606975;
      font-size: 14px;
      font-weight: 500;
      text-decoration: none; }
      .widget-categories ul > li > a:hover,
      .widget-links ul > li > a:hover {
        color: #0da9ef; }
    .widget-categories ul > li.active > a,
    .widget-links ul > li.active > a {
      color: #0da9ef; }
    .widget-categories ul > li > span,
    .widget-links ul > li > span {
      margin-left: 4px;
      color: #9da9b9; }
    .widget-categories ul > li.has-children ul,
    .widget-links ul > li.has-children ul {
      border-left: 1px solid #dee5ea; }
      .widget-categories ul > li.has-children ul li::before,
      .widget-links ul > li.has-children ul li::before {
        top: 14px;
        width: 8px;
        height: 1px;
        transform: none;
        border: 0;
        background-color: #dee5ea;
        color: transparent; }
      .widget-categories ul > li.has-children ul li a,
      .widget-links ul > li.has-children ul li a {
        font-size: 13px; }
      .widget-categories ul > li.has-children ul ul > li,
      .widget-links ul > li.has-children ul ul > li {
        margin-bottom: 0; }
    .widget-categories ul > li.has-children > ul,
    .widget-links ul > li.has-children > ul {
      max-height: 0;
      transition: max-height .6s;
      overflow: hidden; }
    .widget-categories ul > li.has-children.expanded::before,
    .widget-links ul > li.has-children.expanded::before {
      transform: rotate(0); }
    .widget-categories ul > li.has-children.expanded > ul,
    .widget-links ul > li.has-children.expanded > ul {
      max-height: 1000px; }

.widget-featured-posts > .entry,
.widget-featured-products > .entry {
  display: table;
  width: 100%;
  margin-bottom: 18px; }
  .widget-featured-posts > .entry .entry-thumb,
  .widget-featured-posts > .entry .entry-content,
  .widget-featured-products > .entry .entry-thumb,
  .widget-featured-products > .entry .entry-content {
    display: table-cell;
    vertical-align: middle; }
  .widget-featured-posts > .entry .entry-thumb,
  .widget-featured-products > .entry .entry-thumb {
    width: 62px;
    padding-right: 12px; }
    .widget-featured-posts > .entry .entry-thumb > a,
    .widget-featured-products > .entry .entry-thumb > a {
      display: block;
      border-radius: 50%;
      overflow: hidden; }
      .widget-featured-posts > .entry .entry-thumb > a > img,
      .widget-featured-products > .entry .entry-thumb > a > img {
        width: 100%; }
  .widget-featured-posts > .entry .entry-title,
  .widget-featured-products > .entry .entry-title {
    margin-bottom: 0;
    font-size: 14px; }
    .widget-featured-posts > .entry .entry-title > a,
    .widget-featured-products > .entry .entry-title > a {
      transition: color .3s;
      color: #606975;
      font-weight: 500;
      text-decoration: none; }
      .widget-featured-posts > .entry .entry-title > a:hover,
      .widget-featured-products > .entry .entry-title > a:hover {
        color: #0da9ef; }
  .widget-featured-posts > .entry .entry-meta,
  .widget-featured-products > .entry .entry-meta {
    display: block;
    margin-bottom: 0;
    padding-top: 4px;
    color: #9da9b9;
    font-size: 12px; }

.widget-featured-products > .entry {
  margin-bottom: 12px; }
  .widget-featured-products > .entry .entry-thumb > a {
    border-radius: 0; }
  .widget-featured-products > .entry .entry-meta {
    color: #606975;
    font-size: 13px; }

  .rating-stars {
    position: absolute;
    top: 15px;
    right: 18px; }
  .rating-stars {
  display: inline-block; }
  .rating-stars > i {
    display: inline-block;
    margin-right: 2px;
    color: #cad0d9;
    font-size: 14px; }
    .rating-stars > i.filled {
      color: #ffb74f; }
    .rating-stars > i:last-child {
      margin-right: 0; }

    .product-archived {
  background-color: #f2f2f2; }

    .gallery-item {
  margin-bottom: 30px; }
  .gallery-item > a {
    display: block;
    position: relative;
    width: 100%;
    border-radius: 7px;
    text-decoration: none;
    overflow: hidden; }
    .gallery-item > a > img {
      display: block;
      width: 100%; }
    .gallery-item > a::before {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #000000;
      content: '';
      opacity: 0;
      z-index: 1;
      transition: opacity .3s; }
    .gallery-item > a::after {
      display: block;
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      margin-top: -19px;
      transform: translateY(15px);
      transition: all .35s;
      color: #ffffff;
      font-family: feather;
      font-size: 26px;
      text-align: center;
      content: '\e036';
      opacity: 0;
      z-index: 5; }
    .gallery-item > a:hover::before {
      opacity: .45; }
    .gallery-item > a:hover::after {
      transform: translateY(0);
      opacity: 1; }
    .gallery-item > a[data-type='video']::after {
      left: 50%;
      width: 46px;
      height: 46px;
      margin-top: -22px;
      margin-left: -22px;
      padding-left: 5px;
      transform: none;
      border-radius: 50%;
      background-color: #ffffff;
      color: #606975;
      font-size: 27px;
      line-height: 42px;
      box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
      content: '\e052';
      opacity: 1; }
  .gallery-item .caption {
    display: none; }
  .gallery-item.no-hover-effect > a::before {
    display: none; }

.grid-no-gap .gallery-item {
  margin-bottom: 0; }
  .grid-no-gap .gallery-item > a {
    border-radius: 0; }

.owl-carousel .gallery-item {
  margin-bottom: 0; }

.pswp__zoom-wrap {
  text-align: center; }
  .pswp__zoom-wrap::before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.wrapper {
  line-height: 0;
  width: 100%;
  max-width: 900px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  width: 100%; }
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

video {
  width: 100% !important;
  height: auto !important; }

.pswp__zoom-wrap {
  text-align: center; }
  .pswp__zoom-wrap::before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .pswp__caption__center {
  padding: 20px 10px;
  font-size: 14px;
  font-weight: 500;
  text-align: center; }

  .breadcrumb-box ul{
    margin-bottom:0;
  }

  .coupon-form .form-control {
    display: inline-block;
    width: 100%;
    max-width: 235px;
    margin-right: 12px;
  }

  .shopping-cart,
.wishlist-table,
.order-table {
 margin-bottom:20px
}
.shopping-cart .table,
.wishlist-table .table,
.order-table .table {
 margin-bottom:0
}
.shopping-cart .btn,
.wishlist-table .btn,
.order-table .btn {
 margin:0
}
.shopping-cart>table>thead>tr>th,
.shopping-cart>table>thead>tr>td,
.shopping-cart>table>tbody>tr>th,
.shopping-cart>table>tbody>tr>td,
.wishlist-table>table>thead>tr>th,
.wishlist-table>table>thead>tr>td,
.wishlist-table>table>tbody>tr>th,
.wishlist-table>table>tbody>tr>td,
.order-table>table>thead>tr>th,
.order-table>table>thead>tr>td,
.order-table>table>tbody>tr>th,
.order-table>table>tbody>tr>td {
 vertical-align:middle!important
}
.shopping-cart>table thead th,
.wishlist-table>table thead th,
.order-table>table thead th {
 padding-top:17px;
 padding-bottom:17px;
 border-width:1px
}
.shopping-cart .remove-from-cart,
.wishlist-table .remove-from-cart,
.order-table .remove-from-cart {
 display:inline-block;
 color:#ff5252;
 font-size:18px;
 line-height:1;
 text-decoration:none
}
.shopping-cart .count-input,
.wishlist-table .count-input,
.order-table .count-input {
 display:inline-block;
 width:100%;
 width:86px
}
.shopping-cart .product-item,
.wishlist-table .product-item,
.order-table .product-item {
 display:table;
 width:100%;
 min-width:150px;
 margin-top:5px;
 margin-bottom:3px
}
.shopping-cart .product-item .product-thumb,
.shopping-cart .product-item .product-info,
.wishlist-table .product-item .product-thumb,
.wishlist-table .product-item .product-info,
.order-table .product-item .product-thumb,
.order-table .product-item .product-info {
 display:table-cell;
 vertical-align:top
}
.shopping-cart .product-item .product-thumb,
.wishlist-table .product-item .product-thumb,
.order-table .product-item .product-thumb {
 width:130px;
 padding-right:20px
}
.shopping-cart .product-item .product-thumb>img,
.wishlist-table .product-item .product-thumb>img,
.order-table .product-item .product-thumb>img {
 display:block;
 width:100%
}
.shopping-cart .product-item .product-info span,
.wishlist-table .product-item .product-info span,
.order-table .product-item .product-info span {
 display:block;
 font-size:13px
}
.shopping-cart .product-item .product-info span>em,
.wishlist-table .product-item .product-info span>em,
.order-table .product-item .product-info span>em {
 font-weight:500;
 font-style:normal
}
.shopping-cart .product-item .product-title,
.wishlist-table .product-item .product-title,
.order-table .product-item .product-title {
 margin-bottom:6px;
 padding-top:5px;
 font-size:16px;
 font-weight:500
}
.shopping-cart .product-item .product-title>a,
.wishlist-table .product-item .product-title>a,
.order-table .product-item .product-title>a {
 transition:color .3s;
 color:#374250;
 line-height:1.5;
 text-decoration:none
}
.shopping-cart .product-item .product-title>a:hover,
.wishlist-table .product-item .product-title>a:hover,
.order-table .product-item .product-title>a:hover {
 color:#0da9ef
}
.shopping-cart .product-item .product-title small,
.wishlist-table .product-item .product-title small,
.order-table .product-item .product-title small {
 display:inline;
 margin-left:6px;
 font-weight:500
}
.wishlist-table .product-item .product-thumb {
 display:table-cell!important
}
@media screen and (max-width:576px) {
 .wishlist-table .product-item .product-thumb {
  display:none!important
 }
}
.shopping-cart-footer {
 display:table;
 width:100%;
 padding:10px 0;
 border-top:1px solid #e1e7ec
}
.shopping-cart-footer>.column {
 display:table-cell;
 padding:5px 0;
 vertical-align:middle
}
.shopping-cart-footer>.column:last-child {
 text-align:right
}
.shopping-cart-footer>.column:last-child .btn {
 margin-right:0;
 margin-left:15px
}
@media (max-width:768px) {
 .shopping-cart-footer>.column {
  display:block;
  width:100%
 }
 .shopping-cart-footer>.column:last-child {
  text-align:center
 }
 .shopping-cart-footer>.column .btn {
  width:100%;
  margin:12px 0!important
 }
}
.checkout-steps {
 margin-bottom:40px
}
.checkout-steps::after {
 display:block;
 clear:both;
 content:''
}
.checkout-steps>a {
 display:block;
 position:relative;
 width:25%;
 height:55px;
 float:right;
 transition:color .3s;
 border-top:1px solid #e1e7ec;
 border-bottom:1px solid #e1e7ec;
 background-color:#ffffff;
 color:#606975;
 font-size:14px;
 font-weight:500;
 line-height:53px;
 text-decoration:none;
 text-align:center
}
.checkout-steps>a>.angle {
 display:block;
 position:absolute;
 top:0;
 right:-13px;
 width:27px;
 height:53px;
 background-color:#ffffff
}
.checkout-steps>a>.angle::before,
.checkout-steps>a>.angle::after {
 position:absolute;
 top:0;
 left:0;
 width:0;
 height:0;
 border:solid transparent;
 content:'';
 pointer-events:none
}
.checkout-steps>a>.angle::after {
 border-width:26px;
 border-color:transparent;
 border-left-color:#ffffff
}
.checkout-steps>a>.angle::before {
 margin-top:-1px;
 border-width:27px;
 border-color:transparent;
 border-left-color:#d8e0e6
}
.checkout-steps>a:hover {
 color:#0da9ef
}
.checkout-steps>a.active {
 background-color:#0da9ef;
 color:#ffffff;
 cursor:default;
 pointer-events:none
}
.checkout-steps>a.active>.angle::after {
 border-left-color:#0da9ef
}
.checkout-steps>a.active + a>.angle {
 background-color:#0da9ef
}
.checkout-steps>a.completed>.step-indicator {
 display:inline-block;
 margin-top:-5px;
 margin-right:7px;
 border-radius:50%;
 color:#43d9a3;
 font-size:18px;
 line-height:20px;
 text-align:center;
 vertical-align:middle
}
.checkout-steps>a.completed:hover {
 color:#606975
}
.checkout-steps>a:first-child {
 border-right:1px solid #e1e7ec;
 border-top-right-radius:7px;
 border-bottom-right-radius:7px
}
.checkout-steps>a:last-child {
 border-left:1px solid #e1e7ec;
 border-top-left-radius:7px;
 border-bottom-left-radius:7px
}
@media (max-width:576px) {
 .checkout-steps>a {
  width:100%;
  margin-bottom:10px;
  float:none;
  border:1px solid #e1e7ec;
  border-radius:7px
 }
 .checkout-steps>a>.angle {
  display:none
 }
}
.checkout-footer {
 display:table;
 width:100%;
 margin-top:28px;
 padding-top:5px;
 padding-bottom:5px;
 border:1px solid #e1e7ec;
 border-radius:7px;
 table-layout:fixed
}
.checkout-footer>.column {
 display:table-cell;
 padding:10px 15px;
 vertical-align:middle
}
.checkout-footer>.column:last-child {
 text-align:right
}
.checkout-footer>.column:first-child {
 text-align:left
}
.checkout-footer .btn {
 margin:0
}

.text-lg{
  font-size:16px;
}

.login-box {
 display:block;
 width:100%;
 padding:30px 24px;
 border:1px solid #e1e7ec;
 border-radius:7px
}

p {
 font-family:"Muli",sans-serif!important;
 font-weight:400;
 color:#666666;
 letter-spacing:0.03rem;
 margin-bottom:10px
}