/*
Template :	Thomsun Trading
Author	 :	Sainul
Version	 :	1.0
Updated	 :	17.11.2023

*/
/* 01.0 - Reset */
h1 {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  font-size: 38px;
  margin-bottom: 30px;
  padding-bottom: 14px;
}

h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-weight: 200;
}

h2, .h2 {
  font-size: 30px;
}

.banner .sp-layer {
  left: 150px !important;
}
.banner .sp-layer h1 {
  font-size: 3.75rem;
  font-weight: 400;
  border: none;
  font-family: "Dancing Script", cursive;
  text-transform: unset;
}
.banner .sp-layer h1 span {
  font-weight: 200;
  display: block;
}

h1 {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  border-left: solid 5px #da3831;
  font-size: 20px;
  margin-bottom: 25px;
  margin-top: 20px;
  padding: 5px;
  font-weight: 600;
}

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

section {
  padding: 0 15px;
}

a {
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s;
}
a:hover {
  text-decoration: none;
}
a img:hover {
  opacity: 0.9;
}

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

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

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

.bg-gray {
  background: rgba(0, 0, 0, 0.5);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Nunito, sans-serif;
}

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

a {
  color: #000;
}

li, ul {
  list-style: none;
}

button:hover {
  cursor: pointer;
}

a:hover,
.active a,
.current-menu-item a,
.current {
  color: #da3831;
}

.clear, .clearfix {
  clear: both;
  height: 1px;
}

.logo {
  width: 200px;
}

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

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

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

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

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

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

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

.pt-border-15 {
  border-color: rgba(0, 0, 0, 0.15);
}

.pt-border {
  border-color: black;
}

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

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

a:hover {
  color: #da3831;
}

.opacity {
  opacity: 0.7;
}

.scrollTop {
  background: #da3831;
}
.scrollTop a {
  color: #fff;
}
.scrollTop:hover {
  background: #da3831;
}

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

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

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

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

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

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

.btn.btn-primary {
  background-color: #da3831;
  border: none;
}
.btn.btn-primary:hover {
  background-color: black;
  color: white !important;
}

.btn.btn-secondary {
  background-color: #000;
  color: white !important;
  border: none;
}
.btn.btn-secondary:hover {
  background-color: #da3831;
}

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

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

.has-fixed {
  background: white;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.has-fixed.navbar {
  position: fixed;
  width: 100%;
  z-index: 99;
  top: 0;
  left: 0;
  padding: 0;
}
.has-fixed a {
  color: black;
}
.has-fixed .topmenu {
  display: none;
}
.has-fixed .logo {
  height: 2.5rem;
  width: auto;
}

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

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

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

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

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

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

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

.pagination {
  margin: 0;
  overflow: hidden;
}

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

.pagination a,
.pagination span {
  padding: 4px 14px;
  display: inline-block;
  border: solid 1px black;
  border-radius: 0 !important;
  margin: 3px;
  display: block;
  color: black;
  padding: 0 10px;
}
.pagination a:hover,
.pagination span:hover {
  border: solid 1px rgba(0, 0, 0, 0.5);
  color: rgba(0, 0, 0, 0.5);
}

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

.pagination .active a, .pagination .active span {
  background-color: #da3831;
  color: white;
  border: solid 1px black;
}

.pbg {
  background: #000;
}

.sbg {
  background: #da3831;
}

.wc {
  color: white;
}

/* 02.0 - Top news */
.top-bar {
  background: rgba(0, 0, 0, 0.88);
  font-weight: 300;
  font-size: 16px;
  color: #fff;
  padding: 1px 0;
}
.top-bar a {
  font-weight: 400;
  color: #fff;
}
.top-bar a:hover {
  color: #da3831;
}

.top-news {
  text-align: center;
  color: #da3831;
}

.topcontac {
  font-size: 14px;
  color: white;
}
.topcontac span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  padding-left: 30px;
}
.topcontac i {
  font-size: 12px;
}

.top-social a {
  padding: 8px;
  color: rgba(255, 255, 255, 0.7);
}
.top-social i {
  font-size: 14px;
}

