@charset "UTF-8";
/*-----------------------------------------------------------------------------------
    Theme Name: SmokeShop
    Author: TechnoVibes
    Description: SmokeShop
    Version: 1.0
-----------------------------------------------------------------------------------*/
/*@import url(https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700&amp;family=Quicksand:wght@300;400;500;600;700&amp;family=Schoolbell&amp;display=swap);*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap')

*,
ul {
  margin: 0;
  padding: 0
}

body,
p {
  color: var(--tp-text-body);
  line-height: 23px
}

a,
a:focus,
a:hover,
button {
  color: inherit
}

p a{
  color: #0d0dd4;
}

.m-img img,
.tpslider__thumb>img {
  max-width: 100%
}

.main-menu ul li .sub-menu>li>a::after,
.main-menu ul li .sub-menu>li>a::before,
.mean-container .mean-nav ul li>a>i,
.tpblog__entry-wap span:last-child::after {
  display: none
}

.main-menu ul{
  padding-left: 0px;
}

.tpblog__details a:hover i,
.tpproduct__all-item span a:hover i {
  animation: 1s infinite shakenext
}

.tpabout__inner-thumb-2>img,
.tperror__thumb>img {
  animation: 3s linear infinite left-right
}

.tpblog__title,
.tpbrandproduct__product-title,
.tpproduct__title,
.tpsidebar__product-title {
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}

.table-content .product-quantity,
.tpcart {
  float: none
}
.header__logo{
  padding: 3px 0px;
}
.header__logo img{
  max-width: 120px;
}

.header__top{
  height: 40px;
  line-height: 40px;
}

.button:focus,
a,
a:focus,
a:hover {
  text-decoration: none
}

:root {
  --tp-ff-body: 'Jost', sans-serif;
  --tp-ff-heading: 'Poppins', sans-serif;
  --tp-ff-p: 'Jost', sans-serif;
  --tp-ff-jost: 'Jost', sans-serif;
  --tp-ff-font-family: Font Awesome 5 Pro;
  --tp-common-white: #ffffff;
  --tp-common-black: #000;
  --tp-heading-primary: #545454;
  --tp-heading-secondary: #22b216;
  --tp-grey-1: #F2F2F6;
  --tp-grey-2: #F5F6F8;
  --tp-grey-3: #F5F2FF;
  --tp-grey-4: #FFF3EC;
  --tp-grey-5: #FFE9EA;
  --tp-grey-6: #FEEFD0;
  --tp-grey-7: #C4C4C4;
  --tp-grey-8: #F7F7F9;
  --tp-grey-9: #B4DEA4;
  --tp-grey-10: #B0AFCC;
  --tp-text-body: #000;
  --tp-text-1: #22b216;
  --tp-text-2: #334763;
  --tp-text-3: #79819C;
  --tp-text-4: #FACFD4;
  --tp-text-5: #FFD600;
  --tp-theme-1: #22b216;
  --tp-theme-2: #1c2022;
  --tp-theme-3: #12B7CE;
  --tp-theme-4: #e8a242;
  --tp-theme-5: #D91212;
  --tp-border-1: #E6EBF0;
  --tp-border-2: #ACAFB7;
  --tp-border-3: #EBEFF4
}

* {
  box-sizing: border-box
}

body {
  font-family: var(--tp-ff-body);
  font-size: 16px;
  font-weight: 400;
  overflow-X: hidden !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--tp-ff-heading);
  color: #2d2a6e;
  margin-top: 0;
  font-weight: var(--tp-fw-sbold);
  line-height: 1.2
}

h1 {
  font-size: 40px
}

h2 {
  font-size: 34px
}

h3 {
  font-size: 30px
}

h4 {
  font-size: 26px
}

.brand-product-title,
h5 {
  font-size: 22px
}

h6 {
  font-size: 18px
}

p {
  font-family: var(--tp-ff-p);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px
}

.btn,
.transition-3,
::after,
::before,
a,
button,
h1,
h2,
h3,
h4,
h5,
h6,
i,
img,
input,
li,
p,
select,
svg path,
textarea {
  -webkit-transition: .3s ease-out;
  -moz-transition: .3s ease-out;
  -ms-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out
}

.button:focus,
a:focus {
  outline: 0
}

a,
button {
  outline: 0;
  border: none;
  background: 0 0
}

button:hover {
  cursor: pointer
}

button:focus,
input {
  outline: 0
}

.uppercase {
  text-transform: uppercase
}

.capitalize {
  text-transform: capitalize
}

input[type=color] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%
}

::-moz-selection {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
  text-shadow: none
}

::selection {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
  text-shadow: none
}

::-moz-placeholder {
  color: var(--tp-common-black);
  font-size: var(--tp-fz-body);
  opacity: 1
}

.scroll-top,
.tp-btn,
.tp-btn:hover {
  color: var(--tp-common-white)
}

input::placeholder {
  font-weight: 400;
  font-size: 13px;
  color: #79819c
}

.custom-container {
  max-width: 1200px
}

.main-menu ul li .home-menu-style,
.tpsideinfo__nabtab button,
.w-img img {
  width: 100%
}

.fix {
  overflow: hidden
}

.clear {
  clear: both
}

.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible
}

.main-menu ul li.has-dropdown>a,
.p-relative {
  position: relative
}

.p-absolute,
.testimonial__shape img,
.tpcoundown__shape img,
.tphero__thumb-img,
.tpslider__shape img {
  position: absolute
}

.include-bg,
.tpabout__inner-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat
}

.custom-row {
  display: flex;
  justify-content: space-between
}

.gx-6 {
  --bs-gutter-x: 40px
}

.scroll-top {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50px;
  z-index: 99;
  background-color: var(--tp-heading-secondary);
  opacity: .5;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: .3s ease-out;
  -moz-transition: .3s ease-out;
  -ms-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
  border: none;
  bottom: -10%;
  position: fixed;
  right: 50px
}

.tp-btn,
.tp-btn-2 {
  -webkit-transition: .3s ease-out;
  -moz-transition: .3s ease-out;
  -ms-transition: .3s ease-out;
  -o-transition: .3s ease-out
}

.tp-btn,
.tp-btn-2,
.tp-btn-3,
.tp-btn-4,
.whight-btn {
  background-color: var(--tp-heading-secondary);
  /*border-radius: 50px;*/
  font-size: 13px;
  display: inline-block;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase
}

.scroll-top:hover,
.testi-arrow i:hover,
.tpprduct-arrow i:hover,
.tpsliderarrow i:hover {
  opacity: 1
}

.scroll-top::after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, .25) 0, rgba(0, 0, 0, 0) 80%)
}

.scroll-top.open {
  bottom: 30px
}

.gx-7 {
  --bs-gutter-x: 20px
}

.tp-btn {
  padding: 13px 53px;
  transition: .3s ease-out
}

.tp-btn:hover {
  background-color: var(--tp-heading-primary)
}

.tp-btn-2:hover,
.tp-btn-3:hover,
.tp-btn-4:hover,
.whight-btn:hover {
  color: var(--tp-common-white);
  background-color: #545454
}

.tp-btn-2 {
  padding: 1px 40px;
  line-height: 35px;
  color: var(--tp-common-white);
  transition: .3s ease-out
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .tp-btn-2 {
    padding: 1px 18px
  }
}

.tp-btn-3,
.tp-btn-4,
.whight-btn {
  padding: 5px 55px;
  line-height: 35px;
  color: var(--tp-common-white);
  -webkit-transition: .3s ease-out;
  -moz-transition: .3s ease-out;
  -ms-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out
}

.whight-btn,
.whight-btn:hover {
  border: 2px solid var(--tp-common-white)
}

.tp-btn-4 {
  background-color: var(--tp-heading-primary)
}

.tp-btn-4:hover {
  pointer-events: auto
}

.whight-btn {
  color: var(--tp-heading-secondary);
  background-color: var(--tp-common-white)
}

.tp-news-btn,
.tpcart-btn,
.tpcheck-btn,
.whight-btn:hover {
  color: var(--tp-common-white)
}

.whight-btn:hover {
  background-color: transparent
}

.tp-news-btn {
  font-weight: 600;
  font-size: 13px;
  line-height: 19px;
  text-transform: uppercase;
  padding: 12px 30px;
  background-color: var(--tp-heading-secondary);
  border-radius: 3px
}

.tpcart-btn,
.tpcheck-btn {
  border: 2px solid var(--tp-heading-secondary);
  display: block;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  min-height: 45px;
  text-transform: uppercase;
  background: var(--tp-heading-secondary);
  /*border-radius: 30px;*/
  padding: 14px;
  text-align: center;
  line-height: 1.5;
  font-weight: 600
}

.tpcart-btn:hover,
.tpcheck-btn:hover {
  background-color: #22b216;
  color: var(--tp-common-white);
  border: 2px solid #22b216
}

.border-btn:hover,
.tpcart-btn {
  color: var(--tp-heading-secondary)
}

.tpcart-btn {
  background-color: transparent
}

.banner-btn,
.border-btn:hover {
  background-color: var(--tp-common-white)
}

.banner-btn {
  color: var(--tp-heading-primary)
}

.border-btn {
  background-color: transparent;
  color: var(--tp-common-white)
}

@keyframes lara {

  0%,
  100% {
    transform: translateY(-1px)
  }

  25%,
  75% {
    transform: translateY(-5px)
  }

  50% {
    transform: translateY(-7px)
  }
}

@keyframes chara {
  100% {
    transform: translateY(-8px)
  }
}

@keyframes animation-plus {
  25% {
    transform: scale(1.1)
  }

  75% {
    transform: scale(.9)
  }
}

@keyframes shakenext {
  25% {
    transform: translate3d(0, 0, 0)
  }

  50% {
    transform: translate3d(-3px, 0, 0)
  }

  75% {
    transform: translate3d(3px, 0, 0)
  }
}

@keyframes slider-anim {

  0%,
  100% {
    transform: translateX(-1px)
  }

  25%,
  75% {
    transform: translateX(-5px)
  }

  50% {
    transform: translateX(-10px)
  }
}

@keyframes up-down {

  0%,
  100% {
    transform: translateY(0)
  }

  25%,
  75% {
    transform: translateY(-5px)
  }

  50% {
    transform: translateY(-10px)
  }
}

@keyframes left-right {
  0% {
    transform: translateX(3px)
  }

  25%,
  75% {
    transform: translateX(7px)
  }

  50% {
    transform: translateX(15px)
  }

  100% {
    transform: translateX(2px)
  }
}

.grey-bg {
  background: var(--tp-grey-1)
}

.grey-bg-2 {
  background: var(--tp-grey-2)
}

.white-bg {
  background: var(--tp-common-white)
}

.black-bg {
  background: var(--tp-common-black)
}

.theme-bg-1 {
  background-color: var(--tp-theme-1)
}

.theme-bg-2 {
  background-color: var(--tp-theme-4)
}

.theme-bg-red {
  background-color: var(--tp-theme-2)
}

.header__lang-submenu,
.header__top-price .nice-select .list {
  background: var(--tp-common-white);
  box-shadow: 0 8px 20px rgba(61, 110, 168, .1)
}

.tp-breadcrumb__title {
  font-family: Poppins;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: var(--tp-heading-primary);
  letter-spacing: -.03em;
  margin-bottom: 0
}

.tp-breadcrumb__content {
  padding: 8px 0
}

.tp-breadcrumb__list span {
  font-size: 14px;
  color: var(--tp-theme-1);
  line-height: 30px;
  font-weight: 400
}

.tp-breadcrumb__list .dvdr {
  color: var(--tp-text-3);
  transform: translateY(0);
  display: inline-block;
  padding: 0
}

.tp-breadcrumb__active {
  color: var(--tp-text-3) !important
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked,
.mean-container .mean-nav ul li a:hover,
.tp-breadcrumb__active a:hover,
.tpsection p a,
.tpsection__sub-title {
  color: var(--tp-heading-secondary)
}

.basic-pagination ul li {
  display: inline-block;
  list-style: none
}

.basic-pagination ul li:not(:last-child) {
  margin-right: 5px
}

.basic-pagination ul li a,
.basic-pagination ul li span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #dce1e8;
  font-size: 14px;
  font-weight: 600;
  color: var(--tp-text-3);
  -webkit-transition: .2s ease-out;
  -moz-transition: .2s ease-out;
  -ms-transition: .2s ease-out;
  -o-transition: .2s ease-out;
  transition: .2s ease-out
}

.basic-pagination ul li a.current,
.basic-pagination ul li a:hover,
.basic-pagination ul li span.current,
.basic-pagination ul li span:hover {
  background: var(--tp-heading-secondary);
  border-color: var(--tp-heading-secondary);
  color: var(--tp-common-white)
}

.basic-pagination ul li a i,
.basic-pagination ul li span i {
  font-weight: 600
}

.tpnavtab__area nav {
  margin-bottom: 15px;
  display: flex;
  justify-content: center
}

.tpnavtab__area nav .nav-link.active,
.tpproductnav .nav-tabs .nav-link.active {
  color: var(--tp-heading-secondary);
  background-color: transparent;
  border: none
}

.secondary-header,
.secondary-mobile-menu,
.tpnavtab__area nav .nav-tabs {
  border-bottom: none
}

.tpnavtab__area nav .nav-link {
  color: var(--tp-text-body);
  font-weight: 500;
  font-size: 16px;
  background: 0 0;
  border: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 0 22px;
  margin-bottom: 8px
}

.tpnavtab__newitem {
  display: flex;
  align-items: flex-start
}

.tpnavtab__newitem.tpnavtab__area nav .nav-link.active,
.tpreview__star-icon i {
  color: var(--tp-heading-primary)
}

.tpnavtab__newitem.tpnavtab__area nav .nav-link {
  color: var(--tp-text-3);
  font-weight: 700;
  font-size: 22px;
  background: 0 0;
  border: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 0;
  margin-right: 28px;
  margin-bottom: 10px;
  font-family: Poppins
}

#nav-tabContent-tp {
  position: relative;
  z-index: 9999
}

.tpsection p {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: var(--tp-text-body)
}

.tpsection__sub-title {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4
}

.tpsection__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  color: var(--tp-heading-primary);
  letter-spacing: -.3px
}

.header__lang-select,
.header__top-left span,
.header__top-link a,
.section__content p,
.section__sub-title,
.section__title,
.tp-sidebar-close,
.tpsidebar-categories ul li a {
  color: var(--tp-common-white)
}

.section__sub-title {
  font-family: Poppins, Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  display: block
}

.section__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 43px;
  letter-spacing: -.5px
}

.mean-container .mean-nav {
  background: 0 0;
  margin-top: 0
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: 0 0
}

.mean-container .mean-nav>ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important
}

.mean-container a.meanmenu-reveal {
  display: none !important
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  text-transform: capitalize !important
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 8px;
  padding: 0 !important;
  border: 1px solid #22b216 !important;
  height: 26px;
  width: 26px;
  line-height: 26px;
  color: #fff;
  top: 0;
  font-weight: 400
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: var(--clr-theme-1);
  color: var(--tp-common-white);
  border-color: var(--clr-theme-1)
}

.header__lang-submenu li a:hover,
.header__top-link a:hover,
.header__top-price .nice-select .option:hover,
.main-menu ul li a:hover {
  color: var(--tp-heading-secondary)
}

.mean-container .mean-nav ul li>a.mean-expand i {
  display: inline-block;
  font-size: 14px
}

.mean-container .mean-nav>ul>li:first-child>a,
.table-content table.table>:not(:first-child) {
  border-top: 0
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
  color: var(--tp-heading-secondary)
}

.mean-container .mean-nav ul .home-menu-style li a {
  text-align: center
}

.mean-container .mean-nav ul li a:hover img {
  transform: scale(.92)
}

.mean-container .mean-nav ul li a img {
  -webkit-transition: .3s ease-out;
  -moz-transition: .3s ease-out;
  -ms-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
  width: 100%;
  margin-bottom: 5px
}

.header__top-left span {
  font-size: 13px
}

.header__top-left span strong {
  font-weight: 400;
  color: var(--tp-text-1);
  font-size: 13px
}

.header__info,
.header__top-right {
  justify-content: end
}

.header__top-link a {
  display: inline-block;
  font-size: 13px;
  margin-left: 25px
}

.header__top-link a:first-child {
  margin-left: 0
}

.header__top-price .nice-select {
  background: var(--tp-heading-primary);
  color: #fff;
  border: none;
  font-size: 13px;
  height: 40px;
  width: 60px;
  padding-right: 16px;
  font-weight: 400;
  margin-left: 5px
}

.header__top-price .nice-select::after {
  height: 6px;
  margin-top: -5px;
  right: 3px;
  width: 6px;
  border-bottom: 1px solid #b0afcc;
  border-right: 1px solid #b0afcc
}

.header__top-price .nice-select .list {
  border-radius: 0 0 5px 5px !important;
  color: var(--tp-text-2);
  width: 65px;
  padding: 0 0 20px
}

.header__top-price .nice-select .option {
  margin-bottom: -13px
}

.header__lang {
  position: relative;
  z-index: 99;
  padding: 7px 0
}

.header__lang:hover .header__lang-select {
  opacity: 1;
  visibility: visible;
  top: 100%
}

.header__lang:hover .header__lang-select i {
  transform: rotate(180deg);
  color: var(--tp-text-primary)
}

.header__lang:hover .header__lang-submenu {
  visibility: visible;
  opacity: 1;
  transform: perspective(400px) rotateX(0)
}

.tpslider__content:hover .tpslider__shape-fruits1,
.tpslider__thumb:hover .three-shap-four,
.tpslider__thumb:hover .three-shap-three,
.tpslider__thumb:hover .three-shap-two,
.tpslider__thumb:hover .tpslider__shape-five,
.tpslider__thumb:hover .tpslider__shape-four,
.tpslider__thumb:hover .tpslider__shape-one,
.tpslider__thumb:hover .tpslider__shape-three,
.tpslider__thumb:hover .tpslider__shape-two {
  transform: translateX(15px)
}

.header__lang-select {
  padding-left: 15px;
  margin-left: 15px;
  position: relative
}

.header__lang-select::before {
  position: absolute;
  content: "";
  left: 0;
  background-color: #5e5aa3;
  height: 15px;
  width: 1px;
  top: 50%;
  transform: translateY(-50%)
}

.header__lang-select i {
  font-size: 14px;
  margin-left: 2px;
  color: #b0afcc
}

.header__lang-submenu {
  position: absolute;
  top: 110%;
  left: 0;
  width: 120px;
  z-index: 9;
  padding: 14px 16px;
  border-radius: 0 0 5px 5px;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease-out
}

.tpcartinfo,
.tpsearchbar {
  text-align: start;
  box-shadow: rgba(5, 13, 54, .05) 5px 15px 30px 0
}

.header__lang-submenu li {
  list-style: none;
  margin-bottom: 5px
}

.coupon-info p,
.header__lang-submenu li:last-child {
  margin-bottom: 0
}

.header__lang-submenu li a {
  font-size: 14px;
  font-weight: 400
}

.header__main-area {
  border: 1px solid #e6eaf0
}