.mid-bar {
  background: white;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.mid-bar a {
  font-size: 12px;
}
.mid-bar i {
  font-size: 16px;
}
.mid-bar span {
  color: rgba(255, 255, 255, 0.7);
}

.ec-icon {
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 3px;
}

/* 03.0 - Header Section */
.sp-next-arrow::after, .sp-next-arrow::before, .sp-previous-arrow::after, .sp-previous-arrow::before {
  width: 5px;
  height: 16px;
  background-color: black;
}

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

header {
  position: relative;
}

.mainmenu {
  z-index: 4;
  padding: 0;
}
@media (max-width: 991.9px) {
  .mainmenu .navbar-nav {
    margin-bottom: 15px;
  }
}
.mainmenu .navbar-nav a.nav-link {
  padding: 17px 13px 0;
  min-width: 80px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.0625rem;
}
.mainmenu a {
  font-weight: 400;
  padding-right: 15px;
}
.mainmenu a.active {
  color: #000;
}

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

.current-menu-ancestor > a, .has-fixed .current-menu-ancestor > a {
  color: #da3831;
}

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

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

.megamenu {
  position: inherit !important;
}
.megamenu ul {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.megamenu .mg-col {
  padding: 0;
}
.megamenu .mg-col > ul {
  padding-bottom: 30px !important;
}
.megamenu .mg-col > div {
  padding-bottom: 30px !important;
}

.mg-left {
  position: relative;
}

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

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

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

.mg-child {
  background: white;
  height: 100%;
}

.mg-title {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.mg-children a {
  font-size: 14px;
  font-weight: 300;
  text-transform: none;
  padding: 6px 10px;
  display: inline-block;
  border: solid 1px white;
}
.mg-children a:hover {
  border: solid 1px black !important;
  color: #222222;
}

.megamenu > .dropdown-menu {
  /*
  display: block !important;
  visibility: visible;
  opacity: 1;
  height: auto;
  */
  border: solid 2px #000;
  background: #f3f3f3;
}

.megamenu:hover > .nav-link, .megamenu:focus > .nav-link {
  color: #da3831;
}

@media (min-width: 992px) {
  .mainmenu .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    height: 1px;
    left: 0;
    right: auto;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 3px;
    min-width: 200px;
  }
  .pt-drop-even {
    left: 99% !important;
    top: 10px;
  }
  .pt-drop-odd {
    left: -99% !important;
    top: 10px;
  }
  .dropdown:hover > .dropdown-menu {
    display: block !important;
    visibility: visible;
    opacity: 1;
    height: auto;
  }
  .dropdown-menu.show {
    visibility: visible;
    opacity: 1;
    height: auto;
  }
}
.dropdown-toggle::after, .dropdown-item::after {
  display: none;
}
.dropdown-toggle i, .dropdown-item i {
  margin-left: 10px;
  font-size: 14px;
  opacity: 0.7;
}

@media (min-width: 992px) {
  /*add here*/
  .navbar-expand-lg .navbar-collapse {
    display: block !important;
  }
}
.topmenu > li {
  height: 30px;
}
.topmenu li {
  margin: 10px 0;
  padding-bottom: 5px;
}
.topmenu li a {
  padding: 10px 18px;
}
.topmenu li img {
  max-height: 100%;
}
.topmenu #cart small {
  display: none;
}
.topmenu #cart ul {
  right: 0 !important;
  left: auto;
}
.topmenu #cart li {
  margin: 15px;
}
.topmenu .phone a {
  font-weight: 500;
}

.cart-wrp {
  position: relative;
}

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

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

.mainmenu .navbar-nav a.nav-link.custom-btn {
  background: #fff;
  color: #da3831;
  border-radius: 3px;
  padding: 7px 14px;
  margin: 3px 10px;
}

.top-search {
  margin: 10px 0;
}
.top-search input {
  border-radius: 3px 0 0 3px;
  border: none;
  border: solid 1px #da3831;
}
.top-search button {
  background: #da3831;
  border: none;
  border-radius: 0 3px 3px 0;
  min-width: 65px;
  text-align: center;
  padding: 6px;
}
.top-search i {
  color: black;
}