.tpcart ul li,
.tpmobile-menu {
  border-bottom: 1px solid var(--tp-border-1)
}

.main-menu ul li {
  position: relative;
  display: inline-block;
  line-height: 1;
  list-style: none
}

.main-menu ul li:hover.has-dropdown a::after {
  color: var(--tp-heading-secondary)
}

.main-menu ul li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  top: 100%
}

.main-menu ul li a {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  padding: 32px 12px
}

.main-menu ul li.has-dropdown>a::after {
  content: "\e94f";
  font-size: 14px;
  color: var(--tp-common-black);
  font-family: icon-dukamarket;
  font-weight: 400;
  margin-left: 6px;
  display: inline-block;
  font-weight: var(--tp-fw-bold)
}

.main-menu ul li.has-homemenu,
.main-menu ul li.has-megamenu {
  position: static
}

.main-menu ul li .mega-menu,
.main-menu ul li .sub-menu {
  position: absolute;
  top: 120%;
  box-shadow: 0 8px 20px rgba(61, 110, 168, .1);
  border-radius: 0 0 10px 10px;
  border-top: 2px solid var(--tp-heading-secondary);
  background-color: var(--tp-common-white);
  left: 0
}

.main-menu ul li .sub-menu {
  min-width: 270px;
  padding: 30px 0;
  z-index: 2;
  transition: .3s ease-out, _ .3s ease-out, _ .3s ease-out;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s ease-out;
  -moz-transition: .3s ease-out;
  -ms-transition: .3s ease-out;
  -o-transition: .3s ease-out
}

.body-overlay.opened,
.cartbody-overlay.opened,
.category__item:hover .category__thumb::after,
.search-body-overlay.opened,
.tpblog__details a:hover i,
.tpproduct:hover .tpproduct__hover-text,
.tpproduct:hover .tpproduct__thumb-img,
.tpproduct__arrow:hover .tpprduct-arrow,
.tpslider-delay:hover .tpsliderarrow {
  opacity: 1;
  visibility: visible
}

.main-menu ul li .sub-menu>li {
  margin: 0;
  list-style: none;
  padding: 0 20px 0 40px;
  display: block
}

.main-menu ul li .sub-menu>li>a {
  display: block;
  font-family: var(--font-body);
  text-transform: none;
  padding: 10px 0;
  color: #334763;
  font-size: var(--menu-font-size);
  font-weight: 400;
  white-space: normal;
  word-wrap: break-word;
  word-break: normal;
  transition: .3s ease-out;
  line-height: 131%;
  text-align: left;
  -webkit-transition: .3s ease-out;
  -moz-transition: .3s ease-out;
  -ms-transition: .3s ease-out;
  -o-transition: .3s ease-out
}

.main-menu ul li .mega-menu li ul li a:hover,
.main-menu ul li .sub-menu>li>a:hover {
  color: var(--tp-heading-secondary);
  padding-left: 8px
}

.main-menu ul li .mega-menu {
  padding: 35px 40px 26px;
  width: 1200px;
  right: 0;
  z-index: 9999;
  transform-origin: top;
  display: flex;
  justify-content: space-between;
  flex: 0 0 auto;
  margin: 0 auto
}

.main-menu ul li .mega-menu li {
  width: 260px;
  text-align: left;
  padding-left: 0;
  padding-right: 0
}

.main-menu ul li .mega-menu li .mega-menu-title {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  font-size: 13px;
  position: relative;
  text-transform: uppercase;
  color: var(--tp-heading-secondary);
  font-family: Jost, sans-serif;
  margin-bottom: 10px
}

.main-menu ul li .mega-menu li .mega-menu-title:hover {
  padding-left: 0
}

.main-menu ul li .mega-menu li ul,
.main-menu ul li .mega-menu li ul li {
  padding-left: 0;
  text-align: left
}

.main-menu ul li .mega-menu li ul li a {
  position: relative;
  padding: 10px 10px 10px 0;
  font-size: 16px;
  font-weight: 400;
  color: var(--tp-text-body);
  text-transform: capitalize;
  text-align: start;
  margin: 0
}

.main-menu ul li .home-menu-style li {
  display: inline-block;
  padding: 0 10px;
  width: 230px
}

@media only screen and (min-width:1400px) and (max-width:1600px) {
  .main-menu ul li .home-menu-style li {
    width: 220px
  }
}

.main-menu ul li .home-menu-style li a {
  text-align: center;
  -webkit-transition: .3s ease-out;
  -moz-transition: .3s ease-out;
  -ms-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out
}

.main-menu ul li .home-menu-style li a:hover {
  padding-left: 0;
  transform: scale(.92)
}

.main-menu ul li .home-menu-style li a img {
  border: 1px solid rgba(222, 226, 230, .5607843137);
  border-radius: 10px;
  width: 100%;
  display: block;
  margin-bottom: 25px
}

.header__info a i,
.header__info button i {
  height: 40px;
  width: 40px;
  border-radius: 50px;
  /*background-color: var(--tp-grey-3);*/
  background-color: transparent;
  text-align: center;
  line-height: 38px; /* previously -- 40px */
  /*color: var(--tp-common-white);*/
  color: var(--tp-heading-secondary);
  display: block;
  border: var(--tp-heading-secondary) 1.5px solid;
}

.icon-color-2{
  background-color: var(--tp-heading-secondary) !important;
  color: #fff !important;
}
.icon-color-2:hover{
  background-color: #13660c !important;
}

.header__info a:hover i, .header__info button:hover i{
  background-color: var(--tp-heading-secondary);
  color: #fff;
}

.header-three__search form,
.header__info-cart,
.tpblog__single-img,
.tpcartitem,
.tpfooter__widget-newsletter form,
.tpmap__box,
.tpproduct-details__nab .tab-pane,
.tpsearchbar__form,
.tpsoon__input,
.tptrack__email form,
.tptrack__id form,
.tptrack__id,
.tptrack__email {
  position: relative
}

.header__info-cart span {
  position: absolute;
  font-size: 11px;
  background-color: red;
  color: var(--tp-common-white);
  height: 18px;
  width: 18px;
  text-align: center;
  line-height: 18px;
  display: block;
  border-radius: 50px;
  top: -2px;
  right: -3px
}

.sub-menu.mega-menu {
  background-repeat: no-repeat;
  background-position: right bottom
}

.tpsearchbar {
  background-color: var(--tp-common-white);
  position: fixed;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 0;
  width: 100%;
  min-height: 320px;
  transition: .3s cubic-bezier(.785, .135, .15, .86);
  z-index: 9999999;
  padding: 30px;
  transform: translateY(-100%)
}

.tpsearchbar__title {
  font-size: 18px;
  color: var(--tp-theme-1);
  text-transform: uppercase;
  font-weight: 700;
  font-family: Poppins, sans-serif;
  margin-bottom: 35px
}

.tpsearchbar.tp-searchbar-opened {
  transform: translateY(0)
}

.tpsearchbar__close {
  color: var(--tp-theme-1);
  font-size: 30px;
  background: var(--tp-theme-secondary);
  width: 35px;
  height: 35px;
  position: absolute;
  top: 15%;
  right: 15%
}

.tpsearchbar__close:hover {
  color: var(--tp-heading-secondary)
}

.tpsearchbar__form input {
  width: 100%;
  height: 45px;
  border: 1px solid var(--tp-border-1);
  padding: 10px 45px 10px 20px;
  color: var(--tp-theme-1);
  font-size: 16px;
  font-weight: 500
}

.tpsearchbar__form input::placeholder {
  font-size: 13px;
  color: #acafb7
}

.tpsearchbar__search-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  color: var(--tp-theme-1);
  font-size: 16px
}

.search-body-overlay {
  background-color: rgba(0, 0, 0, .5);
  height: 100%;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease-out
}

.tp-cart-toggle {
  font-size: 16px;
  line-height: 0
}

.tp-cart-info-area.tp-sidebar-opened,
.tpcartinfo .tp-shop-sidebar-opened,
.tpsideinfo.tp-sidebar-opened {
  transform: translateX(0)
}

.tpcartinfo {
  background-color: var(--tp-common-white);
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  transition: .3s cubic-bezier(.785, .135, .15, .86);
  z-index: 9999999;
  width: 380px;
  transform: translateX(100%)
}

.tpcart__close {
  color: var(--tp-heading-secondary);
  right: 30px;
  font-size: 18px;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 8px;
  z-index: 2
}

.body-overlay,
.cartbody-overlay {
  z-index: 99;
  transition: .3s ease-out;
  opacity: 0;
  visibility: hidden
}

.cartbody-overlay {
  background-color: rgba(0, 0, 0, .5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0
}

.tpcart {
  height: 100%;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 1 1 auto;
  align-items: stretch;
  flex-direction: column
}

.tpcart__product {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  align-items: stretch;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding: 0 30px
}

.tpcart__title {
  padding: 16px 30px;
  background-color: var(--tp-grey-1);
  font-weight: 700;
  font-size: 14px;
  color: var(--tp-heading-primary);
  text-transform: uppercase;
  margin-bottom: 20px
}

.tpcart__cart-price .new-price,
.tpcart__content-title a:hover,
.tpcart__del,
.tpsideinfo__account-link a:hover,
.tpsideinfo__account-link a:hover i,
.tpsideinfo__wishlist-link a:hover,
.tpsideinfo__wishlist-link a:hover i {
  color: var(--tp-heading-secondary)
}

.tpcart ul li {
  list-style: none;
  padding-top: 15px;
  padding-bottom: 15px
}

.tpcart__item {
  display: flex;
  align-items: center
}

.tpcart__img {
  margin-right: 20px;
  position: relative
}

.tpcart__img img {
  width: 70px;
  border-radius: 10px
}

.tpcart__del {
  position: absolute;
  left: 0;
  top: 0
}

.tpcart__cart-price,
.tpcart__content-title,
.tpcart__total-price {
  color: var(--tp-heading-primary)
}

.tpcart__content-title {
  font-size: 14px;
  font-weight: 400
}

.tpcart__cart-price {
  font-weight: 600;
  font-size: 12px
}

.tpcart__total-price {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 25px;
  padding-top: 25px;
  border-top: 1px solid var(--tp-border-1)
}

.tpcart__total-price .heilight-price {
  font-size: 18px;
  font-weight: 700
}

.tpcart__free-shipping {
  padding: 13px 30px;
  background-color: var(--tp-theme-5)
}

.tpcart__free-shipping span {
  color: var(--tp-common-white);
  font-size: 14px
}

.tpcart__free-shipping span b {
  font-weight: 600;
  text-transform: uppercase
}

.checkout-form-list,
.tpcart__checkout {
  margin-bottom: 30px
}

.tpmobile-menu {
  padding: 10px 0
}

.tp-menu-toggle {
  font-size: 28px
}

.tp-sidebar-close {
  color: #fff;
  position: absolute;
  left: -35px;
  font-size: 21px;
  background: #171151;
  width: 35px;
  height: 35px
}

.body-overlay,
.tpsideinfo {
  position: fixed;
  height: 100%;
  top: 0
}

.body-overlay {
  background-color: rgba(0, 0, 0, .5);
  width: 100%;
  right: 0
}

.mobile-menu-icon {
  font-size: 24px;
  color: var(--tp-heading-primary)
}

.tpsideinfo__close,
.tpsideinfo__nabtab .mega-menu-title,
.tpsideinfo__nabtab .nav-link,
.tpsideinfo__nabtab .nav-link.active,
.tpsideinfo__search-title {
  font-size: 13px;
  text-transform: uppercase
}

.tpsideinfo {
  background: #545454;
  left: 0;
  padding: 30px;
  width: 350px;
  transform: translateX(-120%);
  transition: .3s;
  z-index: 999;
  overflow-y: scroll
}

.tpsideinfo__close,
.tpsideinfo__nabtab .nav-link.active,
.tpsliderarrow i {
  background-color: var(--tp-heading-secondary)
}

.tpsideinfo__close {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: var(--tp-common-white);
  width: 100%;
  display: block;
  min-height: 45px;
  font-weight: 600
}

.tp-blog-details__wrapper,
.tpblog__wrapper,
.tpsideinfo__nabtab .nav-link {
  background-color: var(--tp-common-white)
}

.tpsideinfo__search-title {
  color: var(--tp-common-white)
}

.tpsideinfo__search form {
  position: relative;
  padding-top: 13px;
  padding-bottom: 20px
}

.tpsideinfo__search form input {
  width: 100%;
  height: 45px;
  border-radius: 3px;
  font-size: 14px;
  border: 1px solid transparent;
  background: #f3f3f9;
  padding: 10px 45px 10px 20px
}

.tpsideinfo__search form input::placeholder {
  color: var(--tp-border-2)
}

.sidebar__search button,
.tpsideinfo__search button {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%)
}

.tpsideinfo__nabtab .nav-link.active {
  border: 0;
  padding: 10px 15px;
  position: relative;
  font-weight: 500;
  border-radius: 3px
}

.tpsideinfo__nabtab .nav-link {
  border: 0;
  padding: 10px 15px;
  position: relative;
  font-weight: 500;
  border-radius: 3px;
  color: var(--tp-theme-1)
}

.tpsideinfo__nabtab .nav li {
  display: inline-block;
  width: 49%;
  margin-right: 4px
}

.tpsideinfo__nabtab .nav li:last-child {
  margin-right: 0
}

.tpsideinfo__nabtab .mega-menu-title {
  color: var(--tp-heading-secondary)
}

.tpsideinfo__nabtab .mean-container .mean-nav ul {
  background-image: none !important
}

.tpsideinfo__nabtab .home-menu-style li {
  width: 50% !important
}

.tpsideinfo__nabtab .home-menu-style li a {
  font-size: 13px !important;
  font-weight: 400 !important
}

.tpsideinfo__account-link,
.tpsideinfo__wishlist-link {
  border-bottom: 2px dotted #22b216;
  padding-top: 5px;
  padding-bottom: 5px
}

.tpsideinfo__account-link a,
.tpsideinfo__wishlist-link a {
  font-size: 16px;
  color: var(--tp-common-white)
}

.tpsideinfo__account-link a i,
.tpsideinfo__wishlist-link a i {
  font-size: 18px;
  color: var(--tp-common-white);
  line-height: 35px;
  text-align: center;
  margin-right: 10px
}

.tpsidebar-categories ul li {
  list-style: none;
  display: block;
  text-align: left;
  text-transform: capitalize;
  padding: 5px 0 10px;
  border-bottom: 1px dotted #4d49a1;
  font-family: Jost
}

.header-three__search form input {
  height: 40px;
  width: 260px;
  border-radius: 30px;
  border: none;
  background-color: #f4f4f4;
  display: block;
  padding: 5px 20px 5px 45px
}

.header-three__search form input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 13px;
  color: #79819c
}

.header-three__search form input:-moz-placeholder {
  font-weight: 400;
  font-size: 13px;
  color: #79819c
}

.header-three__search form input::-moz-placeholder {
  font-weight: 400;
  font-size: 13px;
  color: #79819c
}

.header-three__search form input:-ms-input-placeholder {
  font-weight: 400;
  font-size: 13px;
  color: #79819c
}

.tpblog__entry-wap .cat-links,
.tpblog__entry-wap span a:hover,
.tpslider__sub-title {
  color: var(--tp-heading-secondary)
}

.header-three__search form i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  margin-right: 8px;
  font-size: 16px;
  color: var(--tp-common-black)
}

.header-logo-border {
  padding: 30px 0;
  border-bottom: 1px solid var(--tp-border-1)
}

.mainmenu-three ul li a {
  padding: 22px 12px
}

.header-sticky {
  position: fixed;
  left: 0;
  margin: auto;
  top: 0;
  width: 100%;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, .07);
  z-index: 9;
  animation: .3s ease-in-out fadeInDown;
  background: var(--tp-common-white)
}

.tpslider {
  height: 750px;
  background-position: bottom;
  background-repeat: repeat;
  background-size: cover
}

.tpslider__content p {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 60px
}

.tpslider__sub-title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  display: block
}

.tpslider__title {
  font-weight: 700;
  font-size: 65px;
  color: var(--tp-heading-primary);
  line-height: 1.02
}

@media only screen and (min-width:1400px) and (max-width:1600px),
only screen and (min-width:1200px) and (max-width:1399px) {
  .tpslider__title {
    font-size: 60px
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .tp-btn-2 {
    padding: 1px 30px
  }

  .tpslider__title {
    font-size: 50px
  }
}

.tpslider__thumb {
  margin-left: 70px
}

.product__details-payment img,
.slider-three .tpslider__thumb>img,
.tp-blog-details__img-item img,
.tp-blog-details__thumb img,
.tpdescription__product-thumb img,
.tpdetails__grid-img img,
.tperror__shape img,
.tperror__thumb>img,
.tpfeature__thumb img,
.tpfooter__copyright-thumb img,
.tpproduct-details__thumb-img img,
.tpshop__leftbar-area .tpshop__sidbar-thumb img,
.tpsidebar__banner img,
.tpsidebar__product-thumb img,
.tpvideo__bg img,
.tpvideo__icon i img {
  max-width: 100%
}

.tpslider__shape-one {
  bottom: -10px;
  left: -325px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {

  .tp-btn-3,
  .tp-btn-4,
  .whight-btn {
    padding: 5px 40px
  }

  .main-menu ul li a {
    padding: 32px 8px
  }

  .main-menu ul li .mega-menu {
    width: 100%
  }

  .main-menu ul li .home-menu-style li {
    width: 175px
  }

  .tpslider__shape-one {
    left: -190px
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .tpslider__shape-one {
    left: -120px
  }
}

.tpslider__shape-two {
  bottom: -150px;
  left: 190px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .tpslider__shape-two {
    left: 90px
  }

  .tpslider__shape-four {
    left: -25px
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .tpslider__shape-two {
    left: 0;
    bottom: -165px;
    height: 150px
  }
}

.tpslider__shape-three {
  top: 5px;
  left: -45px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .tpslider__shape-three {
    top: -100px;
    left: 150px
  }
}

.tpslider__shape-four {
  top: -70px;
  right: -125px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .tpslider__shape-four {
    top: -80px;
    left: -25px
  }
}

.tpslider__shape-fruits1 {
  position: absolute;
  left: -250px;
  bottom: -90px
}

.tpslider__shape-fruits1 img {
  height: 120px;
  width: 120px
}

.tpslider__five__brand {
  animation: 2s linear infinite lara
}

.tpslider__five__title {
  font-weight: 700;
  font-size: 64px;
  color: var(--tp-common-white)
}

.tpslider__five__contact p {
  color: var(--tp-common-white);
  font-size: 16px;
  margin-bottom: 60px
}

.tpslider__bg6 {
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 650px;
  background-position: center
}

.tpsliderarrow {
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  left: 100px;
  z-index: 99;
  opacity: 0;
  visibility: hidden
}

@media only screen and (min-width:1400px) and (max-width:1600px) {
  .tpsliderarrow {
    bottom: 12%;
    left: 50px
  }
}

.tpsliderarrow i {
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: 50%;
  color: var(--tp-common-white);
  font-size: 18px;
  display: block;
  opacity: .5
}

.tpslider__arrow-nxt {
  left: auto;
  right: 100px
}

@media only screen and (min-width:1601px) and (max-width:1700px) {
  .tpsliderarrow {
    left: 25px
  }

  .tpslider__arrow-nxt {
    right: 25px
  }
}

.tpslider-delay .swiper-slide-active .tpslider__btn,
.tpslider-delay .swiper-slide-active .tpslider__five__btn,
.tpslider-delay .swiper-slide-active .tpslider__five__contact p,
.tpslider-delay .swiper-slide-active .tpslider__five__title,
.tpslider-delay .swiper-slide-active .tpslider__sub-title,
.tpslider-delay .swiper-slide-active .tpslider__title,
.tpslider-delay .swiper-slide-active p {
  animation-fill-mode: both;
  animation-name: fadeInUp
}

.tpslider-delay .swiper-slide-active .tpslider__sub-title {
  animation-delay: .3s;
  animation-duration: .3s
}

.tpslider-delay .swiper-slide-active .tpslider__title {
  animation-delay: .5s;
  animation-duration: .5s
}

.tpslider-delay .swiper-slide-active .tpslider__five__title,
.tpslider-delay .swiper-slide-active p {
  animation-delay: .7s;
  animation-duration: .7s
}

.tpcoundown__shape img:hover,
.tpfeature__shape-one:hover,
.tpfeature__shape-three:hover,
.tpfeature__shape-two:hover {
  animation-name: chara, lara;
  animation-duration: .3s, 1.5s;
  animation-delay: 0s, .3s;
  animation-timing-function: ease-out, ease-in-out;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: forwards;
  animation-direction: normal, alternate
}

.tpslider-delay .swiper-slide-active .tpslider__btn {
  animation-delay: .9s;
  animation-duration: .8s
}

.tpslider-delay .swiper-slide-active .tpslider__thumb-img {
  animation-fill-mode: both;
  animation-name: fadeInRight;
  animation-delay: .2s;
  animation-duration: .5s
}

.tpslider-delay .swiper-slide-active .tpslider__five__contact p {
  animation-delay: .8s;
  animation-duration: .8s
}

.tpslider-delay .swiper-slide-active .tpslider__five__btn {
  animation-delay: .9s;
  animation-duration: .9s
}

.slider-pagination,
.slider-pagination-6 {
  position: absolute;
  bottom: 35px !important;
  z-index: 999;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center
}

.slider-pagination .swiper-pagination-bullet-active,
.slider-pagination-6 .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--tp-heading-secondary);
  height: 8px !important;
  width: 8px !important;
  border-radius: 50%
}

.slider-pagination .swiper-pagination-bullet {
  width: 8px !important;
  height: 8px !important;
  display: inline-block;
  border-radius: 5px
}

.tpslider-secondary {
  background-position: top
}

.secondary-sliderbg .tpslider {
  padding-top: 30px;
  height: 840px;
  background-position: top;
  background-repeat: repeat;
  background-size: cover
}

.secondary-sliderbg .tpslider__shape-three {
  top: 30px
}

.secondary-sliderbg .tpslider__shape-four {
  top: 150px
}

.secondary-sliderbg .tpslider__shape-five {
  top: 15px;
  right: -125px
}

.slider-three .tpslider__title {
  font-size: 48px;
  letter-spacing: -.3px;
  line-height: 1.05
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .slider-three .tpslider__title {
    font-size: 42px
  }
}

.slider-three .tpslider__content p {
  margin-bottom: 45px
}

.slider-three .tpslider__thumb {
  margin-left: 0
}

.slider-three .three-shap-one {
  top: 120px;
  left: 60px
}

.slider-three .three-shap-two {
  bottom: 340px;
  right: -10px;
  position: absolute
}

.slider-three .three-shap-three {
  bottom: 185px;
  right: 70px
}

.slider-three .three-shap-four {
  top: 0;
  right: 220px
}

.slider-three-content {
  margin-top: -220px
}

.slider-three-content-two {
  margin-top: -140px
}

.tpslider__three:hover {
  transform: translateX(-15px)
}

.slider-pagination-6 .swiper-pagination-bullet {
  background: var(--tp-common-white);
  opacity: .4;
  margin: 0 7px
}

.tpblog__item:hover .tpblog__thumb img {
  transform: scale(1.05)
}

.tpblog__thumb,
.tplocation__thumb img {
  border-radius: 10px 10px 0 0
}

.tpblog__thumb img {
  width: 100%;
  -webkit-transition: 1s ease-out;
  -moz-transition: 1s ease-out;
  -ms-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out
}

.tpblog__entry-wap span {
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  margin-right: 8px;
  padding-right: 10px;
  position: relative;
  display: inline-block;
  margin-bottom: 8px
}

@media only screen and (min-width:1400px) and (max-width:1600px),
only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:576px) and (max-width:767px) {
  .tpblog__entry-wap span {
    margin-right: 4px;
    padding-right: 7px
  }
}

.tpblog__entry-wap span:last-child {
  margin-right: 0;
  padding-right: 0
}

.tpblog__entry-wap span::after {
  position: absolute;
  content: "";
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background-color: #cfd4de;
  top: 50%;
  transform: translateY(-50%);
  right: 0
}

.tpblog__wrapper {
  border-radius: 0 0 10px 10px;
  padding: 20px 28px 20px 30px
}

.tpblog__wrapper p {
  margin-bottom: 25px;
  font-size: 16px
}

.tpblog__title {
  font-weight: 700;
  font-size: 18px;
  color: var(--tp-theme-1);
  margin-bottom: 15px;
  overflow: hidden;
  display: -webkit-box;
  word-break: break-word
}

.sidebar__widget-content ul li a:hover,
.tpblog__details,
.tpblog__title a:hover {
  color: var(--tp-heading-secondary)
}

.tpblog__details,
.tpblog__single-text>a {
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase
}

.tpbanner__white,
.tpblog__single-text .tpblog__entry-wap span,
.tpblog__single-text>a,
.tpblog__single-title {
  color: var(--tp-common-white)
}

.tpblog__details a,
.tpsoon__submit-wrapper {
  display: flex;
  align-items: center
}

.tpblog__details a i {
  display: inline-block;
  font-size: 16px;
  margin-left: 3px;
  opacity: 0;
  visibility: hidden
}

.tpblog__item-2 .tpblog__thumb,
.tpcontact__img img,
.tplocation__img img {
  border-radius: 10px
}

.tpblog__item-2 .tpblog__wrapper {
  padding: 20px 28px 20px 0
}

.tpblog__single-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.22
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:768px) and (max-width:991px) {
  .tpblog__single-title {
    font-size: 18px
  }
}

.tpblog__single-img::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  background: rgba(10, 12, 31, .5)
}

.tpblog__single-img img {
  width: 100%;
  border-radius: 10px
}

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

.rc__post-title,
.sidebar__widget-title {
  font-weight: 700;
  line-height: 18px;
  color: var(--tp-heading-primary);
  letter-spacing: -.03em
}

.tpblog__single-text>a {
  font-family: var(--tp-ff-jost);
  line-height: 17px;
  align-items: center
}

.sidebar__widget-content ul li a,
.tagcloud a {
  font-style: normal;
  font-weight: 400;
  font-family: var(--tp-ff-jost)
}

.tpblog__left-item {
  padding-right: 50px;
  border-right: 1px dashed #e6ecf0;
  margin-right: 80px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .tpblog__single-title {
    font-size: 16px
  }

  .tpblog__left-item {
    padding-right: 30px;
    margin-right: 50px
  }
}

.tpblog__left-item .tpblog__title,
.tpproduct__big-price span {
  font-size: 24px
}

.tpblog__right-item,
.tpsidebar {
  margin-left: -60px
}

.sidebar__search input {
  background: #f7f7f9;
  height: 50px;
  width: 100%;
  border: 1px solid #ebeff4;
  border-radius: 3px;
  padding: 5px 40px 5px 20px
}

.sidebar__search input::-webkit-input-placeholder {
  font-family: var(--tp-ff-jost);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #79819c
}

.sidebar__search input:-moz-placeholder {
  font-family: var(--tp-ff-jost);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #79819c
}

.sidebar__search input::-moz-placeholder {
  font-family: var(--tp-ff-jost);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #79819c
}

.sidebar__search input:-ms-input-placeholder {
  font-family: var(--tp-ff-jost);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #79819c
}

.sidebar__widget {
  padding-bottom: 40px;
  border-bottom: 1px dashed #e6ecf0
}

.sidebar__widget:last-child {
  border-bottom: none
}

.sidebar__widget-title {
  font-size: 14px;
  text-transform: uppercase
}

.sidebar__widget-content ul li {
  list-style: none;
  margin-bottom: 8px
}

.sidebar__widget-content ul li a {
  font-size: 14px;
  line-height: 1.22;
  color: var(--tp-text-body)
}

.rc__post-title {
  font-size: 14px;
  margin-bottom: 4px
}

.rc__post-thumb {
  flex: 0 0 auto;
  margin-right: 10px
}

.postbox__comment-avater img,
.rc__post-thumb img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  object-fit: cover
}

.rc__meta {
  font-family: var(--tp-ff-jost);
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  text-transform: uppercase;
  color: var(--tp-text-3)
}

.tagcloud a {
  font-size: 14px;
  line-height: 20px;
  color: var(--tp-text-body);
  background: var(--tp-border-3);
  padding: 8px 20px;
  display: inline-block;
  border-radius: 30px;
  margin-bottom: 5px
}

.tagcloud a:hover,
.tp-blog-details__author-text .author-btn:hover,
.tperror__btn a {
  background-color: var(--tp-heading-secondary)
}

.tagcloud a:hover {
  color: var(--tp-common-white)
}

.tp-blog-details__img-item img {
  border-radius: 10px
}

.tp-blog-details__wrapper {
  padding: 35px 70px 30px 275px;
  margin-top: -120px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .tpsliderarrow i {
    height: 40px;
    width: 40px;
    line-height: 40px
  }

  .secondary-sliderbg .tpslider__bg2 {
    height: 750px
  }

  .tp-blog-details__wrapper {
    padding: 35px 70px 30px 130px
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .tp-blog-details__wrapper {
    padding: 35px 30px 30px
  }
}

.tp-blog-details__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.11;
  color: var(--tp-heading-primary)
}

.tp-blog-details__content p {
  font-size: 18px;
  line-height: 1.5;
  color: var(--tp-text-body);
  margin-bottom: 25px
}

.tp-blog-details__quation {
  font-family: var(--tp-ff-jost);
  font-style: italic;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.25;
  color: var(--tp-heading-primary)
}

.tp-blog-details__author-title,
.tp-blog-details__post-item span {
  line-height: 17px;
  font-family: var(--tp-ff-jost);
  font-style: normal
}

.tp-blog-details__post-item span {
  font-weight: 500;
  font-size: 13px;
  color: var(--tp-text-3);
  display: block;
  margin-bottom: 10px
}

.tp-blog-details__post-item span i {
  font-size: 12px
}

.tp-blog-details__post-item a {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -.03em;
  color: var(--tp-heading-primary);
  display: block
}

.tp-blog-details__post-item a:hover {
  color: var(--tp-heading-secondary)
}

.tp-blog-details__author {
  background-color: var(--tp-grey-8);
  padding: 40px;
  border: 1px solid #ebebf3;
  border-radius: 10px
}

.category__item,
.tpproduct {
  background-color: var(--tp-common-white)
}

.product__details-btn,
.tp-blog-details__author-img {
  flex: 0 0 auto
}

.tp-blog-details__author-img img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  object-fit: cover
}

.tp-blog-details__author-title {
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--tp-heading-primary)
}

.tp-blog-details__author-text p {
  font-family: var(--tp-ff-jost);
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #4d5574;
  margin-bottom: 20px
}

.postbox__comment-name h5,
.postbox__social-tag span,
.postbox__tag-list span,
.tp-blog-details__author-text .author-btn {
  font-family: var(--tp-ff-jost);
  font-size: 12px;
  line-height: 17px;
  text-transform: uppercase
}

.category__title,
.postbox__comment-name h5,
.postbox__comment-title,
.tperror__title,
.tpvideo__title {
  color: var(--tp-heading-primary)
}

.tp-blog-details__author-text .author-btn {
  font-weight: 600;
  color: var(--tp-common-white);
  background-color: var(--tp-heading-primary);
  padding: 11px 33px;
  border-radius: 30px
}

.postbox__social-tag span,
.postbox__tag-list span {
  font-style: normal;
  font-weight: 500;
  color: var(--tp-heading-primary);
  display: inline-block;
  margin-right: 8px
}

.postbox__social-tag {
  text-align: end
}

.postbox__social-tag a {
  margin-left: 5px
}

.postbox__tag-border {
  padding-top: 15px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e6ecf0
}

.postbox__comment ul li,
.tpfooter__widget-links ul li,
.your-order-table table .shipping ul li {
  list-style: none
}

.postbox__comment-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: -.03em;
  text-transform: uppercase
}

.postbox__comment-box {
  border-bottom: 1px dashed #e6ecf0;
  margin-bottom: 30px;
  padding-bottom: 30px
}

.postbox__comment-name h5 {
  font-weight: 600
}

.postbox__comment-name p,
.postbox__comment-text p,
.tpvideo__content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: var(--tp-text-body);
  font-family: var(--tp-ff-jost)
}

.postbox__comment-name p,
.tpvideo__content p {
  font-style: normal
}

.category__title a:hover,
.postbox__comment-reply a,
.tpproduct__title a:hover {
  color: var(--tp-heading-secondary)
}

.postbox__comment-reply a {
  font-family: var(--tp-ff-jost);
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  text-transform: uppercase
}

.postbox__check-box label,
.postbox__form p,
.tpform__wrapper p {
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  font-family: var(--tp-ff-jost);
  font-style: normal
}

.postbox__form p,
.tpform__wrapper p {
  color: var(--tp-text-body);
  margin-bottom: 25px
}

.postbox__check-box label {
  color: var(--tp-text-body) !important
}

.blog-left-sidebar .tpblog__left-item {
  padding-left: 50px;
  border-left: 1px dashed #e6ecf0;
  margin-left: 80px;
  padding-right: 0;
  border-right: none;
  margin-right: 0
}

.blog-left-sidebar.tpblog__right-item {
  margin-left: 0;
  margin-right: -60px
}

@media (max-width:767px),
only screen and (min-width:768px) and (max-width:991px) {
  .tpblog__right-item {
    margin-left: 0
  }

  .blog-left-sidebar .tpblog__left-item {
    padding-left: 0;
    border-left: none;
    margin-left: 0
  }

  .blog-left-sidebar.tpblog__right-item {
    margin-right: 0
  }
}

.tpcolor__purple a i {
  background-color: var(--tp-grey-3)
}

.tpcolor__yellow a i {
  /*background-color: var(--tp-heading-secondary)*/
  background-color: transparent;
  color: var(--tp-heading-secondary);
}

.tpcolor__greenish a i {
  /*background-color: var(--tp-heading-secondary)*/
  background-color: transparent;
  color: var(--tp-heading-secondary);
}

.tpcolor__oasis a i,
.tpcolor__oasis button i {
  /*background-color: var(--tp-heading-secondary)*/
  background-color: transparent;
  color: var(--tp-heading-secondary);
}

.tperror__shape {
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-60%);
  z-index: -1
}

.tperror__title {
  font-family: Poppins;
  font-weight: 700;
  font-size: 48px;
  line-height: 40px;
  letter-spacing: -.03em
}

.tperror__content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: var(--tp-text-body);
  margin-bottom: 45px
}

.tperror__btn a,
.tpvideo__icon i {
  font-weight: 600;
  text-transform: uppercase
}

.tperror__btn a {
  font-size: 13px;
  line-height: 19px;
  text-align: center;
  color: var(--tp-common-white);
  display: inline-block;
  padding: 16px 35px;
  border-radius: 30px
}

.tperror__btn a:hover {
  background-color: #22b216
}

.tpvideo__bg img {
  border-radius: 10px
}

.tpvideo__video-btn {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%)
}

.tpvideo__video-btn i {
  height: 60px;
  width: 60px;
  line-height: 55px;
  text-align: center;
  background-color: rgba(255, 255, 255, .3);
  display: inline-block;
  border-radius: 50%;
  border: 1px solid var(--tp-common-white)
}

.tpvideo__icon i {
  font-family: var(--tp-ff-jost);
  font-style: normal;
  font-size: 24px;
  line-height: 35px;
  color: #96ae00;
  display: flex;
  align-items: baseline
}

.tpvideo__icon i img {
  flex: 0 0 auto;
  margin-right: 5px
}

.tpvideo__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 25px
}

.category__item {
  text-align: center;
  border-radius: 10px;
  padding: 30px 10px 25px
}

.category__item:hover .category__thumb::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  transform: scale3d(1.08, 1.08, 1.08)
}

.category__thumb {
  display: inline-block;
  border-radius: 50%;
  position: relative
}

.category__thumb::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  background-position: center;
  background-size: 100% 1px, 1px 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  z-index: 11;
  pointer-events: none
}

.category__thumb::before {
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  background-color: rgba(0, 0, 0, .4);
  content: "";
  z-index: 2;
  right: 50%;
  bottom: 50%;
  opacity: 0;
  transition: 240ms linear;
  pointer-events: none
}

.tpprduct-arrow i,
.tpproduct__progress .progress-bar,
.tpproduct__shopping a>i:hover {
  background-color: var(--tp-heading-secondary)
}

.tpprduct-arrow.tpproduct-btn__nxt,
.tpprduct-arrow.tpproduct-btn__nxt4 {
  left: auto;
  right: -25px
}

.category__thumb img {
  height: 80px;
  width: 80px;
  border-radius: 50%
}

.category__title {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.1;
  margin-bottom: 0;
  font-family: Jost, sans-serif
}

.category__count {
  font-weight: 400;
  font-size: 13px;
  color: var(--tp-text-body)
}

.tpproduct {
  border-radius: 10px;
  border: 1px solid var(--tp-common-white)
}

.tpproduct:hover .tpproduct__shopping a {
  opacity: 1;
  visibility: visible;
  transform: translateY(-10px)
}

.tpproduct:hover .tpproduct__hover-text {
  /*border: 1px solid var(--tp-common-white);
  border-top: transparent;*/
  bottom: -45px;
  /*box-shadow: 0 15px 30px rgba(61, 110, 168, .1);
  border-radius: 0 0 10px 10px*/
}

.tpproduct:hover .tpproduct__thumb-img {
  transform: scale(1.09)
}

.tpproduct__thumb {
  padding: 20px;
  overflow: hidden;
  border-radius: 10px
}

.tpproduct__thumb-img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .2s ease-out;
  -moz-transition: .2s ease-out;
  -ms-transition: .2s ease-out;
  -o-transition: .2s ease-out;
  transition: .2s ease-out
}

.tpbanner__main-thumb img,
.tphero__thumb .pera2 img,
.tpproduct__thumb img {
  width: 100%
}
.tphero__thumb .pera2 img{
  width: 80%
}