.feat-icon {
  color: rgba(0, 0, 0, 0.8);
}
.feat-icon .left {
  float: left;
}
.feat-icon .fa {
  font-size: 40px;
  margin-top: 5px;
  color: #da3831;
}
.feat-icon .title {
  font-weight: 600;
}
.feat-icon p {
  font-size: 14px;
  margin: 0;
}
.feat-icon .item {
  border-right: solid 1px rgba(0, 0, 0, 0.1);
}
.feat-icon .item:last-child {
  border: none;
}

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

.blog .items img {
  width: 100%;
  border-radius: 5px 5px 0 0;
}
.blog .tag {
  font-size: 12px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
}
.blog .content {
  background: white;
  padding: 20px;
}
.blog h4 {
  font-family: Nunito, sans-serif;
  font-size: 18px;
  line-height: 30px;
  margin-top: 10px;
}

.home-brands .swiper-viewport {
  box-shadow: none;
}
.home-brands .swiper-viewport .swiper-slide {
  border: solid 1px rgba(0, 0, 0, 0.1);
  padding: 5px;
}

.panel-body.contact-panel {
  background: rgba(0, 0, 0, 0.05);
  padding: 50px !important;
}

.contact-page .sub-title {
  background: rgba(0, 0, 0, 0.05);
  padding: 50px;
  font-size: 18px;
  margin-bottom: 50px;
}

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

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

@-webkit-keyframes skFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes skFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.dropdown-item {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.8rem;
  padding: 0.625rem 0;
  margin: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  background: none;
  color: #da3831;
}

.banner {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

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

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

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

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

/* contact form element */
.pt-form {
  background: none;
  font-weight: 300;
}
.pt-form:focus {
  background: none;
}

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

.os-buttons a {
  font-size: 1.5rem;
  color: rgba(218, 56, 49, 0.7);
}

.contact .social,
.contact .subscribe {
  background: rgba(218, 56, 49, 0.2);
  border-radius: 0.1875rem;
}

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

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

/* 06.0 - Scrolling to Top */
.scrollTop {
  position: fixed;
  right: 10%;
  bottom: 10px;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
  border-radius: 5px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.scrollTop a {
  font-size: 1.25rem;
  padding: 0.625rem 1.25rem;
  display: inline-block;
}

/* 07.0 - Practicles JS override */
.particles-js {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}

.particles-js {
  opacity: 0.7;
}

/* 08.0 - Footer Item */
.footer {
  background: #f2f2f2;
  color: rgba(0, 0, 0, 0.8);
  padding: 0;
}
.footer ul {
  padding: 0;
}
.footer ul a {
  color: rgba(0, 0, 0, 0.8);
}
.footer ul a:hover {
  color: #da3831;
}
.footer .flogo {
  padding: 0 0 20px;
  max-width: 200px;
}
.footer .footer-social {
  background: #da3831;
  height: 100%;
  padding: 10px 0;
}
.footer .footer-social a {
  font-size: 18px;
  margin: 10px;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
  color: #fff;
  width: 25%;
}
.footer .address ul li {
  font-size: 13px;
}
.footer .footer-botom {
  text-align: center;
  font-weight: 300;
  border-top: solid 1px rgba(255, 255, 255, 0.2);
  background: #000;
  color: #fff;
}
.footer li {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
}

.ftitle {
  text-transform: uppercase;
  padding-bottom: 12px;
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #da3831 !important;
}

.product-banner h1 {
  font-size: 32px;
  border: none;
  margin-bottom: 5px;
  font-weight: 400;
  text-transform: unset;
  padding-left: 0;
}
.product-banner p {
  font-weight: 200;
}

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

.pt-breadcrumb-abs {
  position: relative;
}
.pt-breadcrumb-abs .breadcrumb {
  background: none;
  position: absolute;
}
.pt-breadcrumb-abs .breadcrumb-item::before {
  color: black;
}

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

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

.featured h3, .home-insta h3, .home-brands h3, .ads-bottom h3 {
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 5px;
  font-weight: 600;
}

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

.pt-product {
  margin: 6px 0;
  position: relative;
  border: solid 1px rgba(0, 0, 0, 0.1);
  padding: 10px 8px;
  border-radius: 10px;
  background-color: #f2f2f2;
}
.pt-product:hover .hoverimg {
  opacity: 1;
  visibility: visible;
}
.pt-product:hover .hoverimg img {
  opacity: 1;
}
.pt-product:hover .hoverimg .prolink {
  width: 100%;
  height: 100%;
  display: block;
}
.pt-product h3 {
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 0;
  height: 34px;
  overflow: hidden;
  text-transform: unset;
}
@keyframes drop {
  0% {
    top: -350px;
  }
  100% {
    top: 0;
  }
}
.pt-product .price-old {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: line-through;
  margin-left: 10px;
  font-size: 14px;
}
.pt-product .delivered {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.8);
  text-align: right;
}
.pt-product .productimg {
  position: relative;
}
.pt-product .hoverimg {
  transition: opacity 0.5s;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}
.pt-product .heart {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 50%;
  border: solid 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.pt-product .heart:hover i {
  color: rgba(218, 56, 49, 0.5);
}
.pt-product .heart i {
  margin-top: 10px;
}
.pt-product .btngroup {
  background: #fff;
  margin-top: 10px;
}
.pt-product .smdes {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
}
.pt-product .review {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.6);
}
.pt-product .review .box {
  background: #388e3c;
  color: white;
  padding: 0 6px 2px;
  border-radius: 3px;
}
.pt-product .review .box i {
  font-size: 10px;
}
.pt-product .brand {
  padding-left: 0;
}
.pt-product .brand span {
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 30px;
  padding: 0 8px 1px;
  font-size: 11px;
}
.pt-product .fship {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.7);
}

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

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