.tpproduct__content {
  background-color: var(--tp-grey-8);
  padding: 11px 22px 20px 18px;
  border-radius: 10px
}

.tpproduct__content-weight {
  font-size: 13px;
  color: var(--tp-text-3);
  display: block
}

.tpproduct__content-weight a {
  -webkit-transition: .3s ease-out;
  -moz-transition: .3s ease-out;
  -ms-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out
}

.tpproduct__content-weight a:hover {
  text-decoration: underline
}

.tpproduct__title {
  font-family: var(--tp-ff-jost);
  font-weight: 400;
  font-size: 21px;
  color: var(--tp-theme-2);
  margin-bottom: 5px;
  display: -webkit-box;
  word-break: break-word;
  overflow: hidden;
  text-align: center;
  height: 45px;
  overflow: hidden;
}

.tp-home-slider .tpproduct__price, .tp-home-slider .tpproduct__content-weight{
  text-align: center;
}

.tpproduct__title span{
  font-size: 18px;
  color: var(--tp-heading-primary);
}

.tplist__rating a i,
.tpproduct__rating a i {
  margin-right: -5px;
  font-size: 14px;
  color: var(--tp-text-1)
}

.tpproduct__price span {
  color: var(--tp-theme-2);
  font-weight: 500;
  font-size: 18px
}

.tpproduct__price del {
  font-weight: 400;
  font-size: 14px
}

.tpproduct__info {
  position: absolute;
  top: 17px;
  left: 17px
}

.tpproduct__shopping {
  position: absolute;
  top: 17px;
  right: 17px
}

.tpproduct__shopping a {
  opacity: 0;
  visibility: hidden
}

.tpproduct__shopping a:first-child {
  transition-delay: 0.1s
}

.tpproduct__shopping a:nth-child(2) {
  transition-delay: 150ms
}

.tpproduct__shopping a:last-child {
  transition-delay: 0.2s
}

.tpproduct__shopping a>i {
  font-size: 12px;
  height: 32px;
  width: 32px;
  line-height: 30px;
  text-align: center;
  background: var(--tp-common-white);
  border: 1px solid var(--tp-border-1);
  border-radius: 50%;
  display: block;
  margin-bottom: 5px
}

.tpproduct__shopping a>i:hover {
  border: 1px solid var(--tp-heading-secondary);
  color: var(--tp-common-white)
}

.tpproduct__hover-text {
  background-color: transparent;
  padding: 11px 21px 20px 19px;
  position: absolute;
  bottom: -60px;
  left: -1px;
  right: -1px;
  /*border: 1px solid var(--tp-common-white);
  border-top: transparent;*/
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .2s ease-out;
  -moz-transition: .2s ease-out;
  -ms-transition: .2s ease-out;
  -o-transition: .2s ease-out;
  transition: .2s ease-out
}

.tplist__product-img,
.tpprduct-arrow i {
  -webkit-transition: .3s ease-out;
  -moz-transition: .3s ease-out;
  -ms-transition: .3s ease-out;
  -o-transition: .3s ease-out
}

.tpproduct__descrip ul li {
  font-size: 13px;
  color: var(--tp-text-3);
  list-style: none;
  padding-left: 10px;
  position: relative
}

.tpproduct__descrip ul li::before {
  position: absolute;
  content: "";
  height: 3px;
  width: 3px;
  background-color: var(--tp-grey-7);
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%)
}

.tpfeature__product-info,
.tpproduct__all-item span {
  font-size: 16px;
  color: var(--tp-text-body)
}

.tpproduct__all-item span a {
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-heading-secondary);
  display: inline-flex;
  align-items: center
}

.tpproduct__all-item span a i {
  display: inline-block;
  font-size: 16px;
  margin-left: 5px
}

.tpproduct__all-item {
  text-align: end;
  margin-bottom: 15px
}

.tpproduct__progress .progress {
  height: 7px;
  width: 100%
}

.tpproduct__progress .progress-bar {
  color: #ecf0e8
}

.tpproduct__progress span {
  font-size: 14px;
  color: var(--tp-heading-primary);
  font-weight: 400
}

.tpproduct__progress span b {
  font-weight: 500;
  color: var(--tp-heading-primary)
}

.tpdetails__brand li a,
.tplist__content-title a:hover,
.tpproduct__all-item a:hover {
  color: var(--tp-heading-secondary)
}

.tpproduct__all-item a {
  font-size: 15px;
  font-weight: 400;
  color: var(--tp-text-3)
}

.tpproduct__all-item a i {
  margin-left: -4px
}

.tpproduct__big-title {
  font-size: 20px
}

.deals-label {
  font-size: 16px;
  color: var(--tp-theme-1)
}

.bage__discount,
.bage__hot {
  font-size: 12px;
  border-radius: 2px;
  padding: 3px 9px;
  font-weight: 500
}

.bage__discount {
  background-color: var(--tp-theme-3);
  color: var(--tp-common-white)
}

.bage__hot {
  background-color: var(--tp-text-4);
  color: var(--tp-theme-2)
}

.tplist__content-title,
.tplist__instock {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-family: var(--tp-ff-jost)
}

.tpdetails__product,
.tplist__product,
.whight-product .tpproduct__content {
  background-color: var(--tp-common-white)
}

.tpproduct__arrow:hover .swiper-container {
  padding-bottom: 150px;
  margin-bottom: -150px
}

.tpprduct-arrow {
  position: absolute;
  top: 37%;
  left: -27px;
  z-index: 9;
  transform: translateY(-50%);
  opacity: 1;
  /*visibility: hidden*/
}

.tpprduct-arrow i {
  display: block;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  opacity: .3;
  color: var(--tp-common-white);
  transition: .3s ease-out
}

.tpbrandproduct__main,
.whight-product .tpproduct {
  border: 1px solid #ebeff4
}

.whight-product .tpproduct:hover .tpproduct__hover-text {
 /* border: 1px solid #ebeff4;
  border-top: none;*/
  background-color: transparent;
  position: absolute;
  z-index: 11
}

.tpprogress__hover .tpproduct__hover-text {
  bottom: -80px
}

.tpprogress__hover:hover .tpproduct__hover-text {
  bottom: -90px
}

.tp-navtab-style-2 {
  display: flex;
  justify-content: end
}

.tp-navtab-style-2.tpnavtab__area nav .nav-link {
  color: var(--tp-text-body);
  font-weight: 400;
  font-size: 15px;
  background: 0 0;
  border: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 0;
  margin-bottom: 8px;
  margin-left: 25px
}

.tp-navtab-style-2 .nav-link.active {
  color: var(--tp-heading-secondary) !important
}

.green-product-border .green-border {
  border: 1px solid var(--tp-heading-secondary)
}

.green-product-border .green-border:hover .tpproduct__hover-text {
  /*border: 1px solid var(--tp-heading-secondary);*/
  border-top: 0
}

.tplist__product {
  padding: 20px;
  border-radius: 10px;
  overflow: hidden
}

.tplist__product:hover .tplist__product-img-one {
  opacity: 0;
  visibility: hidden
}

.tpchoose__item:hover .tpchoose__details i,
.tpinsta__item:hover .tpinsta__links,
.tptestimonial__bg:hover .tptestimonial__nxt,
.tptestimonial__bg:hover .tptestimonial__prv {
  visibility: visible;
  opacity: 1
}

.tplist__product:hover .tplist__product-img-two {
  opacity: 1;
  visibility: visible;
  transform: scale(1.08)
}

.tplist__product-img {
  position: relative;
  flex: 0 0 auto;
  transition: .3s ease-out;
  overflow: hidden
}

.tplist__product-img .tplist__product-img-two {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s ease-out;
  -moz-transition: .3s ease-out;
  -ms-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out
}

.tplist__content {
  margin-left: -230px
}

.tplist__content span {
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  color: var(--tp-text-3)
}

.tplist__content-info li {
  font-family: var(--tp-ff-jost);
  color: var(--tp-text-3);
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  position: relative;
  padding-left: 16px;
  list-style: none
}

.tplist__content-info li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: var(--tp-text-3)
}

.tpdetails__brand li::before,
.tplist__price::before {
  width: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: ""
}

.tplist__instock {
  font-style: normal;
  color: var(--tp-text-body);
  margin-bottom: 0
}

.tplist__instock span {
  color: #00b853
}

.tplist__count {
  font-family: var(--tp-ff-jost);
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #ea0d42
}

.product__details-price,
.tpdetails__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 35px
}

.tplist__shopping a {
  font-family: var(--tp-ff-jost);
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  color: var(--tp-text-3);
  text-transform: uppercase;
  margin-right: 20px
}

.product__details-info-list li,
.product__details-stock li,
.tpdetails__brand li {
  font-family: var(--tp-ff-jost);
  font-weight: 400;
  list-style: none
}

.tplist__shopping a i {
  font-size: 14px;
  margin-right: 5px
}

.tplist__price {
  position: relative;
  padding-left: 30px;
  flex: 0 0 auto
}

.tplist__price::before {
  left: 0;
  height: 200px;
  background-color: #ebeff4
}

.tplist__price .tp-btn-2 {
  padding: 3px 58px
}

.product__table-count .product__details-count {
  display: flex
}

.product__table-title a {
  color: var(--tp-heading-primary);
  font-size: 16px
}

.product__table table td {
  vertical-align: inherit;
  padding: 15px;
  width: auto;
  text-align: left;
  border: 1px solid var(--tp-border-1)
}

.tpdetails__product {
  padding: 35px 40px 45px;
  border-radius: 10px
}

.tpdetails__title-box {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e6ecf0
}

.tpdetails__brand li {
  display: inline-block;
  font-size: 13px;
  line-height: 19px;
  color: #455770;
  padding-right: 20px;
  position: relative;
  margin-right: 15px
}

.tpdetails__brand li:last-child {
  padding-right: 0;
  margin-right: 0
}

#ship-box-info,
.coupon-checkout-content,
.create-account,
.tpdetails__brand li:last-child::before {
  display: none
}

.tpdetails__brand li::before {
  right: 0;
  height: 12px;
  background-color: #e6ecf0
}

.tpdetails__brand li a {
  display: inline-block;
  font-weight: 500
}

.tpdetails__brand li i {
  margin-right: -5px;
  font-size: 14px;
  color: var(--tp-text-1)
}

.tpdetails__brand li span {
  font-weight: 500;
  color: var(--tp-heading-secondary);
  display: inline-block
}

.tpdetails__brand li b {
  font-weight: 500;
  text-transform: uppercase;
  color: var(--tp-text-3);
  margin-left: 5px
}

.tpdetails__title {
  font-family: var(--tp-ff-jost);
  font-style: normal;
  color: var(--tp-heading-primary)
}

.tpproduct-details__nab .nav-tabs {
  border: 0;
  outline: 0;
  padding: 0;
  margin: 0
}

.tpproduct-details__nab .nav-tabs .nav-link {
  border: 1px solid #e6ecf0;
  outline: 0;
  padding: 0;
  margin: 0 5px;
  border-radius: 5px
}

.tpproduct-details__nab .nav-tabs .nav-link.active {
  border-color: var(--tp-heading-secondary)
}

.product__details-cart,
.product__details-price-box {
  border-bottom: 1px solid #e6ecf0;
  margin-bottom: 30px
}

.tpproduct-details__nab .nav-tabs .nav-link img {
  height: 60px;
  width: 60px;
  object-fit: cover
}

.product__details-price-box {
  padding-bottom: 25px
}

.product__details-price {
  font-family: var(--tp-ff-jost);
  color: #ea0d42
}

.product__details-price del{
  color: var(--tp-text-body);
  font-size: 70%;
}

.product__details-info-list li {
  font-size: 14px;
  line-height: 22px;
  color: var(--tp-text-body);
  position: relative;
  /*padding-left: 18px*/
}

/*.product__details-info-list li::after {
  position: absolute;
  content: "";
  height: 5px;
  width: 5px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--tp-text-body);
  border-radius: 50%
}*/

.product__details-cart {
  padding-bottom: 20px
}

.product__details-quantity b {
  font-family: var(--tp-ff-jost);
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  text-transform: uppercase;
  color: #2d2a6e;
  flex: 0 0 auto;
  margin-right: 8px
}

.product__details-count {
  flex: 0 0 auto;
  background-color: #f3f3f9;
  border-radius: 30px;
  display: inline-block;
  border: 1px solid #ebeff4;
  padding: 10px 29px;
  color: var(--tp-text-body);
  cursor: pointer
}

.product__details-count input {
  background-color: #f3f3f9;
  border: none;
  width: 25px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: var(--tp-text-body)
}

.product__details-btn a {
  font-family: var(--tp-ff-jost);
  font-weight: 600;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  /*color: var(--tp-common-white);*/
  /*background-color: var(--tp-heading-secondary);*/
  background-color: transparent;
  color: var(--tp-heading-secondary);
  border: 2px solid var(--tp-heading-secondary);
  padding: 13px 37px;
  /*border-radius: 30px;*/
  display: inline-block;
  z-index: 2;
  position: relative;
}

.product__color-title,
.product__details-check li,
.tpcoundown__countdown span p {
  font-size: 12px;
  line-height: 17px;
  text-transform: uppercase
}

.product__details-btn a:hover {
  /*background-color: #545454*/
  color: var(--tp-common-white);
  background-color: var(--tp-heading-secondary)
}

.product__details-check {
  display: flex;
  align-items: center;
  flex-wrap: wrap
}

.product__details-check li {
  list-style: none;
  font-family: var(--tp-ff-jost);
  font-weight: 500;
  color: var(--tp-heading-primary);
  margin-right: 25px;
  margin-bottom: 5px
}

.product__details-check li:last-child {
  margin-right: 0
}

.product__details-stock li {
  font-size: 15px;
  line-height: 22px;
  color: var(--tp-text-body);
  margin-bottom: 5px
}

.tpdescription__content p,
.tpdescription__product-info li,
.tpdescription__product-info p,
.tpdescription__video p {
  font-size: 16px;
  line-height: 28px;
  color: var(--tp-text-body);
  font-weight: 400;
  font-family: var(--tp-ff-jost)
}

.product__details-stock li i {
  color: #00b853;
  font-style: normal
}

.product__details-payment {
  background-color: var(--tp-grey-8);
  padding: 20px;
  border-radius: 5px
}

.product__filter-content,
.tpchoose__item,
.tpdescription__box,
.tpinsta__links i,
.tpshop__leftbar {
  background-color: var(--tp-common-white)
}

.product__details-payment span {
  display: block;
  margin-top: 5px
}

.product__color-title {
  font-family: var(--tp-ff-jost);
  font-weight: 500;
  color: #2d2a6e
}

.product__color-switch .form-check-input:checked {
  background-color: var(--tp-common-black);
  border-color: var(--tp-border-1)
}

.product__color-switch .form-check-input:checked:focus {
  outline: 0;
  border: none
}

.product__sticky {
  position: sticky;
  top: 100px
}

.tpdescription__box {
  padding: 20px 40px 16px;
  border-radius: 10px
}

.tpdescription__product-title {
  font-family: var(--tp-ff-jost);
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 19px;
  text-transform: uppercase;
  color: var(--tp-heading-primary)
}

.tpdescription__product-info li {
  list-style: none
}

.tpdescription__product-thumb img, .tpsidebar__product-thumb img {
  border-radius: 5px;
  max-height: 120px;
}

.tpdescription__video-wrapper img {
  border-radius: 5px
}

.tpdescription__box-center {
  border-bottom: 1px solid #e6ecf0;
  margin-bottom: 30px
}

.tpdescription__box-center .nav-tabs {
  border: none;
  outline: 0
}

.tpdescription__box-center .nav-tabs .nav-link {
  border: none;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -.03em;
  text-transform: uppercase;
  color: #79819c;
  padding: 0 0 14px;
  margin: 0 22px
}

.tpdescription__box-center .nav-tabs .nav-link.active {
  color: var(--tp-heading-secondary);
  border-bottom: 2px solid var(--tp-heading-secondary)
}

.tpsidebar__warning {
  border: 1px solid #e8c3c3;
  border-radius: 10px;
  padding: 25px 30px
}

.tpsidebar__warning ul li {
  list-style: none;
  padding-bottom: 30px;
  margin-bottom: 26px;
  border-bottom: 1px dashed #e8c3c3
}

.tpsidebar__warning ul li:last-child {
  padding-bottom: 0;
  border: none;
  margin-bottom: 0
}

.tpsidebar__warning-item {
  text-align: center
}

.tpsidebar__warning-text p {
  font-family: var(--tp-ff-jost);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #b45353;
  margin-bottom: 0
}

.tpsidebar__warning-icon i {
  color: #b45353;
  font-size: 20px
}

.tpsidebar__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: -.03em;
  color: var(--tp-heading-primary);
  text-align: center;
}

.tpsidebar__product {
  background: var(--tp-common-white);
  border-radius: 10px;
  padding: 35px 25px 25px
}

.tpbanner__bg3,
.tpbanner__bg4,
.tpbanner__content,
.tpbannertwo__bg,
.tpcoundown__bg,
.tphero__bg {
  background-repeat: no-repeat
}

.tpbanner__bg,
.tpbanner__bg3,
.tpbanner__bg4,
.tpbanner__big-bg,
.tpchoose__bg,
.tpcoundown__bg,
.tphero__bg {
  background-size: cover
}

.tpsidebar__product-category {
  font-family: var(--tp-ff-jost);
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  color: #79819c
}

.tpsidebar__product-title {
  font-family: var(--tp-ff-jost);
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: var(--tp-heading-primary);
  overflow: hidden;
  display: -webkit-box;
  word-break: break-word
}

.tpsidebar__product-item {
  border-bottom: 1px dashed #e6ecf0;
  margin-bottom: 15px;
  /*padding-bottom: 12px*/
  text-align: center;
}

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

.tpsidebar__info {
  position: absolute;
  top: 0;
  left: 0
}

.tpreview__wrapper-title {
  font-size: 24px;
  color: var(--tp-heading-primary);
  margin-bottom: 20px;
  font-weight: 600
}

.tpreview__comment {
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 50px;
  border-bottom: 1px solid var(--tp-border-1)
}

.tpreview__comment-img,
.tpreview__comment-star {
  flex: 0 0 auto
}

.tpreview__comment-text {
  flex: 0 0 auto;
  border: 1px solid var(--tp-border-1);
  border-radius: 10px;
  padding: 10px
}

.tpreview__comment-text .date {
  color: #767676;
  font-size: 14px;
  font-weight: 400;
  display: inline-block
}

.tpreview__comment-author,
.tpreview__form-title,
.tpreview__star .title {
  font-weight: 600;
  color: var(--tp-heading-primary)
}

.tpreview__comment-author {
  font-size: 13px;
  text-transform: uppercase;
  flex: 0 0 auto;
  margin-right: 10px
}

.tpreview__comment-star i {
  font-size: 14px;
  color: var(--tp-text-1);
  margin: 0 0 0 -5px
}

.tpreview__form-title {
  font-size: 20px
}

.tpreview__input input {
  height: 60px;
  width: 100%;
  border: 1px solid var(--tp-border-1);
  border-radius: 30px;
  padding: 5px 30px
}