.ribbon {
  width: 61px;
  height: 26px;
  background-color: #da3831;
  position: absolute;
  right: 1px;
  top: 1px;
  font-size: 12px;
  color: #fff;
  text-align: right;
  padding-right: 10px;
  line-height: 24px;
}
.ribbon:before {
  content: "";
  position: absolute;
  z-index: 2;
  left: -10px;
  top: 0;
  border-top: 13px solid #da3831;
  border-bottom: 13px solid #da3831;
  border-left: 10px solid transparent;
}

.price-tax {
  display: none;
}

.meta {
  margin: 0 15px;
}

.ptclr {
  display: inline-block;
  margin: 0 3px 0 0;
}
.ptclr:hover, .ptclr.active {
  border-color: black;
  opacity: 0.8;
}
.ptclr.red {
  background-color: #4e7c93;
}
.ptclr.green {
  background-color: #775f2f;
}

.pt-filter {
  margin: 10px 0;
  padding: 0;
}
.pt-filter h4 {
  font-size: 14px;
  margin: 5px 15px 5px 0;
  background: url(../../image/arrow-down.png) no-repeat center right;
  background-size: 12px 9px;
}
.pt-filter ul {
  margin: 0;
  padding: 0;
}
.pt-filter .filter-item {
  margin: 0 15px 0 0;
  border-right: solid 1px rgba(0, 0, 0, 0.3);
  float: left;
  min-width: 200px;
  position: relative;
  cursor: pointer;
}
.pt-filter .filter-dropdown {
  position: absolute;
  display: none;
  min-width: 200px;
  z-index: 2;
  padding: 20px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  background: white;
}
.pt-filter .filter-dropdown li {
  padding: 10px 0;
  font-size: 14px;
}

.filter-result {
  padding: 15px 0;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
}
.filter-result span {
  display: inline-block;
  font-size: 14px;
  padding: 3px 4px 3px 11px;
  border: solid 1px black;
}
.filter-result span i {
  padding: 10px;
  background: url(../../image/close.png) no-repeat center center;
  cursor: pointer;
  float: right;
  margin: 5px 0 0 5px;
}

.pricelider .filter-dropdown {
  min-width: 230px;
}

.sl-output {
  color: rgba(34, 34, 34, 0.4);
}
.sl-output .prf-resul {
  color: #222222;
}

.tmselect {
  border-right: solid 1px rgba(48, 62, 73, 0.3);
  padding: 0 0 0 5px;
}

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

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

.noproducts {
  padding: 50px 0;
}

#content {
  min-height: 500px;
}

.searchpage .tmselect {
  border: none;
}

.searchform {
  background: rgba(0, 0, 0, 0.05);
  padding: 20px;
}

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

.clear, .clearfix {
  height: unset;
}

.single-product hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
.single-product h1 {
  font-size: 26px;
  text-transform: unset;
  font-family: Nunito, sans-serif;
  margin-bottom: 8px;
  border: none;
  padding: 0;
}
.single-product .smalldes, .single-product .model {
  font-size: 14px;
  margin-bottom: 3px;
  color: rgba(0, 0, 0, 0.7);
}
.single-product .smalldes span, .single-product .model span {
  font-weight: 600;
}
.single-product .prdright {
  background: #f6f9ff;
  padding: 10px 20px;
  font-size: 13px;
}
.single-product .price {
  color: rgba(34, 34, 34, 0.7);
}
.single-product .price h2 {
  font-size: 28px;
  margin: 0;
  color: #222222;
}
.single-product ul {
  margin: 0;
}
.single-product .thumbnails {
  padding: 0;
}
.single-product .badge {
  padding: 0;
}
.single-product .badge span {
  background: #da3831;
  color: #fff;
  border-radius: 3px;
  margin: 5px;
  padding: 2px 7px;
}
.single-product .badge .cyan {
  background: #518cff;
}
.single-product .badge .violet {
  background: #d451ff;
}
.single-product .badge .green {
  background: #7bc346;
}
.single-product .brand {
  max-width: 100px;
}

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

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

.mainimg {
  position: relative;
}
.mainimg img {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
  background: #fff;
}

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

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

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

.emi, .sold {
  font-size: 12px;
  line-height: 22px;
}
.emi span, .sold span {
  font-weight: 600;
}
.emi i, .sold i {
  font-size: 12px;
  color: #da3831;
}

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

.prdprice {
  font-size: 30px;
  font-weight: 600;
  color: black;
}
.prdprice span {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
}

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

.cartbtnright {
  float: left;
  width: 72%;
  margin-right: 1%;
}

.cartbtnleft {
  float: left;
  width: 26%;
}

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

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

.options h3 {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  padding: 15px;
}
.options .form-group {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
  margin: 0;
}
.options .form-group:last-child {
  border: none;
}
.options .form-group label {
  margin: 0;
}
.options .form-group label.control-label {
  font-weight: bold;
}
.options .form-group label span span {
  font-weight: bold;
}

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

.wishbutton {
  margin-top: 15px;
  margin-bottom: 30px;
}
.wishbutton .heart {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50px;
}
.wishbutton a {
  padding: 9px 8px 9px 12px;
  text-align: center;
}
.wishbutton a:first-child {
  margin-right: 15px;
}
.wishbutton a:hover {
  color: #da3831 !important;
}

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

.score {
  display: block;
  font-size: 14px;
  position: relative;
  overflow: hidden;
}
.score .text {
  position: absolute;
  top: 2px;
  font-size: 13px;
}
.score .text a {
  color: rgba(0, 0, 0, 0.7);
}

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

.score .stars-active {
  color: #EEBD01;
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  -webkit-text-stroke: initial;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ea9514;
}

.score .stars-inactive {
  color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-text-stroke: initial;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ea9514;
  /* overflow: hidden; */
}

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

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

ul.product-info-list {
  padding: 0;
}
ul.product-info-list li {
  padding: 10px;
  background: #fff;
  margin: 5px 0;
  color: #5c5c5c;
  list-style: none;
}

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

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

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

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

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

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

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

.relatedproduct {
  margin-top: 80px;
}

.fa-refresh:before {
  content: "\f2f1";
}

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

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

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