.tpreview__input input:focus {
  border: 1px solid var(--tp-heading-primary)
}

.tpreview__input input::-webkit-input-placeholder {
  font-family: var(--tp-ff-jost);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #8a94ac
}

.tpreview__input input:-moz-placeholder {
  font-family: var(--tp-ff-jost);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #8a94ac
}

.tpreview__input input::-moz-placeholder {
  font-family: var(--tp-ff-jost);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #8a94ac
}

.tpreview__input input:-ms-input-placeholder {
  font-family: var(--tp-ff-jost);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #8a94ac
}

.tpreview__input textarea {
  width: 100%;
  padding: 10px;
  height: 220px;
  border: 1px solid var(--tp-border-1);
  border-radius: 10px;
  outline: 0
}

.tpreview__input textarea:focus {
  border: 1px solid var(--tp-heading-primary)
}

.tpreview__input textarea::-webkit-input-placeholder {
  font-family: var(--tp-ff-jost);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #8a94ac
}

.tpreview__input textarea:-moz-placeholder {
  font-family: var(--tp-ff-jost);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #8a94ac
}

.tpreview__input textarea::-moz-placeholder {
  font-family: var(--tp-ff-jost);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #8a94ac
}

.tpreview__input textarea:-ms-input-placeholder {
  font-family: var(--tp-ff-jost);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #8a94ac
}

.tpreview__star .title {
  font-size: 16px
}

.tpreview__star-icon i:hover,
.tptestimonial__rating {
  color: var(--tp-text-1)
}

.tpbanner__content {
  min-height: 220px;
  border-radius: 10px;
  padding: 31px 122px 27px 40px;
  background-position: center;
  background-color: #020403;
}

@media only screen and (max-width: 767px) and (min-width: 509px){
  .tpbanner__content {
    padding: 45px 278px 27px 40px 
  }
}

@media only screen and (max-width: 508px) and (min-width: 430px){
  .tpbanner__content {
    padding: 31px 208px 27px 40px
  }
}

@media only screen and (max-width: 431px) and (min-width: 380px){
  .tpbanner__content {
    padding: 31px 180px 27px 40px
  }
}

.tpbanner__content p {
  color: var(--tp-common-white);
  font-size: 16px
}

.tpbanner__sub-title {
  color: var(--tp-text-5);
  font-weight: 500;
  font-size: 14px;
  display: block;
  text-transform: uppercase
}

.tpbanner__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -.3px;
  color: var(--tp-common-white)
}

.tpbanner__bg {
  background-position: right;
  padding: 42px 20px 40px 40px;
  border-radius: 10px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .tpproduct:hover .tpproduct__hover-text {
    bottom: -45px
  }

  .tpproduct__content {
    padding: 11px 13px 20px
  }

  .tpproduct__hover-text {
    bottom: -120px;
    padding: 11px 15px 20px
  }

  .tpproduct__big-title {
    font-size: 18px
  }

  .tpbanner__title {
    font-size: 20px
  }

  .tpbanner__bg {
    padding: 42px 20px 40px
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .product__table table td {
    width: 200%
  }

  .product__details-btn a {
    padding: 13px 30px
  }

  .tpsidebar__warning {
    padding: 25px 15px
  }

  .tpsidebar__warning-text p br {
    display: none
  }

  .tpbanner__bg {
    padding: 42px 20px 40px;
    background-position: left
  }

  .tpbanner__main__sub-title {
    margin-bottom: 5px
  }
}

.tpbanner__bg .tpbanner__sub-title {
  color: var(--tp-theme-2)
}

.tpbanner__bg .tpbanner__title {
  color: var(--tp-heading-primary);
  font-weight: 700;
  font-size: 18px;
  line-height: 22px
}

.tpbanner__bg p {
  font-size: 16px;
  color: var(--tp-heading-primary);
  margin-bottom: 0
}

.tpbanner__main-content {
  padding: 110px 50px
}

.tpbanner__main__sub-title {
  color: var(--tp-theme-2);
  font-family: Poppins;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase
}

.tpbanner__main__title {
  color: var(--tp-theme-1);
  font-family: Poppins;
  font-size: 36px;
  font-weight: 600;
  line-height: 1
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .tpbanner__main__title {
    font-size: 24px;
    margin-bottom: 20px
  }

  .tpbanner__bg4 .tpbanner__title {
    font-size: 18px
  }
}

.tpbanner__yellow {
  color: var(--tp-text-5)
}

.tpbanner__bg2,
.tptestimonial__bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center
}

.tpbanner__big-bg {
  background-position: right;
  padding: 185px 20px 45px 40px;
  border-radius: 10px
}

.tpbanner__big-bg .tpbanner__sub-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #fcde00
}

.tpbanner__bg3 p,
.tpbanner__bg4 p,
.tpbanner__big-bg-content p {
  color: var(--tp-common-white)
}

.tpbanner__big-bg .tpbanner__title {
  font-weight: 700;
  font-size: 36px;
  color: var(--tp-common-white);
  line-height: 1.2;
  text-transform: uppercase
}

.tpbanner__bg3 .tpbanner__sub-title,
.tpbanner__bg4 .tpbanner__sub-title {
  color: var(--tp-theme-5)
}

.tpbanner__big-bg-content p {
  font-size: 16px;
  margin-bottom: 50px
}

.tpbanner__bg3 {
  padding: 60px 20px 25px 40px;
  background-position: center;
  border-radius: 10px
}

@media only screen and (min-width:992px) and (max-width:1199px),
(max-width:767px),
only screen and (min-width:576px) and (max-width:767px) {

  .tpbanner__bg3,
  .tpbanner__big-bg {
    background-position: left
  }
}

.tpbanner__bg3 .tpbanner__title {
  text-transform: uppercase
}

.tpbanner__bg4 {
  padding: 90px 20px 25px 40px;
  background-position: center;
  border-radius: 10px
}

.tpbanner__bg4 .tpbanner__title {
  text-transform: uppercase
}

.tpbannertwo__sub-title {
  text-transform: uppercase;
  color: var(--tp-text-1);
  font-weight: 500;
  font-size: 14px;
  display: inline-block
}

.tpbannertwo p,
.tpbannertwo__title,
.tphero__wrapper p {
  color: var(--tp-common-white)
}

.tpbannertwo__title {
  font-weight: 700;
  font-size: 24px
}

.tpbannertwo p {
  font-weight: 400;
  font-size: 16px
}

.tpbannertwo__bg {
  border-radius: 10px
}

.tphero__bg {
  background-position: bottom;
  min-height: 600px
}

.tphero__thumb-shape-one,
.tphero__thumb-shape-two {
  top: 180px;
  left: -122px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .tphero__thumb-shape-one {
    top: 271px;
    left: 0px
  }
}

.tphero__thumb-shape-three {
  top: 20px;
  right: -145px
}

@media only screen and (min-width:1400px) and (max-width:1600px) {
  .tpslider__arrow-nxt {
    right: 50px
  }

  .tpblog__title {
    font-size: 16px
  }

  .tpproduct__title {
    font-size: 15px
  }

  .tphero__thumb-shape-three {
    right: 0
  }
}

.tphero__thumb-shape-four {
  bottom: -40px;
  left: -80px
}

.tphero__thumb-shape-five {
  top: 170px;
  left: -160px
}

.tphero__thumb-img img {
  width: 90%
}

.tphero__wrapper p {
  font-size: 18px;
  margin-bottom: 60px
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px) {
  .tphero__wrapper p br {
    display: none
  }
}

.tphero__wrapper-shape {
  position: absolute;
  bottom: 25px;
  left: -230px
}

.tphero__sub-title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-common-white)
}

.tpcoundown__count-title,
.tphero__title {
  color: var(--tp-common-white);
  font-weight: 700
}

.tphero__title {
  font-size: 70px;
  font-family: Poppins;
  line-height: 1.1;
  margin-left: 20px;
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .tphero__wrapper-shape {
    bottom: -150px;
    left: 205px
  }

  .tphero__title {
    font-size: 65px;
    padding-left: 20px;
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .tphero__title {
    font-size: 48px
  }
}

.tpcoundown {
  padding: 150px 5px 130px
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px),
only screen and (min-width:576px) and (max-width:767px) {
  .tpcoundown {
    margin-left: 0
  }
}

.tpcoundown__bg {
  background-position: center
}

.tpcoundown__count-title {
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 0
}

.tpcoundown__countdown {
  display: flex;
  align-items: center;
  margin-bottom: 32px
}

.tpcoundown__countdown span {
  margin-right: 50px;
  display: flex;
  align-items: end
}

.tpcoundown__countdown span p {
  font-weight: 500;
  color: var(--tp-grey-9);
  margin-bottom: 0;
  transform: translateY(-10px);
  margin-left: 3px
}

.tpcoundown__countdown .time-count {
  font-weight: 500;
  font-size: 36px;
  line-height: 52px;
  color: #fff;
  margin-right: 0
}

.tpcoundown__shape-one {
  left: -175px;
  top: 140px
}

.tpcoundown__shape-two {
  right: 600px;
  bottom: 190px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .tpcoundown__shape-two {
    right: 400px;
    bottom: 0
  }
}

.tpcoundown__shape-three {
  right: 70px;
  top: 215px
}

.tpcoundown__shape-four {
  right: 280px;
  bottom: 270px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .tpcoundown__shape-four {
    right: 150px
  }
}

.tpcoundown__themebg {
  margin-bottom: 26px
}

.tpcoundown__themebg .time-count {
  font-weight: 500;
  font-size: 40px;
  line-height: 52px;
  color: var(--tp-theme-1);
  margin-right: 0
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .tpcoundown__themebg .time-count {
    font-size: 20px
  }
}

.tpcoundown__themebg span {
  margin-right: 20px;
  display: flex;
  align-items: end
}

.tpcoundown__themebg span p {
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  text-transform: uppercase;
  color: var(--tp-theme-1);
  margin-bottom: 0;
  transform: translateY(-10px);
  margin-left: 3px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .tpcoundown__themebg span p {
    line-height: 28px
  }

  .tpfeature__product-info {
    font-size: 15px
  }
}

.tpfeature__thumb {
  text-align: right;
  margin-right: -16px
}

.tpfeature__thumb img:hover {
  transform: translateY(-8px)
}

.tpfeature__content p {
  font-size: 16px;
  line-height: 1.4
}

.tpfeature__title {
  font-size: 40px;
  line-height: 1.1
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .tpcoundown__shape-two {
    right: 0;
    bottom: 0
  }

  .tpcoundown__shape-three {
    right: 370px
  }

  .tpcoundown__shape-four {
    right: 0
  }

  .tpfeature__title {
    font-size: 33px
  }
}

@media only screen and (min-width:992px) and (max-width:1199px),
(max-width:767px) {

  .tpdescription__box,
  .tpdetails__product {
    padding: 20px 20px 16px
  }

  .tpbanner__bg4 {
    background-position: left
  }

  .tpfeature__title br {
    display: none
  }
}

.tpfeature__title span {
  color: var(--tp-heading-secondary)
}

.tpfeature__product-title {
  font-family: Jost, sans-serif;
  color: var(--tp-heading-primary);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 20px;
  padding: 0 0 5px;
  border-style: dashed;
  border-width: 0 0 1px;
  border-color: #c2c2d3
}

.tpabout__inner p,
.tpabout__inner-btn a,
.tpabout__inner-sub,
.tpfeature__price-red {
  font-family: var(--tp-ff-jost)
}

.tpfeature__price-red,
.whight-feature .mainfeature__content p {
  color: var(--tp-text-body)
}

.tpfeature__shape-one {
  position: absolute;
  top: 30px;
  left: 0
}

.tpfeature__shape-two {
  position: absolute;
  bottom: 320px;
  right: -53px
}

.tpfeature__shape-three {
  position: absolute;
  top: 0;
  right: -95px
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:768px) and (max-width:991px) {
  .tpfeature__shape-three {
    right: 0
  }
}

.tpabout__inner-list ul li i,
.tpinsta__links {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  text-align: center
}

.tpfeature__price-red {
  font-size: 16px
}

.tpfeature__price-red span {
  color: var(--tp-theme-2);
  font-weight: 600;
  font-size: 20px
}

.tpproduct-feature {
  margin-left: 75px;
  margin-right: 90px
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px),
only screen and (min-width:576px) and (max-width:767px) {
  .tpproduct-feature {
    margin-left: 0;
    margin-right: 0
  }
}

.mainfeature__item:hover .mainfeature__icon img {
  animation: 1s linear infinite alternate animation-plus
}

.mainfeature__bg {
  background-repeat: repeat-x
}

.mainfeature__icon {
  margin-bottom: 10px
}

.mainfeature__icon img {
  height: 25px;
  width: 25px
}

.mainfeature__content p {
  color: #E8A242;
  font-size: 14px;
  margin-bottom: 0
}

.mainfeature__title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  color: var(--tp-common-white);
  margin-bottom: 2px
}

.tpabout__title,
.whight-feature .mainfeature__title {
  color: var(--tp-heading-primary)
}

.mainfeature__border,
.tpfooter__top {
  border-bottom: 2px solid var(--tp-heading-secondary)
}

.feature-bg-round {
  border-radius: 20px 20px 0 0;
  padding: 50px
}

.feature-bg-round .tpfeature-border,
.tpabout__border {
  border-bottom: 1px solid var(--tp-border-1)
}

.feature-top {
  margin-top: -220px;
  position: relative;
  z-index: 9
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:767px) {
  .feature-top {
    margin-top: 0
  }
}

.tpinsta__item {
  border-radius: 10px;
  position: relative
}

.tpinsta__item:hover::before {
  opacity: 1;
  transform: scale(1)
}

.tpinsta__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .4);
  z-index: 2;
  opacity: 0;
  width: 100%;
  height: 100%;
  transform: scale(.1)
}

.country-select .nice-select .list,
.img-box__thumb img,
.tpfooter__widget-social img,
.tpinsta__item img {
  width: 100%
}

.tpinsta__links {
  position: absolute;
  z-index: 3;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden
}

.tpinsta__links i {
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50px;
  font-size: 20px;
  -webkit-transition: .2s ease-out;
  -moz-transition: .2s ease-out;
  -ms-transition: .2s ease-out;
  -o-transition: .2s ease-out;
  transition: .2s ease-out
}

.testi-arrow i,
.tpabout__inner-btn a,
.tpabout__inner-list ul li i,
.tpabout__inner-tag .active,
.tpinsta__links i:hover,
.tpshop__widget .form-check-input:checked {
  background-color: var(--tp-heading-secondary)
}

.tpinsta__links i:hover {
  color: var(--tp-common-white)
}

.tpabout__item:hover .tpabout__icon img,
.tpabout__title-img img:hover {
  animation: 1s linear infinite lara
}

.tpabout__title-img p {
  font-size: 18px;
  line-height: 26px
}

.tpabout__title {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 15px
}

.tpabout__inner p,
.tpabout__inner-btn a,
.tpabout__inner-list ul li i,
.tpabout__inner-sub,
.tpabout__inner-title {
  color: var(--tp-common-white)
}

.table-content table td.product-subtotal,
.tpabout__content p,
.tpchoose__content p,
.tptestimonial__content2 p {
  font-size: 16px
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px),
only screen and (min-width:576px) and (max-width:767px) {

  .tpabout__content p br,
  .tpslider__content p br {
    display: none
  }

  .tpfeature__thumb {
    text-align: center;
    margin-right: 0
  }
}

.tpabout__inner-sub {
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase
}

.tpabout__inner-title {
  font-weight: 700;
  font-size: 60px;
  line-height: 45px;
  letter-spacing: -.03em
}

.tpabout__inner p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 65px
}

.tpabout__inner-btn a {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 19px;
  padding: 16px 58px;
  border-radius: 3px;
  text-transform: uppercase
}

.tpabout__inner-2 p,
.tpabout__inner-list ul li {
  font-family: var(--tp-ff-jost);
  font-weight: 400;
  font-size: 16px
}

.tpabout__inner-list ul li {
  list-style: none;
  position: relative;
  padding-left: 40px;
  margin-bottom: 15px;
  color: var(--tp-text-body)
}

.tpcartitem__content ul li,
.tplocation__content ul li {
  margin-bottom: 2px;
  list-style: none
}

.tpabout__inner-list ul li i {
  position: absolute;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  line-height: 25px
}

.tpabout__inner-2 p {
  line-height: 23px;
  color: var(--tp-text-body);
  margin-bottom: 25px
}

.tpabout__inner-title-2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: -.03em;
  color: var(--tp-heading-primary)
}

.tpabout__inner-tag {
  font-family: var(--tp-ff-jost);
  font-weight: 600;
  font-size: 10px;
  line-height: 14px;
  text-transform: uppercase;
  color: var(--tp-heading-primary)
}

.productsidebar__btn a,
.tpshop__content-title {
  font-family: Poppins;
  color: var(--tp-common-white)
}

.tpbrandproduct__product-title,
.tpbrandproduct__title {
  line-height: 20px;
  color: var(--tp-heading-primary);
  font-size: 16px
}

.tpabout__inner-tag .active {
  color: var(--tp-common-white);
  font-weight: 500;
  margin-right: 8px;
  display: inline-block;
  padding: 3px 16px;
  border-radius: 30px
}

.tpabout__inner-thumb-shape-one {
  position: absolute;
  bottom: -120px;
  right: 95px;
  animation: 2s linear infinite left-right
}

.tpabout__inner-thumb-shape-two {
  position: absolute;
  top: -55px;
  left: 0;
  animation: 4s linear infinite left-right
}

.img-box__title {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  color: var(--tp-theme-1)
}

.img-box__content p {
  font-size: 15px;
  color: var(--tp-text-body)
}

@media only screen and (min-width:576px) and (max-width:767px),
only screen and (min-width:992px) and (max-width:1199px),
(max-width:767px) {
  .img-box__content p br {
    display: none
  }
}

.tpchoose__item {
  padding: 50px 35px 45px;
  border-radius: 20px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .tpchoose__item {
    padding: 30px 20px 30px 21px
  }
}

.tpchoose__item:hover .tpchoose__details i {
  animation: 1s infinite shakenext
}

.tpchoose__item:hover .tpchoose__icon img {
  animation: 1s linear infinite lara
}

.tpchoose__title {
  font-size: 16px;
  color: var(--tp-heading-primary);
  font-weight: 700
}

.tpbrandproduct__product-title a:hover,
.tpchoose__details,
.tpchoose__details:hover,
.tpproductnav .nav-tabs .nav-link.active i {
  color: var(--tp-heading-secondary)
}

.tpchoose__details {
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase
}

.tpchoose__details i {
  display: inline-block;
  margin-left: 5px;
  opacity: 0;
  visibility: hidden;
  font-size: 16px
}

.tpbrandproduct__main {
  padding: 55px 30px 35px;
  border-radius: 10px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .tpbrandproduct__main {
    padding: 15px 15px 7px
  }
}

.tpbrandproduct__main-contetn p {
  font-size: 15px;
  color: var(--tp-text-3)
}

.tpbrandproduct__item {
  border: 1px solid #ebeff4;
  border-radius: 10px;
  align-items: center;
  padding: 22px 20px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .tpbrandproduct__item {
    padding: 10px
  }
}

.tpbrandproduct__title {
  margin-bottom: 15px;
  font-weight: 700
}

.tpbrandproduct__img {
  flex: 0 0 auto;
  margin-right: 18px
}

.tpbrandproduct__img img {
  height: 100px;
  width: 100px;
  object-fit: cover
}

.tpbrandproduct__product-title {
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  margin-bottom: 5px
}

.tpbrandproduct__bage {
  top: 0;
  left: 0
}

.brand-product {
  border-radius: 0 0 10px 10px
}

.tptestimonial__avata img {
  height: 70px;
  width: 70px;
  border-radius: 50px
}

.tptestimonial__content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  padding-bottom: 5px
}

.tptestimonial__rating a {
  margin: 0 -3px
}

.tptestimonial__title {
  font-weight: 700;
  font-size: 13px;
  color: var(--tp-heading-primary);
  text-transform: uppercase;
  margin-bottom: 0
}

@media only screen and (min-width:1200px) and (max-width:1399px),
(max-width:767px) {
  .tpblog__wrapper {
    padding: 20px
  }

  .tptestimonial__content2 p br {
    display: none
  }
}

.testimonial__shape-one {
  top: -25px;
  left: 230px;
  animation: 2s linear infinite alternate slider-anim
}

.testimonial__shape-two {
  top: -85px;
  right: 335px;
  animation: 3s linear infinite alternate up-down
}

.testimonial__shape-three {
  bottom: -440px;
  left: 420px;
  animation: 2.5s linear infinite alternate up-down
}

.testi-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99
}

.testi-arrow i {
  height: 50px;
  width: 50px;
  opacity: .3;
  line-height: 50px;
  border-radius: 50%;
  font-size: 14px;
  color: var(--tp-common-white);
  display: inline-block
}

.testi-arrow.tptestimonial-arrow-left {
  left: 250px
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px) {
  .tpslider {
    padding-top: 50px;
    height: 600px
  }

  .tpvideo__content p br {
    display: none
  }

  .testi-arrow.tptestimonial-arrow-left {
    left: 150px
  }
}

.testi-arrow.tptestimonial-arrow-right {
  right: 250px;
  left: 0 auto
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .tpbrandproduct__img {
    margin-right: 5px
  }

  .testi-arrow.tptestimonial-arrow-right {
    right: 150px
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .tpfeature__shape-three {
    top: 100px;
    right: 420px
  }

  .tpproduct-feature {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0
  }

  .tpabout__inner-thumb-2>img {
    width: 420px
  }

  .tpchoose__item {
    padding: 35px 15px 30px
  }

  .tpbrandproduct__main {
    padding: 30px 15px 15px
  }

  .tpbrandproduct__item {
    padding: 22px 18px
  }

  .testi-arrow.tptestimonial-arrow-right {
    right: 150px
  }
}

.tptestimonial__prv {
  left: 220px;
  opacity: 0;
  visibility: hidden
}

.tptestimonial__nxt {
  right: 220px;
  left: 0 auto;
  opacity: 0;
  visibility: hidden
}

@media only screen and (min-width:1601px) and (max-width:1700px) {
  .tptestimonial__prv {
    left: 60px
  }

  .tptestimonial__nxt {
    right: 60px
  }
}

@media only screen and (min-width:1400px) and (max-width:1600px),
only screen and (min-width:1200px) and (max-width:1399px) {
  .tptestimonial__prv {
    left: 5px
  }

  .tptestimonial__nxt {
    right: 5px
  }
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
  .secondary-sliderbg .tpslider {
    height: 600px
  }

  .tptestimonial__prv {
    left: 150px
  }

  .tptestimonial__nxt {
    right: 150px
  }
}

.tptestimonial-active3 .tptestimonial__item {
  border: 1px solid #ebeff4;
  border-radius: 10px;
  padding: 40px 30px 35px
}

.tpshop__leftbar {
  margin-right: -60px;
  padding: 25px 30px 18px;
  border-radius: 10px
}

.tpshop__widget {
  border-bottom: 1px dotted #000
}

.tpproductnav .nav-tabs,
.tpshop__widget:last-child,
.your-order-table table .order-total td {
  border-bottom: none
}

.tpshop__widget-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -.03em;
  text-transform: uppercase
}

.tpshop__widget .form-check-input[type=checkbox] {
  border-radius: 3px;
  height: 15px;
  width: 15px;
  border: 1px solid var(--tp-border-3);
  transform: translateY(3px)
}

.tpfooter__widget-newsletter-check .form-check-input:focus,
.tpshop__widget .form-check-input:focus {
  box-shadow: none
}

.tpshop__widget .form-check-input:checked {
  border-color: var(--tp-border-1)
}

.tpshop__widget label {
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  color: var(--tp-text-3)
}

.tpshop__widget .form-check i {
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
  letter-spacing: -.3em;
  color: #ffb800;
  transform: translateY(-2px)
}

.tpcartitem__content ul li a:hover,
.tpcartitem__title a:hover {
  color: var(--tp-heading-secondary)
}

.tpshop__widget-color-box .form-check-input[type=checkbox] {
  border-radius: 50%;
  height: 15px;
  width: 15px;
  border: none;
  transform: translateY(3px)
}

.tpshop__widget-color-box input {
  background-color: var(--tp-common-black)
}

.tpshop__widget-color-box .form-check-input:checked {
  background-color: var(--tp-common-black);
  border-color: var(--tp-border-1)
}

.tpshop__widget-color-box .form-check-input.blue-input {
  background-color: #1e73be
}

.tpshop__widget-color-box .form-check-input.brown-input {
  background-color: #49271d
}

.tpshop__widget-color-box .form-check-input.grey-input {
  background-color: #bfbfbf
}

.tpshop__widget-color-box .form-check-input.green-input {
  background-color: #50b948
}

.tpshop__widget-color-box .form-check-input.orange-input {
  background-color: #ff7900
}

.tpshop__widget-color-box .form-check-input.red-input {
  background-color: #cb2028
}

.tpshop__content span {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  color: var(--tp-text-1);
  display: inline-block;
  margin-bottom: 8px
}

.tpshop__content-title {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 25px;
  text-align: center;
  text-transform: uppercas
}

.tpshop__content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: var(--tp-common-white);
  margin-bottom: 0
}

.tpshop__banner {
  padding: 45px 0;
  border-radius: 10px
}

.tpshop__leftbar-area {
  margin-left: -60px
}

.tpshop__leftbar-area.tpshop__leftbar {
  margin-right: 0
}

.product__filter-content {
  border-radius: 10px;
  padding: 7px 20px
}

.payment-method .accordion-collapse,
.tp-shop-selector .nice-select,
.tpproductnav .nav-tabs .nav-link,
.tpproductnav .nav-tabs .nav-link:focus,
.tpproductnav .nav-tabs .nav-link:hover {
  border: none
}

.tpproductnav .nav-tabs .nav-link i {
  color: #d6d6e5
}

.tp-shop-selector .nice-select .list {
  border-radius: 0;
  box-shadow: none;
  border: none;
  /*width: 100%*/
}

.tpproduct__shop-item {
  position: relative;
  z-index: 1
}

.productsidebar__range .ui-slider-horizontal {
  height: 4px;
  background-color: #ebeff4;
  border-radius: 10px;
  border: none
}

.productsidebar__range .ui-slider-horizontal .ui-slider-range {
  background: var(--tp-heading-secondary)
}

.productsidebar__range .ui-slider .ui-slider-handle {
  height: 14px;
  width: 14px;
  background-color: var(--tp-common-white)
}

.productsidebar__range .ui-button,
.productsidebar__range .ui-state-default,
.productsidebar__range .ui-widget-content .ui-state-default,
.productsidebar__range .ui-widget-header .ui-state-default,
.productsidebar__range html .ui-button.ui-state-disabled:active,
.productsidebar__range html .ui-button.ui-state-disabled:hover {
  border: 4px solid var(--tp-heading-secondary);
  border-radius: 50%
}

.productsidebar__btn a {
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: -.03em;
  text-transform: uppercase;
  background-color: var(--tp-heading-secondary);
  border-radius: 30px;
  display: block;
  padding: 10px;
  text-align: center
}

.price-filter input {
  outline: 0;
  border: none;
  font-size: 14px;
  color: #4d5574;
  font-weight: 400;
  margin-top: 5px
}

.tpcartitem::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  background-color: var(--tp-border-1);
  top: 0;
  right: -20px
}

.cart-input,
.product-quantity .cart-minus,
.product-quantity .cart-plus {
  height: 30px;
  text-align: center;
  display: inline-block;
  vertical-align: middle
}

.tpcartitem__thumb {
  overflow: hidden;
  border-radius: 10px;
  display: inline-block
}

.tpcartitem__thumb img {
  border-radius: 10px;
  -webkit-transition: .3s ease-out;
  -moz-transition: .3s ease-out;
  -ms-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out
}

.tpcartitem__thumb img:hover {
  transform: scale(1.1)
}

.tpcartitem__content ul li a {
  font-weight: 400;
  font-size: 15px;
  color: var(--tp-text-body);
  display: inline-block
}

.tpcartitem__title {
  font-weight: 700;
  font-size: 14px;
  color: var(--tp-heading-primary)
}

.tpcartitem__all {
  font-weight: 500;
  font-size: 15px;
  color: var(--tp-heading-primary);
  display: inline-block;
  margin-top: 10px
}

.tpcartitem__all i {
  transform: translateY(1px);
  margin-left: -3px;
  display: inline-block
}

.tpsubscribe__item {
  box-shadow: 0 0 50px rgba(31, 46, 168, .08);
  border-radius: 10px;
  background-color: var(--tp-common-white);
  padding: 40px 50px;
  margin-bottom: -65px
}

.tpsubscribe__form {
  position: relative;
  margin-left: -20px
}

.tpsubscribe__form input {
  width: 280px;
  height: 50px;
  border: 2px solid var(--tp-border-3);
  border-radius: 50px;
  padding: 5px 50px
}

.tpsubscribe__form span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25px
}

.tpsubscribe__form-btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 600;
  font-size: 13px;
  line-height: 19px;
  color: var(--tp-common-white);
  text-transform: uppercase;
  padding: 12px 30px;
  background-color: var(--tp-theme-1);
  border-radius: 50px
}

.tpsubscribe__form-btn:hover {
  background-color: var(--tp-heading-secondary)
}

.tpsubscribe__content p {
  color: var(--tp-theme-1);
  font-size: 16px
}

.table-content table {
  background: var(--tp-common-white);
  border-color: var(--tp-border-1);
  border-radius: 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  text-align: center;
  width: 100%;
  margin-bottom: 0
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .table-content table {
    width: 150%
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .header__top-left {
    text-align: center
  }

  .header__top-right {
    justify-content: center
  }

  .tpslider {
    padding-top: 50px;
    height: 550px
  }

  .tpslider__title {
    font-size: 38px
  }

  .tpslider__shape img {
    height: 140px;
    width: 140px
  }

  .tpslider__shape-one {
    bottom: -150px;
    left: -225px
  }

  .tpslider__shape-two {
    left: 90px
  }

  .tpslider__shape-three {
    top: -105px;
    left: 150px
  }

  .tpslider__shape-four {
    left: -60px
  }

  .slider-three .tpslider__title {
    font-size: 32px
  }

  .tp-blog-details__wrapper {
    padding: 35px 15px 30px;
    margin-top: 0
  }

  .tp-blog-details__quation {
    font-size: 20px
  }

  .tp-navtab-style-2.tpnavtab__area nav .nav-link {
    font-size: 14px;
    margin-left: 14px
  }

  .tphero__bg {
    min-height: 450px
  }

  .tphero__thumb-shape-five {
    top: 400px;
    left: -100px
  }

  .tphero__title {
    font-size: 36px
  }

  .tpfeature__shape-two {
    right: 0
  }

  .testi-arrow.tptestimonial-arrow-left {
    left: 15px
  }

  .testi-arrow.tptestimonial-arrow-right {
    right: 15px
  }

  .tptestimonial__prv {
    left: 100px
  }

  .tptestimonial__nxt {
    right: 100px
  }

  .tpsubscribe__form {
    margin-left: 0
  }

  .tpsubscribe__form-btn {
    right: 165px
  }

  .tpsubscribe__content p {
    font-size: 15px
  }

  .table-content table {
    width: 200%
  }
}

.table-content .table>:not(:last-child)>:last-child>* {
  border-bottom-color: var(--tp-border-1)
}

.table-content table td.product-name {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize
}

.table-content table td.product-name a:hover {
  color: var(--tp-text-primary)
}

.table-content table td {
  border-top: none;
  padding: 20px 10px;
  vertical-align: middle;
  font-size: 16px
}

.table-content table td,
.table-content table th {
  border-bottom: 1px solid var(--tp-border-1);
  border-right: 1px solid var(--tp-border-1)
}

.product-quantity input {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid var(--tp-border-1)
}

.table td,
.table th {
  border-top: 1px solid var(--tp-border-1)
}

.product-quantity>input {
  width: 80px;
  border-radius: 3px
}

.table-content table td .cart-plus-minus {
  float: none;
  margin: 0 auto
}

.coupon-all {
  margin-top: 50px
}

.coupon {
  float: left
}

#coupon_code {
  height: 52px;
  border: 1px solid var(--tp-border-1);
  padding: 0 15px;
  margin-right: 10px;
  border-radius: 8px
}

.cart-page-total ul>li>span,
.coupon2 {
  float: right
}

.cart-page-total {
  padding-top: 50px
}

.cart-page-total>h2 {
  font-size: 25px;
  margin-bottom: 20px;
  text-transform: capitalize
}

.cart-page-total>ul {
  border: 1px solid var(--tp-border-1)
}

.cart-page-total>ul>li {
  list-style: none;
  font-size: 15px;
  color: #6f7172;
  padding: 10px 30px;
  border-bottom: 1px solid var(--tp-border-1);
  font-weight: 400
}

.cart-page-total li:last-child {
  border-bottom: 0
}

td.product-thumbnail img, .td.product-thumbnail img {
  width: 125px
}

.product-quantity .cart-minus,
.product-quantity .cart-plus {
  width: 25px;
  border: 1px solid var(--tp-border-1);
  font-size: 14px
}

.product-quantity .cart-minus:hover,
.product-quantity .cart-plus:hover {
  cursor: pointer;
  color: var(--tp-common-white);
  background: var(--tp-heading-secondary)
}

.cart-input {
  width: 32px;
  font-size: 14px;
  border: none;
  border-top: 2px solid var(--tp-border-1);
  border-bottom: 2px solid var(--tp-border-1);
  margin: 0 -3px;
  padding-bottom: 0
}

.tp-wish-cart {
  min-width: 150px
}

.coupon-accordion h3 {
  background-color: #f6f6f6;
  border-top: 3px solid rgba(150, 174, 0, .3);
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 25px;
  padding: 1em 2em 1em 3.5em;
  position: relative;
  width: auto
}

.form-row>label,
p.lost-password {
  margin-top: 15px
}

.coupon-accordion h3::before {
  content: "\f07b";
  left: 15px;
  top: 13px;
  position: absolute;
  color: #6f7172;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700
}

.coupon-accordion span {
  color: #6f7172;
  cursor: pointer;
  transition: .3s;
  font-weight: 500
}

.coupon-accordion span:hover,
p.lost-password a:hover {
  color: var(--tp-theme-primary)
}

.coupon-content {
  border: 1px solid #eaedff;
  display: none;
  margin-bottom: 20px;
  padding: 30px
}

.coupon-info p.coupon-text {
  margin-bottom: 15px
}

.coupon-info p.form-row-first label,
.coupon-info p.form-row-last label {
  display: block;
  color: #6f7172
}

.coupon-info p.form-row-first label span.required,
.coupon-info p.form-row-last label span.required {
  color: red;
  font-weight: 700
}

.coupon-info p.form-row-first input,
.coupon-info p.form-row-last input {
  border: 1px solid #eaedff;
  height: 45px;
  margin: 0 0 14px;
  max-width: 100%;
  padding: 0 0 0 10px;
  width: 100%;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none
}

.checkout-form-list input[type=email]:focus,
.checkout-form-list input[type=password]:focus,
.checkout-form-list input[type=text]:focus,
.coupon-info p.form-row-first input:focus,
.coupon-info p.form-row-last input:focus,
.order-notes textarea:focus,
p.checkout-coupon input[type=text]:focus {
  border-color: var(--tp-text-primary)
}

.coupon-info p.form-row input[type=submit]:hover,
.order-button-payment input:hover,
p.checkout-coupon input[type=submit]:hover {
  background: #3e976c
}

.coupon-info p.form-row input[type=checkbox] {
  position: relative;
  top: 4px;
  transform: translateY(-3px)
}

.form-row>label {
  margin-left: 15px;
  color: #6f7172
}

.buttons-cart a,
.buttons-cart input,
.coupon input[type=submit],
.coupon-info p.form-row input[type=submit] {
  background: #252525;
  border: none;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  margin-right: 15px;
  padding: 0 15px;
  text-transform: uppercase;
  transition: .3s
}

p.lost-password a {
  color: #6f6f6f
}

p.checkout-coupon input[type=text] {
  height: 45px;
  padding: 0 15px;
  width: 100%;
  border: 1px solid #eaedff;
  margin-bottom: 15px;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none
}

.checkbox-form h3 {
  border-bottom: 1px solid #eaedff;
  font-size: 24px;
  font-family: var(--tp-ff-jost);
  margin: 0 0 20px;
  padding-bottom: 10px;
  width: 100%
}

.country-select {
  margin-bottom: 30px;
  position: relative
}

.country-select select {
  width: 100%;
  background-color: transparent;
  border: 1px solid #eaedff;
  padding: 0 10px;
  height: 50px
}

.checkout-form-list label,
.country-select label {
  color: #6f7172;
  display: block;
  margin: 0 0 5px
}

.checkout-form-list label span.required,
.country-select label span.required {
  color: red
}

.country-select .nice-select {
  border: 1px solid #eaedff;
  height: 45px;
  padding-left: 10px;
  width: 100%;
  color: #6f7172;
  margin-bottom: 20px
}

.checkout-form-list label,
.your-order-table table .shipping ul li label {
  color: #6f7172
}

.checkout-form-list input[type=email],
.checkout-form-list input[type=password],
.checkout-form-list input[type=text] {
  background: #fff;
  border: 1px solid #eaedff;
  border-radius: 0;
  height: 45px;
  padding: 0 0 0 10px;
  width: 100%;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none
}

.checkout-form-list input[type=email]::-moz-placeholder,
.checkout-form-list input[type=password]::-moz-placeholder,
.checkout-form-list input[type=text]::-moz-placeholder {
  color: #6f7172;
  opacity: 1
}

.checkout-form-list input[type=email]::placeholder,
.checkout-form-list input[type=password]::placeholder,
.checkout-form-list input[type=text]::placeholder {
  color: #6f7172;
  opacity: 1
}