/*recent fixed*/
.sa-recent-fixed {
  display: none;
  -webkit-animation-name: skFadeInUp;
  animation-name: skFadeInUp;
  -webkit-animation-duration: 500ms !important;
  animation-duration: 500ms !important;
  -webkit-transition-duration: 500ms !important;
  transition-duration: 500ms !important;
  -webkit-animation-iteration-count: 1 !important;
  animation-iteration-count: 1 !important;
  max-width: 330px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.sa-recent-fixed .title {
  background: #da3831;
  font-size: 18px;
  padding: 5px 10px;
  display: none;
}
.sa-recent-fixed .items {
  background: #fff;
}
.sa-recent-fixed .item {
  margin: 0 0 0 15px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.sa-recent-fixed .image {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  padding: 10px;
  margin: 10px;
  border-radius: 5px;
  overflow: hidden;
}
.sa-recent-fixed .col-md-4, .sa-recent-fixed .col-md-8 {
  padding: 2px;
}
.sa-recent-fixed .col-md-4 {
  max-width: 28%;
}
.sa-recent-fixed .col-md-8 {
  max-width: 71%;
}
.sa-recent-fixed .name {
  margin-top: 15px;
}
.sa-recent-fixed .price {
  font-size: 14px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.7);
}
.sa-recent-fixed .price-old {
  text-decoration: line-through;
}
.sa-recent-fixed .fa-angle-up {
  display: none;
}
.sa-recent-fixed i {
  float: right;
  width: 30px;
  height: 30px;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  padding-top: 5px;
}
.sa-recent-fixed i:hover {
  color: white;
}

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

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

.container .alert {
  margin-top: 15px;
}

.accountgrid h2 {
  font-size: 20px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
}
.accountgrid li {
  display: inline-block;
}
.accountgrid li a {
  display: block;
  background: rgba(0, 0, 0, 0.05);
  margin: 10px 10px 10px 0;
  padding: 10px 15px;
  border-radius: 3px;
}
.accountgrid li a:hover {
  background: #da3831;
  color: white;
}

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

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

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

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

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

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

/* 11.0 - Media queries */
/*==================================================== */
/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  /*add here*/
}
/*medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
  .mt-5 {
    margin-top: 2rem !important;
  }
  .pt-4,
  .py-4 {
    padding-top: 0.75rem !important;
  }
  .pb-4,
  .py-4 {
    padding-bottom: 0.75rem !important;
  }
}
/*medium devices (tablets, 768px and Down)*/
@media (max-width: 991.98px) {
  .mainmenu a {
    color: #000;
  }
  .bnr-image {
    margin: 0.625rem 1.875rem;
  }
  .flinel {
    border: none;
    padding-left: 15px;
  }
}
/*Small devices (landscape phones, 576px )*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /*body.dark{ background: #456;}*/
  .pt-5 {
    padding-top: 1.5rem !important;
  }
  .py-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}
/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
  .pt-carousel-description {
    display: none;
  }
  .pt-5 {
    padding-top: 1.5rem !important;
  }
  .py-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}
.mshow {
  display: none;
}