.checkout-form-list input[type=checkbox] {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 4px;
  transform: translateY(-3px)
}

.create-acc label {
  color: #6f7172;
  display: inline-block
}

.ship-different-title h3 label {
  display: inline-block;
  margin-right: 20px;
  color: #6f7172;
  font-family: var(--tp-ff-jost)
}

.order-notes textarea {
  border: 1px solid #eaedff;
  height: 120px;
  padding: 15px;
  width: 100%;
  outline: 0;
  resize: none
}

.order-notes textarea::-moz-placeholder {
  color: #6f7172;
  opacity: 1
}

.order-notes textarea::placeholder {
  color: #6f7172;
  opacity: 1
}

.card-header:first-child,
.panel-default>.panel-heading,
.panel-group .panel {
  border-radius: 0
}

.your-order {
  padding: 30px 40px 45px;
  border: 3px solid rgba(150, 174, 0, .3)
}

.your-order h3 {
  border-bottom: 1px solid #eaedff;
  font-size: 30px;
  margin: 0 0 20px;
  padding-bottom: 10px;
  font-family: var(--tp-ff-jost);
  width: 100%
}

.your-order-table table {
  background: 0 0;
  border: 0;
  width: 100%
}

.your-order-table table td,
.your-order-table table th {
  border-bottom: 1px solid #eaedff;
  border-right: none;
  color: #6f7172;
  font-size: 14px;
  padding: 15px 0;
  text-align: left
}

.your-order-table table th {
  border-top: none;
  color: #6f7172;
  font-weight: 400;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  width: 250px
}

.panel-body>p {
  color: #222
}

.your-order-table table .shipping ul li input {
  position: relative;
  top: 2px
}

.your-order-table table .shipping th {
  vertical-align: top
}

.your-order-table table .order-total th {
  border-bottom: 0;
  font-size: 14px
}

.your-order-table table tr.cart_item:hover {
  background: #f9f9f9
}

.your-order-table table tr.order-total td span {
  color: var(--tp-theme-primary);
  font-size: 18px;
  font-weight: 500
}

.payment-method {
  margin-top: 40px
}

.payment-method .accordion-item:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.payment-method .accordion-item {
  background-color: #fff;
  border: 0;
  border-bottom: 1px solid var(--tp-border-primary)
}

.payment-method .accordion-button {
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-theme-primary);
  padding: 23px 0;
  border: none
}

.payment-method .accordion-button:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none
}

.payment-method .accordion-button::after {
  position: absolute;
  content: "\f067";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  font-weight: 400;
  margin-left: 0;
  background-image: none
}

.payment-method .accordion-button:not(.collapsed) {
  color: var(--tp-theme-primary);
  background-color: var(--tp-common-white);
  box-shadow: none
}

.payment-method .accordion-button:not(.collapsed)::after {
  content: "\f068"
}

.payment-method .accordion-body {
  padding: 8px 0 40px
}

.panel-title>a {
  display: block
}

.order-button-payment input {
  background: #232323;
  border: none;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  height: 40px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  transition: .3s;
  width: 100%
}

.tpsoon p,
.tpsoon__copyright a {
  font-size: 16px;
  line-height: 23px
}

.payment-method .btn-link {
  background: no-repeat;
  border: none;
  border-radius: 0;
  color: #444;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 0;
  padding: 3px 10px;
  text-align: center;
  text-transform: uppercase;
  transition: .3s;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none
}

.payment-method .card {
  background-color: #fff;
  border: 1px solid #eaedff;
  border-radius: 0;
  margin-bottom: 10px
}

.payment-method .accordion .card:first-of-type {
  border: 1px solid #eaedff
}

.payment-method .card-header {
  background-color: #fff;
  border-bottom: 1px solid #eaedff
}

.tpsoon__sub-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: var(--tp-heading-secondary)
}

.tplocation__text-title,
.tpsoon__title {
  font-weight: 700;
  color: var(--tp-heading-primary);
  font-family: Poppins;
  font-style: normal
}

.tpsoon__title {
  font-size: 40px;
  line-height: 40px;
  letter-spacing: -.03em
}

.tpsoon p {
  font-weight: 400;
  color: var(--tp-text-body);
  margin-bottom: 50px
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .tplist__content {
    margin-left: 0
  }

  .tpsoon p br {
    display: none
  }
}

.tpsoon__input input {
  height: 50px;
  width: 330px;
  background-color: var(--tp-common-white);
  border: none;
  border-radius: 30px;
  padding: 5px 45px
}

.tpsoon__input input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--tp-border-2)
}

.tpsoon__input input:-moz-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--tp-border-2)
}

.tpsoon__input input::-moz-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--tp-border-2)
}

.tpsoon__input input:-ms-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--tp-border-2)
}

.tpsoon__input span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {

  .tpdescription__product-wrapper,
  .tpsoon__submit-wrapper {
    flex-wrap: wrap
  }

  .tpshop__leftbar {
    margin-right: 0
  }

  .tpshop__top {
    margin-left: 0;
    padding-top: 10px
  }

  .tpshop__leftbar-area {
    margin-left: 0
  }

  .tpshop__sidebar-area {
    margin-right: 0;
    margin-bottom: 50px
  }

  .tpsoon__title br {
    display: none
  }
}

.tpsoon__copyright a {
  font-weight: 500;
  color: var(--tp-heading-secondary)
}

.tpsoon__shape-one {
  position: absolute;
  top: 145px;
  left: 140px
}

.tpsoon__shape-two {
  position: absolute;
  bottom: 240px;
  right: 35px
}

.rainbow__social a i {
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #3c5b9b;
  border-radius: 50%;
  color: var(--tp-common-white);
  margin-right: 6px
}

.tplocation__content ul li,
.tplocation__content ul li a {
  font-size: 16px;
  line-height: 23px
}

.tpcontact-inner-text p,
.tplocation__content ul li,
.tplocation__content ul li a {
  color: var(--tp-text-body);
  font-weight: 400
}

.rainbow__social .rainbow__facebook i {
  background-color: #40c1df
}

.rainbow__social .rainbow__pin i {
  background-color: #eb281d
}

.rainbow__social .rainbow__skype i {
  background-color: #21a7c6
}

.rainbow__social .rainbow__youtube i {
  background-color: #ed3c32
}

.tplocation__content {
  background-color: #f7f7f9;
  border: 1px solid #ebeff4;
  border-radius: 0 0 10px 10px;
  padding: 65px 40px 50px
}

.tpfaq__item .accordion-button:not(.collapsed),
.tplocation__content ul li span,
.tplocation__item:hover .tplocation__text-title {
  color: var(--tp-heading-secondary)
}

.tplocation__content ul li .tplocation__button {
  font-weight: 600;
  font-size: 13px;
  line-height: 19px;
  text-transform: uppercase;
  color: var(--tp-common-white) !important;
  background-color: var(--tp-heading-secondary);
  display: inline-block;
  padding: 16px 47px;
  border-radius: 30px
}

.tplocation__content ul li .tplocation__button:hover {
  background-color: #1A8211
}

.tplocation__content ul li span {
  display: inline-block
}

.tplocation__content-two {
  background-color: transparent;
  border: none;
  padding: 0
}

.tplocation__text-title {
  font-size: 15px;
  line-height: 19px;
  text-transform: uppercase
}

.tplocation__wrapper {
  border: 1px solid #ebeff4;
  padding: 20px 30px 20px 20px;
  border-radius: 10px;
  height: 772px;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: var(--tp-heading-secondary) #E2E6EB
}

.tplocation__item {
  padding-bottom: 20px;
  border-bottom: 1px solid #e6eaf0;
  margin-bottom: 40px
}

.tplocation__item:last-child {
  padding-bottom: 0;
  border: none;
  margin-bottom: 0
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px),
(max-width:767px) {
  .tplocation__item {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center
  }

  .tplocation__img {
    margin-bottom: 20px
  }
}

.tplocation__wrapper::-webkit-scrollbar-thumb {
  background-color: #00f;
  border-radius: 20px;
  border: 3px solid orange
}

.tpcontact-inner-sub-title,
.tpform__textarea button,
.tptrack__submition.active,
.tptrack__submition:hover {
  background-color: var(--tp-heading-secondary)
}

.tpcontactmap {
  height: 770px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .tpsoon__title {
    font-size: 36px
  }

  .tpcontactmap {
    height: 650px
  }
}

.tpcontactmap iframe {
  height: 100%;
  border-radius: 10px;
  width: 100%
}

.tpcontact-inner-sub-title {
  font-weight: 500;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--tp-common-white);
  display: inline-block;
  padding: 5px 15px;
  border-radius: 30px
}

.tpcontact-inner-title,
.tpform__title {
  font-weight: 700;
  letter-spacing: -.03em
}

.tpcontact-inner-title,
.tpform__title,
.tptrack__item-title {
  color: var(--tp-heading-primary)
}

.tpcontact-inner-title {
  font-family: Poppins;
  font-style: normal;
  font-size: 36px;
  line-height: 40px
}

.tpcontact-inner-text p {
  font-style: normal;
  font-size: 15px;
  line-height: 22px;
  font-family: var(--tp-ff-jost)
}

.tpmap__wrapper {
  position: absolute;
  bottom: -25px;
  left: 0;
  top: 0;
  width: 50%;
  z-index: -1
}

.footer-col-4::before,
.tpfooter__widget-newsletter form span,
.tpfooter__widget-newsletter-submit,
.tptrack__email span,
.tptrack__id span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%)
}

.tpmap__wrapper iframe {
  height: 100%;
  width: 100%
}

.tpform__title {
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase
}

.tpform__input input {
  width: 100%;
  height: 50px;
  border: 1px solid #ebeff4;
  border-radius: 30px;
  padding: 5px 20px
}

.tpform__input input::placeholder {
  font-family: var(--tp-ff-jost);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #8a94ac
}

.tpform__input input:focus {
  border: 1px solid var(--tp-heading-primary)
}

.tpform__textarea textarea {
  width: 100%;
  height: 200px;
  padding: 5px 20px;
  border: 1px solid #ebeff4;
  border-radius: 20px;
  resize: none
}

.tpform__textarea textarea::placeholder {
  font-family: var(--tp-ff-jost);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #8a94ac
}

.tpfooter__widget p a,
.tpfooter__widget-social a:hover {
  color: var(--tp-common-white)
}

.tpform__textarea textarea:focus {
  border: 1px solid var(--tp-heading-primary);
  outline: 0
}

.tpform__textarea button {
  font-family: var(--tp-ff-jost);
  font-weight: 600;
  font-size: 13px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  color: var(--tp-common-white);
  display: inline-block;
  padding: 16px 50px;
  border-radius: 30px
}

.tpfooter__widget-newsletter-check .form-check-input:checked,
.tpform__textarea-check .form-check-input:checked {
  background-color: var(--tp-heading-secondary);
  border-color: transparent
}

.tpform__textarea-check .form-check-input:focus {
  border: 1px solid #ebeff4;
  box-shadow: none;
  cursor: pointer
}

.tpform__textarea-check .form-check-label {
  font-family: var(--tp-ff-jost);
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: var(--tp-text-body)
}

.tpform__textarea-check .form-check-label a {
  color: var(--tp-heading-secondary);
  text-decoration: underline
}

.tptrack__item-icon {
  flex: 0 0 auto;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  background-color: var(--tp-common-white);
  border-radius: 6px;
  margin-right: 20px
}

.tptrack__content {
  padding: 50px;
  border-radius: 10px
}

@media (max-width:767px) {

  .basic-pagination ul li a,
  .basic-pagination ul li span {
    height: 30px;
    width: 30px;
    line-height: 28px;
    font-size: 12px
  }

  .tpnavtab__area nav .nav-link {
    padding: 0 8px
  }

  .section__title,
  .tpsection__title {
    font-size: 28px
  }

  .section__content p br {
    display: none
  }

  .section__title br {
    display: none
  }

  .tpcartinfo {
    width: 280px
  }

  .tpcart__close {
    width: 30px;
    height: 30px
  }

  .tpcart__img {
    margin-right: 4px
  }

  .tpcart__free-shipping {
    padding: 13px 15px
  }

  .tpsideinfo {
    width: 275px
  }

  .tpslider {
    padding-top: 50px;
    height: 700px
  }

  .tpslider__title {
    margin-bottom: 20px;
    font-size: 30px
  }

  .tpslider__thumb {
    padding-top: 50px;
    margin-left: 0
  }

  .tpslider__five__title {
    font-size: 42px
  }

  .secondary-sliderbg .tpslider {
    height: 750px
  }

  .slider-three .tpslider__title,
  .tpcontact-inner-title {
    font-size: 28px
  }

  .sections__wrapper {
    padding-left: 15px;
    padding-right: 15px
  }

  .tpblog__single-title {
    font-size: 16px;
    margin-bottom: 8px
  }

  .tp-blog-details__wrapper {
    padding: 35px 15px 30px;
    margin-top: 0
  }

  .tp-blog-details__title {
    font-size: 18px
  }

  .tp-blog-details__content p,
  .tptestimonial__content p {
    font-size: 16px
  }

  .tp-blog-details__quation {
    font-size: 17px
  }

  .postbox__comment-text p br,
  .tp-blog-details__quation br {
    display: none
  }

  .tp-blog-details__author {
    flex-wrap: wrap;
    padding: 40px 15px
  }

  .tp-blog-details__author-img {
    margin-right: 0;
    margin-bottom: 20px
  }

  .postbox__comment-box {
    padding-left: 0
  }

  .tperror__title {
    font-size: 22px
  }

  .tpvideo__video-btn i {
    height: 40px;
    width: 40px;
    line-height: 37px
  }

  .tpproduct__all-item {
    text-align: start
  }

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

  .tp-navtab-style-2 {
    justify-content: start
  }

  .tp-navtab-style-2.tpnavtab__area nav .nav-link {
    font-size: 14px;
    margin-left: 0;
    margin-right: 14px
  }

  .product__details-quantity,
  .tplist__product {
    flex-wrap: wrap
  }

  .tplist__price {
    padding-left: 0;
    margin-top: 30px
  }

  .tpdetails__brand li::before,
  .tplist__price::before {
    display: none
  }

  .tpproduct-details__nab {
    margin-bottom: 30px
  }

  .product__details-btn {
    margin-top: 18px
  }

  .product__details-btn a {
    padding: 13px 30px
  }

  .tpdescription__box-center .nav-tabs .nav-link {
    margin: 0 8px;
    font-size: 13px
  }

  .tpbanner__main-content {
    padding: 110px 15px
  }

  .tpbanner__main__title {
    font-size: 28px;
    margin-bottom: 20px
  }

  .tpbanner__bg2 {
    background-position: left
  }

  .tpbannertwo__bg {
    background-position: center;
    background-size: cover;
    margin-bottom: 20px
  }

  .tpbrandproduct__main,
  .tphero__thumb {
    margin-bottom: 20px
  }

  .tphero__thumb-shape-one {
    /*top: 95px;*/
    bottom: 10%;
    /*right: 0*/
  }

  .tphero__wrapper p {
    margin-bottom: 35px
  }

  .tphero__sub-title {
    margin-bottom: 10px
  }

  .tphero__title {
    font-size: 30px;
    margin-bottom: 15px;
    margin-top: 100px !important;
  }

  .tpabout__inner p br,
  .tpabout__inner-2 p br,
  .tpabout__title-img p br,
  .tpfeature__content p br,
  .tphero__title br {
    /*display: none*/
  }

  .tphero__pt {
    padding-top: 30px;
    margin-bottom: 0
  }

  .pera3 img {
    width: 55%;
    left: 30% !important;
    top: 40% !important;
  }

  .tpcoundown__bg {
    background-position: right
  }

  .tpcoundown__countdown span,
  .tpcoundown__themebg span {
    margin-right: 15px
  }

  .tpcoundown__countdown span p {
    font-size: 10px;
    transform: translateY(-15px)
  }

  .tpcoundown__countdown .time-count {
    font-size: 20px
  }

  .tpcoundown__btn a {
    margin-left: 0;
    margin-bottom: 10px
  }

  .tpcoundown__themebg .time-count {
    font-size: 16px;
    line-height: 38px
  }

  .tpcoundown__themebg span p {
    font-size: 10px;
    line-height: 12px
  }

  .tpfeature__title {
    font-size: 28px;
    line-height: 1.4
  }

  .tpabout__inner-thumb-2>img {
    max-width: 100%
  }

  .tpshop__banner {
    background-repeat: no-repeat;
    background-size: cover
  }

  .product__navtabs,
  .tpproductnav {
    justify-content: start !important
  }

  .tpsubscribe__item {
    padding: 40px 15px;
    margin-bottom: 65px
  }

  .tpsubscribe__form {
    margin-left: 0
  }

  .tpsoon__input input,
  .tpsubscribe__form input {
    width: 100%
  }

  .tpsubscribe__form span {
    top: 12px;
    transform: translateY(0)
  }

  .tpsubscribe__form-btn {
    position: static;
    margin-top: 40px
  }

  .table-content table {
    width: 300%
  }

  .coupon {
    float: none
  }

  #coupon_code {
    margin-bottom: 15px
  }

  .coupon2 {
    float: none;
    margin-top: 15px
  }

  .your-order {
    padding: 15px
  }

  .your-order-table table td,
  .your-order-table table th {
    padding-right: 10px
  }

  .tplocation__content {
    padding: 50px 15px 40px
  }

  .tplocation__content ul li {
    font-size: 15px
  }

  .tplocation__content ul li br {
    display: none
  }

  .tplocation__content ul li a {
    font-size: 15px
  }

  .tplocation__wrapper,
  .tptrack__content {
    padding: 20px 15px
  }

  .tplocation__img img {
    width: 100%;
    margin-bottom: 20px
  }

  .tpcontactmap {
    height: 350px
  }

  .tpmap__wrapper {
    position: static;
    width: 100%;
    height: 400px;
    margin-bottom: 75px
  }

  .tpform__wrapper {
    padding-top: 0;
    margin-left: 0
  }
}

.tptrack__item-title {
  font-size: 18px;
  font-weight: 600
}

.tptrack__item-content p {
  font-size: 14px;
  color: var(--tp-text-body);
  line-height: 24px;
  margin-bottom: 0
}

.tptrack__email span,
.tptrack__id span {
  left: 30px;
  font-size: 16px
}

.tptrack__email form input,
.tptrack__id form input,
.tptrack__email input,
.tptrack__id input
 {
  width: 100%;
  height: 60px;
  border: none;
  background-color: var(--tp-common-white);
  padding: 10px 60px;
  border-radius: 6px
}

.tptrack__email form input::-webkit-input-placeholder,
.tptrack__id form input::-webkit-input-placeholder,
.tptrack__email input::-webkit-input-placeholder,
.tptrack__id input::-webkit-input-placeholder {
  font-family: var(--tp-ff-jost);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #8a94ac
}

.tptrack__email form input:-moz-placeholder,
.tptrack__id form input:-moz-placeholder,
.tptrack__email input:-moz-placeholder,
.tptrack__id input:-moz-placeholder {
  font-family: var(--tp-ff-jost);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #8a94ac
}