/* Extra small devices and down (portrait phones, less than 576px)*/
@media (max-width: 767.98px) {
  .feat-icon .item {
    border: none;
  }
  .feat-icon .item i {
    font-size: 35px;
  }
  .feat-icon .item .row {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    margin: 10px auto;
    min-height: 70px;
  }
  h1.heading {
    font-size: 26px;
    line-height: 40px;
    margin: 20px 0;
  }
  .accountgrid li {
    display: block;
  }
  .single-product .price {
    font-size: 12px;
  }
  .single-product .price h2 {
    font-size: 20px;
  }
  .smwrap {
    width: 100vw;
    padding: 10px 15px 0;
    display: block;
  }
  .megamenu > .dropdown-menu {
    border: none;
  }
  .navbar-brand {
    padding: 0 !important;
    margin: 0 !important;
  }
  .navbar-brand img {
    max-height: 100px;
  }
  .navbar-toggler {
    padding: 3px 7px;
  }
  .logo {
    max-height: 50px;
  }
  .banner .sp-layer h1 {
    font-size: 30px;
    margin: 22px 0 0 0;
  }
  .banner .sp-layer {
    left: 30px !important;
  }
  .pt-btn {
    border: solid 1px #303e49;
    padding: 10px 15px;
  }
  .mt-15 {
    margin-top: 50px;
  }
  .mt-7 {
    margin-top: 30px;
  }
  .py-7 {
    padding: 1.875rem 0;
  }
  h2, .h2 {
    font-size: 32px;
  }
  .crafted p {
    font-size: 16px;
  }
  .crafted .craftbg {
    left: 0px;
  }
  .crafted .craftbg img {
    max-width: 50px;
  }
  .partner-sec .content p {
    margin-bottom: 20px;
  }
  .testimonial-sec {
    padding: 30px 0;
  }
  .testimonial-sec .tstm-box {
    padding: 30px 15px 30px;
  }
  .testimonial-sec .tstm-box p {
    font-size: 16px;
    line-height: 28px;
  }
  .cat-sec .mt-10 {
    margin: 20px 0;
  }
  .my-10 {
    margin: 50px 0;
  }
  .mt-15 {
    margin-top: 4.375rem;
  }
  .mt-10 {
    margin-top: 2.5rem;
  }
  .emailsubscribe .item-box {
    padding: 50px 20px;
  }
  .emailsubscribe .item-box input {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .blog .items {
    margin-top: 0;
  }
  .footer {
    height: auto;
  }
  .footer .quicklinks {
    margin-bottom: 30px;
  }
  .footer li {
    text-align: left;
  }
  .footer li a:hover {
    color: #da3831 !important;
  }
  .footer .footer-menu ul ul li {
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    padding-bottom: 5px;
  }
  .footer .footer-social {
    padding: 0;
  }
  .footer .footer-social a {
    float: left;
  }
  .home-insta {
    display: none;
  }
  .carousel0 {
    margin-top: 50px;
    padding-top: 30px;
  }
  .quicklinks {
    order: unset;
  }
  .footer-menu {
    order: unset;
    margin-top: 35px;
    text-align: center;
  }
  .spacer > a {
    display: none;
  }
  .cat-sec .subhead {
    display: none;
  }
  .static .swiper-slide {
    margin-right: 22px;
  }
  .product-banner h1 {
    margin-bottom: 0;
    padding-bottom: 10px;
    font-size: 28px;
  }
  .mhidden {
    display: none;
  }
  .mshow {
    display: block;
  }
  .mobilemenu {
    width: 100%;
    overflow: hidden;
  }
  .mobilemenu a {
    color: #fff;
  }
  .mobilemenu .cartlabel {
    display: none;
  }
  .mobilemenu .fa-shopping-cart {
    font-size: 20px;
    margin-top: 6px;
  }
  .mobilemenu .cart-total {
    top: 2px;
  }
  .top-search.mshow {
    margin: 0 10px 10px;
    width: 100%;
  }
  .top-search.mshow .form-control {
    height: 36px;
  }
  .top-search.mshow button {
    padding: 4px;
  }
  .mainmenu {
    background-color: black;
  }
  .topmenu {
    position: absolute;
    right: 60px;
    top: 7px;
  }
  h2.pd-title {
    font-size: 20px;
  }
  .tmcart h2 {
    margin-top: 15px;
  }
}
.price-offer {
  color: #f00;
}

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

.options h3 {
  display: none;
}

.accessories .col-4, .accessories .col-8 {
  display: block;
  flex: 100%;
  max-width: 100%;
  padding: 0;
}
.accessories label.col-4 {
  background: rgba(0, 0, 0, 0.05);
  padding: 10px;
  font-weight: 300;
  font-size: 20px;
}
.accessories .img-thumbnail {
  margin: 10px;
}

.login-tab {
  border-bottom: solid 1px rgba(48, 62, 73, 0.1);
  margin: 0 0 40px;
}

.login-tab a {
  padding: 0 20px 20px;
  display: inline-block;
  font-size: 20px;
}

.login-tab .active a {
  border-bottom: solid 2px #303e49;
}

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

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

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

iframe .fwb {
  padding: 15px !important;
}

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

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

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

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

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

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title i {
  float: right;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

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

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

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

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

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

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

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

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

@media (min-width: 768px) {
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}

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

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

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

@keyframes loader-box-bounce {
  to {
    transform: translateY(0);
  }
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

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