.tptrack__email form input::-moz-placeholder,
.tptrack__id form input::-moz-placeholder,
.tptrack__email input::-moz-placeholder,
.tptrack__id input::-moz-placeholder {
  font-family: var(--tp-ff-jost);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #8a94ac
}

.tptrack__email form input:-ms-input-placeholder,
.tptrack__id form input:-ms-input-placeholder,
.tptrack__email input:-ms-input-placeholder,
.tptrack__id input:-ms-input-placeholder {
  font-family: var(--tp-ff-jost);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #8a94ac
}

.tptrack__submition {
  background: var(--tp-heading-primary);
  border-radius: 6px;
  color: var(--tp-common-white);
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
  padding: 22px 50px;
  text-align: center;
  touch-action: manipulation;
  transition: .3s;
  vertical-align: middle;
  white-space: nowrap;
  width: 100%
}

.tptrack__submition i {
  margin-left: 20px
}

.tptrack__submition.active:hover {
  background-color: #1A8211
}

.tpfaq__title {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -.03em;
  color: #2d2a6e
}

.tpfaq__content {
  border-bottom: 1px solid var(--tp-border-1);
  margin-bottom: 60px;
  padding-bottom: 35px
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .tpslider__content p {
    margin-bottom: 20px
  }

  .tpblog__left-item {
    padding-right: 0;
    border-right: none;
    margin-right: 0
  }

  .postbox__social-tag {
    text-align: start
  }

  .tpdetails__area,
  .tpfaq__content {
    margin-right: 0
  }

  .tpsidebar {
    margin-left: 0
  }

  .tpbanner__bg {
    padding: 55px 15px 35px
  }

  .tpabout__title-img img {
    max-width: 100%
  }

  .tpsubscribe__content p br,
  .tptestimonial__content p br {
    display: none
  }
}

.tpfaq__content p,
.tpfaq__content span {
  font-family: var(--tp-ff-jost);
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #4d5574
}

.tpfaq__content span {
  display: block
}

.tpfaq__content ul {
  margin-bottom: 20px
}

.tpfaq__content ul li {
  list-style: none;
  margin-bottom: 20px
}

.tpfaq__item .accordion-button {
  color: var(--tp-text-body);
  font-family: var(--tp-ff-jost);
  background-color: transparent;
  box-shadow: none;
  font-weight: 500;
  font-size: 18px;
  padding: 20px 0
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .tpfaq__item .accordion-button {
    font-size: 17px
  }
}

.tpfaq__item .accordion-button::after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  background-image: none
}

.tpfaq__item .accordion {
  --bs-accordion-border-width: 0;
  --bs-accordion-border-radius: 0
}

.tpfaq__item .accordion-item {
  color: #b52727;
  border-bottom: 1px solid #e6ecf0;
  font-family: var(--tp-ff-jost);
  font-weight: 400;
  font-size: 16px;
  color: var(--tp-text-body)
}

.tpfaq__item .accordion-body {
  padding: 0 30px 30px 0
}

.tpfaq__item .accordion-button:not(.collapsed)::after {
  background-image: none
}

.tpfooter__widget-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  color: var(--tp-common-white);
  margin-bottom: 15px
}

.tpfooter__widget p {
  color: var(--tp-common-white);
  font-size: 14px;
  margin-bottom: 0
}

.tpfooter__widget-social a {
  color: var(--tp-common-white);
  font-size: 28px;
  margin-right: 10px
}

.tpfooter__widget-social-title {
  color: var(--tp-common-white);
  display: block
}

.tpfooter__widget-time-info span {
  font-size: 16px;
  color: var(--tp-common-white);
  display: block
}

.tpfooter__widget-time-info span b {
  font-weight: 400;
  font-size: 16px;
  color: var(--tp-common-white)
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .tpfooter__widget-time-info span b {
    font-size: 15px
  }
}

.tpfooter__widget-links ul li a {
  font-size: 14px;
  color: var(--tp-common-white);
  -webkit-transition: .3s ease-out;
  -moz-transition: .3s ease-out;
  -ms-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
  display: inline-block;
  margin-bottom: 2px
}

.tpfooter__widget-links ul li a:hover {
  color: var(--tp-common-white);
  padding-left: 8px
}

.tpfooter__widget-newsletter p {
  font-size: 16px;
  color: var(--tp-common-white);
  margin-bottom: 20px
}

.tpfooter__widget-newsletter form input {
  border-radius: 3px;
  height: 50px;
  width: 100%;
  background-color: var(--tp-common-white);
  border: none;
  padding: 5px 150px 5px 50px
}

.tpfooter__widget-newsletter form input::placeholder {
  color: #acafb7;
  font-size: 14px
}

.tpfooter__widget-newsletter form span {
  left: 20px
}

.tpfooter__widget-newsletter-submit {
  right: 2px
}

.tpfooter__widget-newsletter-check .form-check-label {
  font-size: 14px;
  color: var(--tp-common-white)
}

.tpfooter__widget-newsletter-check .form-check-input.form-check-input[type=checkbox] {
  border-radius: 2px
}

@media only screen and (min-width:576px) and (max-width:767px) {

  .basic-pagination ul li a,
  .basic-pagination ul li span {
    height: 40px;
    width: 40px;
    line-height: 36px;
    font-size: 14px
  }

  .tpnavtab__area nav .nav-link {
    padding: 0 12px;
    font-size: 14px
  }

  .tpsearchbar__title {
    font-size: 12px
  }

  .tpslider {
    padding-top: 50px;
    height: 450px
  }

  .tpslider__content p {
    margin-bottom: 20px;
    font-size: 15px
  }

  .tpslider__title {
    margin-bottom: 20px;
    font-size: 27px
  }

  .tpslider__thumb {
    padding-top: 50px;
    margin-left: 0
  }

  .tpslider__thumb>img {
    max-width: 310px;
    margin-left: -20px
  }

  .tpslider__shape-one {
    left: -200px;
    bottom: -20px;
    height: 100px;
    width: 120px
  }

  .secondary-sliderbg .tpslider {
    height: 400px
  }

  .secondary-sliderbg .tpslider__shape-three {
    top: 0;
    height: 80px;
    width: 100px
  }

  .secondary-sliderbg .tpslider__shape-four {
    top: 200px;
    height: 100px;
    right: 0
  }

  .secondary-sliderbg .tpslider__shape-five {
    top: -27px;
    right: -40px;
    height: 100px;
    width: 120px
  }

  .tpblog__wrapper {
    padding: 20px 15px
  }

  .tpblog__wrapper p {
    margin-bottom: 15px
  }

  .product__details-btn {
    margin-top: 0
  }

  .tpbanner__content {
    background-repeat: no-repeat
  }

  .tphero__bg {
    min-height: 450px
  }

  .tphero__thumb {
    margin-bottom: 50px
  }

  .tphero__thumb-shape-one {
    top: 95px;
    /*right: 0*/
  }

  .tphero__thumb-shape-four {
    bottom: 100px
  }

  .tphero__thumb-shape-five {
    top: 270px;
    left: -150px
  }

  .tphero__wrapper p {
    font-size: 15px;
    margin-bottom: 35px
  }

  .tphero__sub-title {
    font-size: 14px;
    margin-bottom: 10px
  }

  .tphero__title {
    font-size: 26px;
    margin-bottom: 15px
  }

  .tpcoundown__bg-green {
    background-position: left
  }

  .tpchoose__item {
    padding: 50px 15px 45px
  }

  .tpfooter__widget-time-info span b {
    font-size: 13px
  }

  .tpfooter__widget-newsletter p br {
    display: none
  }

  .tpfooter__copyright {
    text-align: center
  }
}

.tpfooter__copyright-text {
  font-size: 14px;
  color: var(--tp-grey-10)
}

.tpfooter__copyright-text a,
.tpfooter__phone-num {
  color: var(--tp-common-white)
}

@media (max-width:767px),
only screen and (min-width:576px) and (max-width:767px) {
  .tp-btn {
    padding: 8px 30px
  }

  .tpfeature__product-item,
  .tpfooter__copyright,
  .tpslider__sub-title {
    margin-bottom: 20px
  }

  .tpslider__title br {
    display: none
  }

  .tpfeature__box {
    margin-bottom: 30px
  }

  .tpfooter__copyright-thumb {
    text-align: center !important
  }
}

.tpfooter__phone-num {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  display: block;
}

.tpfooter__phone-num:hover {
  color: var(--tp-common-white)
}

.tpfooter__border {
  border-top: 10px solid var(--tp-heading-secondary)
}

.footer-col-2 {
  margin-left: -40px
}

.tpfooter___bottom{
  background-color: var(--tp-theme-2);
}

.footer-col-3 {
  margin-left: -100px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .footer-col-2 {
    margin-left: -15px
  }

  .footer-col-3 {
    margin-left: -10px
  }
}

.footer-col-4 {
  margin-left: 60px;
  position: relative
}

.footer-col-4::before {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #484492;
  left: -100px
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px),
only screen and (min-width:576px) and (max-width:767px) {

  .slider-three-content,
  .slider-three-content-two {
    margin-top: 0
  }

  .footer-col-2,
  .footer-col-3,
  .footer-col-4 {
    margin-left: 0
  }

  .footer-col-4::before {
    display: none
  }
}

.footer-border {
  border-top: 2px solid var(--tp-heading-secondary)
}
@media only screen and (max-width:991px) {
  .wr-pt-sm-0{
    padding-top: 0px;
  }
  .wr-pb-sm-50{
    padding-bottom: 50px;
  }
  .tpdetails__area.mr-60{
    margin-right: 0px !important;
  }
}

@media only screen and (max-width:1199px) {
  .tpshop__top.ml-60{
    margin-left: 0px !important;
  }
}

.ParallaxVideodiv{
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
}
.ParallaxVideo{ 
  /*min-height: 300px;
  padding-bottom: 50px;
  padding-top: 50px;*/
  position: relative;
  height: auto;
  overflow: hidden;
}
.ParallaxVideo video{ 
  min-width: 100%;
  max-width: 100%;
  position: absolute;
  top: -80px;
  z-index: 0;
  left: 0;
}

.ParallaxVideo .content{
  z-index: 2;
  position: relative;
  text-align: center;
  padding-top: 220px;
  padding-bottom: 220px;
  /*padding-top: 120px;
  padding-bottom: 120px;*/
}

@media screen and (max-width: 767px) {
  .ParallaxVideo video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0px;
  }
}

.z32{
  position: relative;
  z-index: 32;
}

.typewrite{
  font-family: 'Poppins', serif;
  font-size: 48px;
  line-height: 1.2;
  z-index: 1;
  position: relative;
  text-align: center;
  font-weight: 600;
}

@media screen and (max-width: 580px) {
  .typewrite{
    font-size: 28px;
  }
}

.wr-overlay-dark-2 {
  background-color: rgba(0, 0, 0, 0.30);
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 31;
}


.s3-image-div{
  position: absolute;
  width: 100%;
  top: 10px;
  right: -100px;
}

.s3-image-div img{
  position: absolute;
  right: 70px;
  width: 650px;
  top: 40px;
}

@media screen and (max-width: 957px) {
  .s3-image-div img{
    width: 280px;
  }
}

@media screen and (max-width: 725px) {
  .s3-image-div img{
    width: 220px;
  }
}

@media screen and (max-width: 440px) {
  .s3-image-div img{
    width: 90%;
    left: 10% !important;
    top: 0 !important;
  }
  .s3-image-div{
    top: 20px;
  }
  .tphero__bg{
    min-height: 520px !important;
  }
  .ParallaxVideo .content{
    padding-bottom: 30px !important;
  }
}

@media screen and (max-width: 359px) {
  .s3-image-div img{
    width: 165px;
  }
  .s3-image-div{
    top: 170px;
  }
}

.bg-img-1{
  background-image: url(../img/bg1.png);
  background-size: cover;
}

/*.bg-img-2{
  background-image: url(../img/darkbg.png);
  background-size: cover;
}*/

.heading-bg span {
  position: relative;
  display: inline-block;
  margin-left: 40px;
  margin-right: 40px;
  color: #45c13d;
  border-bottom: #45c03d 1.4px solid;
  padding: 7px 10px;
  font-weight: 500;
}

/*.heading-bg span{
  background-color: #070808;
  position: relative;
  line-height: 80px;
  display: inline-block;
  margin-left: 40px;
  margin-right: 40px;
  color: #fff;
}
@media screen and (max-width: 550px) {
  .heading-bg span{
    font-size: 65% !important;
  }
}
.heading-bg span:before{
  content: '';
  background-image: url(../img/headingbg1.png);
  height: 80px;
  width: 38px;
  position: absolute;
  top: 0px;
  left: -38px;
}

.heading-bg span:after{
  content: '';
  background-image: url(../img/headingbg2.png);
  height: 80px;
  width: 38px;
  position: absolute;
  top: 0px;
  right: -38px;
}*/

.tphero__title__margin{
  margin-top: 150px;
}
.tphero__thumb__margin{
  margin-bottom: 50px;
}
/*@media screen and (max-width: 550px) {
  .tphero__title__margin{
    margin-top: 150px;
  }
  .tphero__thumb__margin{
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 550px) {
  .tphero__title__margin{
    margin-top: 150px;
  }
  .tphero__thumb__margin{
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 550px) {
  .tphero__title__margin{
    margin-top: 150px;
  }
  .tphero__thumb__margin{
    margin-bottom: 0px;
  }
}*/
@media screen and (max-width: 575px) {
  .tphero__title__margin{
    margin-top: 10px;
    text-align: center;
  }
  .tphero__thumb__margin{
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 300px) {
  .tphero__title__margin{
    margin-top: 70px;
    text-align: center;
  }
  .tphero__thumb__margin{
    margin-bottom: 0px;
  }
}

.bg-dark{
  background-color: #4a4a4a;
}
.tpfooter__widget-links ul{
  padding-left: 0px;
}

.text-primary{
  color: var(--tp-theme-2) !important;
}

.contact-page-values{
  background: #f4f4f4; 
  padding: 30px 30px; 
  margin-bottom: 20px; 
  border: 2px solid #22b216; 
  /*border-radius: 10px 10px 50% 50%;*/
  border-radius: 10px;
}

.contact-page-values a, .contact-page-values .contact-addr{
  font-size: 18px;
  display: block;
  margin-bottom: 20px;
}
.contact-page-values a:hover{
  color: var(--tp-theme-2) !important;
}
.contact-page-values .contact-addr{
  display: flex;
  flex: 1 1;
  margin-bottom: 0px;
}

.contact-page-values a i, .contact-page-values .contact-addr i{
  color: var(--tp-theme-2) !important;
  margin-right: 10px;
  padding-top: 3px;
}

.box-shadow{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media (min-width: 768px){
  .ml-md-60{
    margin-left: 60px;
  }
}

.btn-outline-primary-2 {
  color: #22b216;
  background-color: transparent;
  background-image: none;
  border-color: #22b216;
  box-shadow: none;
}
.btn-outline-primary-2:hover{
  color: #fff;
  background-color: #22b216;
  border-color: #22b216;
  box-shadow: none;
}
.btn-block {
  display: block;
  width: 100%;
}

.btn-hover-text {
  display: none; }

.btn:hover .btn-text,
.btn:focus .btn-text {
  display: none; }
.btn:hover .btn-hover-text,
.btn:focus .btn-hover-text {
  display: inline-block; }

.checkout-title {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0;
  margin-top: 2.2rem;
  margin-bottom: 1.8rem;
}

.wr-btn{
  border: 0px;
  background-color: #9b9b9b;
  width: 100%;
  color: #fff;
  margin-bottom: 20px;
}
.wr-btn.wr-btn-active{
  background-color: #22b216;
}
label {
  color: #666666;
  font-weight: 300;
  font-size: 15px;
  margin-bottom: 4px;
}
.form-control, .form-select {
  height: 36px;
  padding: 10px 10px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  color: #777;
  background-color: #fafafa;
  border: 1px solid #ebebeb;
  border-radius: 0;
  margin-bottom: 8px;
  transition: all 0.3s;
  box-shadow: none;
}
.form-select{
  padding: 6px 10px;
}

.billing-address h4, .shipping-address h4{
  font-size: 20px;
}

.fire-animation{
  width: 15px !important;
  height: 15px !important;
  vertical-align: sub;
  margin: 0px 0px 0px -3px;
}

.dashboard-navbar{
  background: #eceff3;
  padding: 20px 20px;
}

.dashboard-navbar h3{
  color: #21b015;
  font-size: 18px;
  font-weight: 600;
  border-bottom: #21b015 solid 2px;
  padding-bottom: 10px;
}

.dashboard-navbar ul li{
  border-bottom: #ccc solid 1px;
}

.dashboard-navbar ul li a{
  color: #4d5675;
}

.tp-shop-selector select{
  background: #fff;
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 8px;
}

.location-img{
  border-radius: 10px;
  max-width: 100%;
}

.text-green{
  color: var(--tp-heading-secondary);
}

.consent-modal-body{
  background: #2c793a;
  border-radius: 5px;
}

.consent-modal{
  border: #2c793a 2px solid;
  border-radius: 5px;
  padding: 10px;
  background: #fff;
}

.consent-modal img{
  max-width: 100%; 
  width: 120px; 
  margin-bottom: 10px;
  margin-right: 20px;
  margin-top: 10px;
}

@media (max-width: 380px){
  .consent-modal br{
    display: none;
  }
}
.consent-modal h4{
  font-size: 21px;
  margin-bottom: 10px;
  margin-top: 10px;
  color: #06411f;
  font-weight: 500;
}
.consent-modal p{
  font-size: 18px;
  color: #dc3545;
  margin-bottom: 20px;
}
.tpcart__product-list{
  max-height: 350px;
  overflow: scroll;
}

.footer-icons{
  margin-right: 7px;
  align-content: center;
}

.overflow-hidden{
  overflow: hidden;
}

.toast{
    position: fixed; 
    top: 20%; 
    right: 10px;
    z-index: 20000;
}

/* Table Div CSS by TechnoVibes */
.wr-table-div h5{
  color: var(--bs-table-color);
  font-size: 16px;
  font-weight: 600;
  padding: 15px 0px;
  text-align: center;
}

.wr-table-div .row [class^="col-md-"]{
  border-top: 1px solid var(--tp-border-1);
  border-left: 1px solid var(--tp-border-1);
  border-right: 1px solid var(--tp-border-1);
  text-align: center;
}
.wr-table-div .row:last-child{
  border-bottom: 1px solid var(--tp-border-1);
}
.wr-table-div .row [class^="col-md-"] .product-name{
  text-align: left;
}

.wr-table-div .row [class^="col-md-"] div{
  height: 100%;
  align-content: center;
}

@media (max-width:767px){
  .wr-table-div .hide-mobile{
    display: none;
  }
  .wr-table-div .row{
    margin-bottom: 25px;
  }
  .wr-table-div .row [class^="col-md-"]:last-child, .wr-table-div .show-mobile{
    border-bottom: 1px solid var(--tp-border-1);
  }
  .cart-page-total.text-end{
    text-align: center !important;
  }
}

.text-justify{
  text-align: justify !important;
}

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