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

    Template Name:  Sangba - News & Magazine HTML5 Template
    Author: Reacthemes
    Version: 1.0

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

    CSS INDEX
    ===================

    01. Variables
	02. Base CSS
    03. Animation
    04. Functions
    05. Main Menu
    06. Mixins
    07. Fonts
    08. breadcrumb 
    09. Mobile-menu
    10. Fonts
    11. Typography
    12. Preloader
    13. Reset
    14. btn
    15. Header
    16. Banner
    17. Sections
    18. Footer
    19. Buttons
    20. feature
    21. testimonial
    22. blog
    23. contact
    24. case
    25. counter
    26. price
    27. team
    28. history
    29. chose
    30. widget
    31. faq
    32. video

-----------------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap");
@import url("../fonts/rt-icons.ttf");
@import url("../fonts/fa-brands-400.ttf");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");
* {
  margin: 0;
  padding: 0;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "DM Sans", sans-serif;
  position: relative;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

a {
  -webkit-transition: color 200ms;
  transition: color 200ms;
  color: #90c320;
  text-decoration: none;
}
a:hover {
  color: unset;
}

a,
span {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6,
span,
a {
  color: #040404;
  font-weight: 700;
  margin: 0;
}

p {
  margin-bottom: 0;
  color: #777777;
}

:root[data-theme=dark] body {
  background: black;
}
:root[data-theme=dark] .logo {
  display: none;
}
:root[data-theme=dark] a {
  color: #fff;
}
:root[data-theme=dark] a:hover {
  color: unset;
}
:root[data-theme=dark] h1,
:root[data-theme=dark] h2,
:root[data-theme=dark] h3,
:root[data-theme=dark] h4,
:root[data-theme=dark] h5,
:root[data-theme=dark] h6,
:root[data-theme=dark] p {
  color: #fff;
}
:root[data-theme=dark] .header-catagory-bar {
  background: #121416;
}
:root[data-theme=dark] .rts-post {
  border-bottom: 1px solid #252525 !important;
}
:root[data-theme=dark] .rts-post .contents .post-title a {
  color: #fff;
}

button {
  outline: none;
  border: none;
  background: unset;
}

input {
  border: none;
  outline: none;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

img {
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  max-width: 100%;
}

i {
  -webkit-transition: all 100ms;
  transition: all 100ms;
}

.anywere,
.anywere-home {
  background: #0E1013;
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
  pointer-events: none;
  z-index: 50;
}
.anywere.show,
.anywere-home.show {
  visibility: visible;
  pointer-events: visible;
}
.anywere.bgshow,
.anywere-home.bgshow {
  background: #0E1013;
  opacity: 70%;
  visibility: visible;
  pointer-events: visible;
  z-index: 60;
}

.rts-post .post-picture img,
.rts-post-medium .post-picture img,
.rts-post-small .post-picture img,
.side-post .post-picture img {
  width: 100%;
}
.rts-post .post-title a,
.rts-post .side-post-title a,
.rts-post-medium .post-title a,
.rts-post-medium .side-post-title a,
.rts-post-small .post-title a,
.rts-post-small .side-post-title a,
.side-post .post-title a,
.side-post .side-post-title a {
  /* fill effect */
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #1a1a1a), color-stop(50%, transparent));
  background-image: linear-gradient(to right, #1a1a1a 50%, transparent 50%);
  background-size: 200% 2px;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  -webkit-transition: background-position 500ms ease-out;
  transition: background-position 500ms ease-out;
}
.rts-post .post-title a:hover,
.rts-post .side-post-title a:hover,
.rts-post-medium .post-title a:hover,
.rts-post-medium .side-post-title a:hover,
.rts-post-small .post-title a:hover,
.rts-post-small .side-post-title a:hover,
.side-post .post-title a:hover,
.side-post .side-post-title a:hover {
  background-position: 0% 100%;
  color: #0E1013;
}
.rts-post p,
.rts-post-medium p,
.rts-post-small p,
.side-post p {
  color: #404040;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

.post-bottom-info .item,
.action-bar .item,
.post-info .item {
  color: #4E4E4E;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
}
.post-bottom-info .item img,
.action-bar .item img,
.post-info .item img {
  width: 14px;
  height: 14px;
  margin-right: 5px;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.post-bottom-info .item::before,
.action-bar .item::before,
.post-info .item::before {
  content: "";
  position: absolute;
  top: 2px;
  right: -4px;
  width: 2px;
  height: 77%;
  background: #bababa;
}
.post-bottom-info .item:last-child,
.action-bar .item:last-child,
.post-info .item:last-child {
  padding-right: 0;
  margin-right: 0;
}
.post-bottom-info .item:last-child::before,
.action-bar .item:last-child::before,
.post-info .item:last-child::before {
  display: none;
}
@media (max-width: 450px) {
  .post-bottom-info a::before,
.post-bottom-info span::before,
.action-bar a::before,
.action-bar span::before,
.post-info a::before,
.post-info span::before {
    display: none;
  }
}

.author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.author .author-dp {
  margin-right: 10px;
}
.author .content {
  margin-bottom: -1px;
}
.author .content .author-name {
  font-size: 16px;
  line-height: 18px;
  color: #031424;
}
.author .content .title {
  font-size: 12px;
  color: #777777;
  font-weight: 400;
}

.author-box {
  padding: 40px 25px;
  padding-top: 50px;
  background: #F5F5F5;
  text-align: center;
}
.author-box .author-dp {
  margin-bottom: 25px;
}
.author-box .author-dp img {
  border-radius: 50%;
  padding: 15px;
  border: 1px solid #E7E7E7;
}
.author-box .author-name {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
}
.author-box p {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 20px;
}

.rts-post {
  border-bottom: 1.7px solid #E7E7E7;
  padding-bottom: 24px;
  margin-bottom: 40px;
}
.rts-post .post-picture {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}
.rts-post .post-picture:hover img {
  -webkit-transform: scale(110%);
          transform: scale(110%);
}
.rts-post .post-picture img {
  width: 100%;
  -webkit-transition: -webkit-transform 500ms;
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
}
.rts-post.rts-post-large .post-title a {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .rts-post {
    margin-bottom: 15px !important;
    padding-bottom: 10px !important;
  }
}
@media (max-width: 410px) {
  .rts-post .post-bottom-info {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .rts-post .post-bottom-info .item {
    margin-bottom: 10px;
  }
  .rts-post .post-bottom-info .item::before {
    display: none;
  }
  .rts-post .post-bottom-info a {
    margin-bottom: 8px;
  }
}

@media (max-width: 900px) {
  .rts-post-large .contents .post-title a,
.rts-post-2-large .contents .post-title a {
    max-width: unset;
    font-size: 23px;
    line-height: 30px;
  }
}
@media (max-width: 576px) {
  .rts-post-large .contents .post-title a,
.rts-post-2-large .contents .post-title a {
    max-width: unset;
    font-size: 23px;
    line-height: 30px;
  }
}
@media (max-width: 500px) {
  .rts-post-large .contents .post-title a,
.rts-post-2-large .contents .post-title a {
    font-size: 23px;
    line-height: 30px;
  }
}
@media (max-width: 440px) {
  .rts-post-large .contents .post-title a,
.rts-post-2-large .contents .post-title a {
    font-size: 20px;
    line-height: 27px;
  }
}
@media (max-width: 400px) {
  .rts-post-large .contents,
.rts-post-2-large .contents {
    bottom: 0 !important;
  }
  .rts-post-large .contents .news-catagory-tag-2,
.rts-post-2-large .contents .news-catagory-tag-2 {
    margin-bottom: 5px;
  }
  .rts-post-large .contents .post-title,
.rts-post-2-large .contents .post-title {
    margin-bottom: 0;
  }
  .rts-post-large .contents .post-title a,
.rts-post-2-large .contents .post-title a {
    font-size: 22px;
    line-height: 22px;
  }
}

.rts-post-medium {
  border-bottom: 1.7px solid #E7E7E7;
  padding-bottom: 10px;
  margin-bottom: 14px;
}
.rts-post-medium:hover .post-picture img {
  -webkit-transform: scale(110%);
          transform: scale(110%);
}
.rts-post-medium .post-picture {
  overflow: hidden;
  margin-bottom: 10px;
}
.rts-post-medium .news-catagory-tag {
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
}
.rts-post-medium .post-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  max-width: 270px;
}
.rts-post-medium .post-title a {
  background-size: 200% 1px;
}
@media (max-width: 1200px) {
  .rts-post-medium {
    margin-bottom: 10px;
    margin-bottom: 15px !important;
  }
  .rts-post-medium .contents .post-title {
    max-width: inherit !important;
  }
}
@media (max-width: 859px) {
  .rts-post-medium .contents .post-title {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 576px) {
  .rts-post-medium .contents .post-title {
    max-width: unset;
    font-size: 23px;
    line-height: 30px;
  }
}
@media (max-width: 500px) {
  .rts-post-medium .contents .post-title {
    font-size: 23px;
    line-height: 30px;
  }
}
@media (max-width: 410px) {
  .rts-post-medium .post-bottom-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .rts-post-medium .post-bottom-info a {
    margin-bottom: 0;
  }
}

.rts-post-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.rts-post-small:hover .post-picture img {
  -webkit-transform: scale(110%);
          transform: scale(110%);
}
.rts-post-small:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.rts-post-small .post-picture {
  max-width: 95px;
  margin-right: 20px;
  margin-bottom: 0;
}
.rts-post-small .news-catagory-tag {
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
}
.rts-post-small .post-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 5px;
}
.rts-post-small .post-title a {
  background-size: 200% 1px;
}
@media (max-width: 1200px) {
  .rts-post-small {
    margin-bottom: 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 859px) {
  .rts-post-small .contents .post-title {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 410px) {
  .rts-post-small .post-bottom-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .rts-post-small .post-bottom-info a {
    margin-bottom: 0;
  }
}

.recent-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}
.recent-post:hover .picture img {
  -webkit-transform: scale(110%);
          transform: scale(110%);
}
.recent-post:last-child {
  margin-bottom: 0;
}
.recent-post .picture {
  margin-right: 20px;
}
.recent-post .recent-post-title {
  margin-bottom: 5px;
}
.recent-post .recent-post-title a {
  color: #fff;
}
.recent-post .recent-post-title a:hover {
  color: #FF1856;
}
.recent-post span,
.recent-post a {
  color: #B9BCC0;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.recent-post span img,
.recent-post a img {
  margin-right: 5px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.recent-post .span-icon {
  -webkit-filter: brightness(2);
          filter: brightness(2);
}

.trending-news-area {
  border: 1px solid #E7E7E7;
  border-radius: 4px;
  padding: 10px 23px;
  padding-left: 0;
  position: relative;
}
.trending-news-area .trending-post {
  border-bottom: 1.7px solid #E7E7E7;
  padding-bottom: 13px;
  margin-bottom: 9px;
  padding-left: 23px;
}
.trending-news-area .trending-post:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.trending-news-area .trending-post .post-title {
  position: relative;
}
.trending-news-area .trending-post .post-title a {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  background-size: 200% 1px;
}
.trending-news-area .trending-post .post-title img {
  margin-right: 5px !important;
}
.trending-news-area .trending-post .post-title::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -24px;
  width: 4px;
  height: 0;
  background: #FF1856;
  -webkit-transition: height 500ms;
  transition: height 500ms;
}
.trending-news-area .trending-post .post-title:hover::before {
  height: 110%;
}
.trending-news-area .trending-post .post-author {
  color: #4E4E4E;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.trending-news-area .swiper-pag {
  padding-left: 23px;
  padding-bottom: 5px;
}
.trending-news-area .swiper-pagination-bullet {
  padding: 0px 3px;
  font-size: 5px;
  border-radius: 50%;
  background: #CFD4DB;
  margin-right: 7px;
}
.trending-news-area .swiper-pagination-bullet-active {
  background: #FF1856;
  padding: 0px 4.5px;
  font-size: 7px;
}

.news-catagory-tag {
  color: #1D72FF;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  position: relative;
  padding-left: 10px;
  margin-bottom: 10px;
}
.news-catagory-tag::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width: 2px;
  height: 85%;
  background: #1D72FF;
}

.news-catagory-tag-2 {
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  background: #FF1856;
  padding: 5px 15px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  margin-bottom: 15px;
  display: inline-block;
  text-transform: none;
}
.news-catagory-tag-2:hover {
  color: #fff;
}
.news-catagory-tag-2::before {
  display: none;
}

.side-stories .type-tag {
  background: #0E1013;
  width: 150px;
  height: 30px;
  margin-top: 7px;
  margin-bottom: 33px;
}

.post-age {
  color: #4E4E4E;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
}

.post-age-2 {
  color: #868686 !important;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
}
.post-age-2::before {
  display: none;
}

.social-popularity .platform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1);
  margin-bottom: 8px;
  padding: 6px;
  -webkit-transition: -webkit-transform 500ms;
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
}
.social-popularity .platform:hover {
  -webkit-transform: scale(110%);
          transform: scale(110%);
}
.social-popularity .platform span {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.social-popularity .platform i {
  color: #fff;
  width: 50px;
  aspect-ratio: 1;
  display: -ms-grid;
  display: grid;
  place-items: center;
  margin-right: 15px;
}
.social-popularity .platform i.facebook {
  background: #3B5998;
}
.social-popularity .platform i.twitter {
  background: #1DA1F2;
}
.social-popularity .platform i.linkedin {
  background: #0077B5;
}
.social-popularity .platform i.dribbble {
  background: #EA4C89;
}
.social-popularity .platform i.youtube {
  background: #EC1D1D;
}
@media (max-width: 1200px) {
  .social-popularity .platform:hover {
    -webkit-transform: scale(101%);
            transform: scale(101%);
  }
}

.social-popularity-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.social-popularity-2 .platform {
  padding: 0;
  width: 135px;
  color: #fff;
  margin-bottom: 7px;
}
.social-popularity-2 .platform i {
  aspect-ratio: 1;
  margin-right: 0;
  background: transparent;
  background: #3C5A98;
  margin-right: 10px;
}
.social-popularity-2 .platform .followers-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.social-popularity-2 .platform .followers-info .number {
  font-weight: 500;
  font-size: 16px;
  line-height: 14px;
}
.social-popularity-2 .platform .followers-info .type {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
}
.social-popularity-2 .platform.facebook {
  background: #496FBF;
}
.social-popularity-2 .platform.facebook i {
  background: #3C5A98;
}
.social-popularity-2 .platform.twitter {
  background: #1DA1F2;
}
.social-popularity-2 .platform.twitter i {
  background: #0089DD;
}
.social-popularity-2 .platform.linkedin {
  background: #0077B5;
}
.social-popularity-2 .platform.linkedin i {
  background: #005582;
}
.social-popularity-2 .platform.youtube {
  background: #FF3A3A;
}
.social-popularity-2 .platform.youtube i {
  background: #FF0000;
}
@media (max-width: 1230px) {
  .social-popularity-2 {
    -ms-flex-wrap: unset;
        flex-wrap: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .social-popularity-2 .platform {
    width: 100%;
  }
}

.news-topbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .news-topbar {
    margin-bottom: 15px !important;
  }
}
@media (max-width: 400px) {
  .news-topbar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .news-topbar .section-title,
.news-topbar .section-title-2 {
    margin-bottom: 15px;
  }
}

.filter-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #52565C;
  cursor: pointer;
}
.filter-buttons .filter-btn {
  padding: 8px 20px;
  background: #F5F5F5;
  color: #0E1013;
  margin-right: 5px;
  font-weight: 600;
  font-size: 13px;
  line-height: 15px;
  -webkit-transition: background 500ms;
  transition: background 500ms;
}
.filter-buttons .filter-btn:hover, .filter-buttons .filter-btn.active {
  background: #1D72FF;
  color: #fff;
}
.filter-buttons .filter-btn:last-child {
  margin-right: 0;
}

.post-pagination-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.post-pagination-area .pag-item {
  width: 45px;
  aspect-ratio: 1;
  display: -ms-grid;
  display: grid;
  place-items: center;
  background: #F5F5F5;
  color: #0E1013;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  margin-right: 10px;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.post-pagination-area .pag-item:hover {
  background: #1D72FF;
  color: #fff;
}

.type-tag {
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  line-height: 26px;
  width: 135px;
  height: 25px;
  padding-right: 15px;
  padding-left: 5px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  background: #FF1856;
  border-radius: 5px 18px 0 0;
  -webkit-clip-path: polygon(0 0, 92% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 92% 0, 100% 100%, 0% 100%);
}

.section-type-tag {
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  padding-right: 40px;
  padding-left: 20px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  background: #0E1013;
  border-radius: 5px 5px 0px 5px;
  -webkit-clip-path: polygon(0 0, 92% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 92% 0, 100% 100%, 0% 100%);
}
@media (max-width: 900px) {
  .section-type-tag {
    font-size: 20px;
    padding: 5px 10px;
    padding-right: 20px;
  }
}

.section-header {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section-header .section-title {
  margin-bottom: 0;
}
@media (max-width: 980px) {
  .section-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin-bottom: 20px;
  }
  .section-header .section-title {
    margin-bottom: 13px;
  }
  .section-header .section-header-item {
    margin-bottom: 20px;
  }
}
.section-header.section-header2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-header.section-header3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-title {
  color: #040404;
  font-weight: 700;
  font-size: 30px;
  line-height: 39px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .section-title {
    font-size: 25px;
    line-height: 30px;
  }
}

.section-title-2 {
  color: #040404;
  font-size: 40px;
  line-height: 52px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .section-title-2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
  }
}

.section-title-3::before {
  background: #1D72FF;
}

.section-header4 {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .section-header4 {
    margin-bottom: 25px;
  }
  .section-header4 .section-title {
    margin-bottom: 7px;
  }
}
.section-header4 .section-title {
  font-size: 24px;
  color: #031424;
}
.section-header4 .go-btn {
  font-size: 14px;
  color: #071e34;
}
.section-header4 .go-btn:hover i {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.section-header4 .go-btn i {
  margin-left: 5px;
}

.section-pretitle {
  font-size: 14px;
  line-height: 18px;
  color: #90c320;
}

.section-pretitle2 {
  font-size: 14px;
  line-height: 18px;
  color: var(--theme-color);
  background: #fff;
  padding: 3px 15px;
  -webkit-box-shadow: -16px 0px 32px 0px rgba(0, 0, 0, 0.06);
          box-shadow: -16px 0px 32px 0px rgba(0, 0, 0, 0.06);
  border-radius: 6px;
}

.page-title {
  color: #0E1013;
  font-weight: 700;
  font-size: 50px;
  line-height: 54px;
}

.post-type-tag {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  padding: 7px 0;
  padding-right: 40px;
  padding-left: 20px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  background: #0E1013;
  color: #fff;
  border-radius: 5px 5px 0px 5px;
  -webkit-clip-path: polygon(0 0, 92% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 92% 0, 100% 100%, 0% 100%);
}

.wide-border {
  width: 35%;
  height: 1px;
  background: #E7E7E7;
  margin-right: auto;
  margin-left: 30px;
}

.sticky-content {
  top: -120px;
  position: sticky;
}
@media (max-width: 1200px) {
  .sticky-content {
    top: 0;
  }
}

.side-content {
  -webkit-transform: translateY(-56px);
          transform: translateY(-56px);
}
@media (max-width: 1200px) {
  .side-content {
    -webkit-transform: translate(0);
            transform: translate(0);
    margin-top: 20px;
  }
}

.side-content-title {
  color: #0E1013;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 30px;
  padding-left: 10px;
  position: relative;
}
.side-content-title::before {
  position: absolute;
  left: 0;
  content: "";
  width: 4px;
  height: 100%;
  background: #FF1856;
}

.rts-tags ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding-left: 0;
}
.rts-tags .tag-item {
  display: inline-block;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  padding: 5px 13px;
  border-radius: 2px;
  border: 1px solid #E7E7E7;
  margin-right: 7px;
  margin-bottom: 7px;
}
.rts-tags .tag-item:hover {
  background: #FF1856;
  color: #fff;
  border: 1px solid #FF1856;
}

.more-btn i {
  margin-left: 5px;
}
@media (max-width: 400px) {
  .more-btn {
    padding: 9px 10px !important;
    font-size: 12px !important;
  }
}

.social-links {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  position: relative;
}
.social-links .platform {
  width: 40px;
  aspect-ratio: 1;
  display: -ms-grid;
  display: grid;
  place-items: center;
  margin-right: 7px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  color: #fff;
  -webkit-transition: background 500ms;
  transition: background 500ms;
}
.social-links .platform i {
  font-size: 14px;
}
.social-links .platform:hover {
  background: #1D72FF;
}

.social-links-2 .platform {
  width: 0;
  margin-right: 20px;
}
.social-links-2 .platform i {
  color: #868686;
}
.social-links-2 .platform:hover {
  background: none;
}
.social-links-2 .platform:hover i {
  color: #FF1856 !important;
}

.social-links-noborder .platform {
  border: none !important;
  width: 0 !important;
  height: 0 !important;
  padding-right: 15px !important;
}

.rts-post-2 {
  border: 1px solid #E7E7E7;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.rts-post-2:hover {
  -webkit-box-shadow: 0px 3px 5px rgba(14, 16, 19, 0.14);
          box-shadow: 0px 3px 5px rgba(14, 16, 19, 0.14);
}
.rts-post-2 .post-picture {
  overflow: hidden;
}
.rts-post-2 .post-picture img {
  width: 100%;
}
.rts-post-2:hover .post-picture img {
  -webkit-transform: scale(110%);
          transform: scale(110%);
}
.rts-post-2 .contents {
  padding-top: 30px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 30px;
}
.rts-post-2 .contents p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.rts-post-2 .news-catagory-tag-2 {
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  background: #FF1856;
  padding: 5px 15px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  margin-bottom: 15px;
  display: inline-block;
  text-transform: none;
}
.rts-post-2 .news-catagory-tag-2::before {
  display: none;
}
.rts-post-2 .post-title {
  max-width: 500px;
  margin-bottom: 10px;
}
.rts-post-2 .post-title a {
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
}
.rts-post-2 .post-title a {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #0E1013), color-stop(50%, transparent));
  background-image: linear-gradient(to right, #0E1013 50%, transparent 50%);
  background-size: 200% 2px;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  -webkit-transition: background-position 500ms ease-out;
  transition: background-position 500ms ease-out;
}
.rts-post-2 .post-title a:hover {
  background-position: 0% 100%;
}
.rts-post-2 .post-bottom-info,
.rts-post-2 .post-info {
  margin-bottom: 20px;
}
.rts-post-2 .post-bottom-info .item,
.rts-post-2 .post-info .item {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
}
.rts-post-2 .post-bottom-info .item img,
.rts-post-2 .post-info .item img {
  width: 14px;
  height: 14px;
  margin-right: 5px;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.rts-post-2 .post-bottom-info .item::before,
.rts-post-2 .post-info .item::before {
  content: "";
  position: absolute;
  top: 2px;
  right: -4px;
  width: 2px;
  height: 77%;
  background: #bababa;
  display: none;
}
.rts-post-2 .post-bottom-info .item:last-child,
.rts-post-2 .post-info .item:last-child {
  padding-right: 0;
  margin-right: 0;
}
.rts-post-2 .post-bottom-info .item:last-child::before,
.rts-post-2 .post-info .item:last-child::before {
  display: none;
}
.rts-post-2 .post-bottom-info .post-author::before,
.rts-post-2 .post-info .post-author::before {
  display: none;
}
.rts-post-2 .read-more {
  margin-top: 20px;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.1);
  padding: 10px 25px;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.rts-post-2 .read-more a {
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
}
.rts-post-2 .read-more:hover {
  background: #FF1856;
  border: 2px solid #FF1856;
}
@media (max-width: 520px) {
  .rts-post-2 .contents {
    padding: 20px;
  }
  .rts-post-2 .contents .post-title a {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 420px) {
  .rts-post-2 .contents .post-title a {
    font-size: 20px;
    line-height: 25px;
  }
}

.separator {
  position: absolute;
  top: 5px;
  right: -25px;
  width: 2px;
  height: 60%;
  background: #d8c5c5;
}

.border-btn {
  display: inline-block;
  background: transparent;
  padding: 10px 25px;
  border: 2px solid #E7E7E7;
  color: #0E1013;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.border-btn:hover {
  color: #fff;
  background: #FF1856;
  border: 2px solid #FF1856;
}
.border-btn i {
  margin-left: 5px;
}

.read-more-btn {
  display: inline-block;
  margin-top: 50px;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  position: relative;
}
.read-more-btn:hover {
  color: #FF1856;
}
.read-more-btn::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0px;
  width: 100%;
  height: 1px;
  background: #0E1013;
}
.read-more-btn:hover i {
  color: #FF1856;
}
.read-more-btn:hover::before {
  background: #FF1856;
}
.read-more-btn i {
  margin-left: 2px;
}

.view-all-link {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
}
.view-all-link i {
  margin-left: 10px;
}

.view-all-link:hover {
  color: var(--theme-color);
}

.rts-post-2-medium .post-title a {
  font-size: 20px;
  line-height: 24px;
  background-size: 200% 1px;
}

.rts-post-2-small .post-title a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  background-size: 200% 1px;
}
.rts-post-2-small .post-bottom-info {
  margin-top: 4px;
}

.rts-post-2-inside {
  position: relative;
  border: none;
}
.rts-post-2-inside::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(black));
  background-image: linear-gradient(transparent, black);
  z-index: 1;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  pointer-events: none;
}
.rts-post-2-inside:hover:before {
  height: 100%;
}
.rts-post-2-inside .post-title a {
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #ffffff), color-stop(50%, transparent));
  background-image: linear-gradient(to right, #ffffff 50%, transparent 50%);
  background-size: 200% 2px;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  -webkit-transition: background-position 500ms ease-out;
  transition: background-position 500ms ease-out;
}
.rts-post-2-inside .post-title a:hover {
  background-position: 0% 100%;
}
.rts-post-2-inside .contents {
  padding: 0;
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 1;
}
.rts-post-2-inside .contents .post-bottom-info .item {
  color: #fff;
}
.rts-post-2-inside .contents .post-bottom-info .item img {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}
@media (max-width: 1200px) {
  .rts-post-2-inside:before {
    height: 100%;
  }
}
.rts-post-2-inside.rts-post-2-medium .contents {
  left: 10px;
  bottom: 10px;
}
@media (max-width: 859px) {
  .rts-post-2-inside .contents .post-title {
    font-size: 25px;
  }
}
@media (max-width: 500px) {
  .rts-post-2-inside .contents .post-title {
    font-size: 23px;
    line-height: 30px;
  }
}
@media (max-width: 440px) {
  .rts-post-2-inside .contents {
    padding-left: 0 !important;
    left: 10px;
    padding-left: 0;
  }
  .rts-post-2-inside .contents .post-title {
    font-size: 20px;
    line-height: 27px;
  }
}
@media (max-width: 400px) {
  .rts-post-2-inside .contents .post-title a {
    font-size: 17px;
    line-height: 25px;
  }
}

.rts-post-2-wide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rts-post-2-wide .post-picture {
  max-width: 370px;
  width: 100%;
}
.rts-post-2-wide .contents {
  padding: 0 25px;
}
.rts-post-2-wide .contents .post-title {
  margin-bottom: 10px;
  max-width: unset;
}
.rts-post-2-wide .contents .post-title a {
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
}
.rts-post-2-wide .contents p {
  margin-bottom: 10px;
}
.rts-post-2-wide .contents .read-more-btn {
  margin-top: 15px;
}
@media (max-width: 1080px) {
  .rts-post-2-wide .contents .post-title a {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  .rts-post-2-wide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .rts-post-2-wide .post-picture {
    max-width: unset;
    width: 100%;
    margin-bottom: 20px;
  }
  .rts-post-2-wide .read-more-btn {
    margin-top: 15px;
    margin-bottom: 30px;
  }
}
@media (max-width: 400px) {
  .rts-post-2-wide .contents {
    padding: 0 17px;
  }
  .rts-post-2-wide .contents .post-title a {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    display: inline-block;
  }
}
@media (max-width: 330px) {
  .rts-post-2-wide .post-bottom-info-3 .content .post-date {
    margin-top: 5px;
    display: block !important;
  }
  .rts-post-2-wide .post-bottom-info-3 .content .post-date .post-age::before {
    display: none;
  }
}

@media (max-width: 860px) {
  .popular-stories .rts-post-small .contents .post-title a {
    font-size: 18px !important;
  }
}
@media (max-width: 440px) {
  .popular-stories .rts-post-small .contents .post-title a {
    font-size: 16px !important;
  }
}

.shop-now-box {
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.shop-now-box .picture {
  position: relative;
}
.shop-now-box .picture::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #040404;
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
}
.shop-now-box:hover img {
  -webkit-transform: scale(110%);
          transform: scale(110%);
}
.shop-now-box:hover::before {
  opacity: 40%;
}
.shop-now-box .contents {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
}
.shop-now-box .contents .collection-text {
  font-size: 12px;
  line-height: 16px;
  color: #B79B6C;
}
.shop-now-box .contents .title {
  font-size: 30px;
  line-height: 39px;
  color: #fff;
  margin-bottom: 45px;
}
@media (max-width: 1200px) {
  .shop-now-box {
    width: 100%;
  }
  .shop-now-box .picture {
    width: 100%;
  }
  .shop-now-box .picture img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .shop-now-box .contents .title {
    font-size: 24px;
  }
}
.shop-now-box.shop-now-box2 {
  position: relative;
}
.shop-now-box.shop-now-box2 .collection-text {
  min-width: 200px;
  position: absolute;
  top: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
  padding: 15px 20px;
  border-radius: 7px;
  z-index: 2;
}
.shop-now-box.shop-now-box2 .contents .title {
  margin-bottom: 20px;
}

.collection-box-wide {
  overflow: hidden;
  position: relative;
}
.collection-box-wide:hover img {
  -webkit-transform: scale(110%);
          transform: scale(110%);
}
.collection-box-wide:hover::before {
  opacity: 0.4;
}
.collection-box-wide .box-bg {
  width: 705px;
  position: relative;
}
.collection-box-wide .box-bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #040404;
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
}
.collection-box-wide .box-bg img {
  width: 100%;
}
.collection-box-wide .contents {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
}
.collection-box-wide .contents .pretitle {
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
}
.collection-box-wide .contents .title {
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  line-height: 39px;
}
@media (max-width: 768px) {
  .collection-box-wide .contents .title {
    font-size: 24px;
  }
}

.filterd-items {
  visibility: visible;
  opacity: 1;
  position: relative;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
  height: auto;
}

.filterd-items.hide {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: none;
  transition: none;
  height: 0;
  overflow: hidden;
}

.filterd-items2.hide {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: none;
  transition: none;
  height: 0;
  overflow: hidden;
}

.newsletter {
  position: relative;
  background: #F5F5F5;
  padding: 40px 20px;
}
.newsletter .newsletter-icon {
  margin-bottom: 10px;
  max-width: 60px;
}
.newsletter .newsletter-title {
  color: #0E1013;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
.newsletter p {
  color: #0E1013;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 20px;
}
.newsletter form {
  width: 100%;
}
.newsletter .input-div {
  width: 100%;
  margin-bottom: 15px;
}
.newsletter input {
  width: 100%;
  color: #737373;
  font-size: 14px;
  padding: 15px;
  -webkit-box-shadow: 0px 2px 4px rgba(14, 16, 19, 0.1);
          box-shadow: 0px 2px 4px rgba(14, 16, 19, 0.1);
}
.newsletter .subscribe-btn {
  background: #1D72FF;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  -webkit-transition: background 500ms;
  transition: background 500ms;
}
.newsletter .subscribe-btn:hover {
  background: #4e92ff;
}
.newsletter .foating-elements {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.instagram-moments {
  margin-left: 15px;
}
.instagram-moments .col-xl-4 {
  padding: 0;
}
.instagram-moments .moment-picture {
  position: relative;
  margin-bottom: 10px;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.instagram-moments .moment-picture::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0%;
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
}
.instagram-moments .moment-picture img {
  width: 100%;
}
.instagram-moments .moment-picture:hover .ig-icon {
  -webkit-transform: translate(-50%, -50%) scale(100%);
          transform: translate(-50%, -50%) scale(100%);
  opacity: 1;
}
.instagram-moments .moment-picture:hover::before {
  opacity: 30%;
}
.instagram-moments .moment-picture .ig-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 20px;
  -webkit-transform: translate(-50%, -50%) scale(60%);
          transform: translate(-50%, -50%) scale(60%);
  opacity: 0;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

@media (max-width: 1200px) {
  .news-box-container {
    max-width: 700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.scroll-top-btn {
  display: inline-block;
  background: #1D72FF;
  width: 40px;
  height: 60px;
  text-align: center;
  border-radius: 20px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  visibility: hidden;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  z-index: 99;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: -3px 3px 7px 0px rgba(0, 0, 0, 0.076);
          box-shadow: -3px 3px 7px 0px rgba(0, 0, 0, 0.076);
}
.scroll-top-btn i {
  color: #fff;
}
.scroll-top-btn .arrow-up {
  margin-top: 5px;
  margin-bottom: 10px;
}
.scroll-top-btn:hover {
  bottom: 40px;
}

.scroll-top-btn1 {
  background: var(--theme-color);
}

.scroll-top-btn4 {
  background: var(--theme-color);
}
.scroll-top-btn4 i {
  color: #0E1013;
}

.navbar-sticky {
  -webkit-animation: none;
          animation: none;
}

.sticked-navbar .logo {
  display: none;
}

.sticky-menu,
.sticky-menu-mobile {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.16);
  z-index: 50;
  -webkit-animation: slideDown 0ms;
          animation: slideDown 0ms;
}
.sticky-menu .navbar-part1 .rts-menu,
.sticky-menu-mobile .navbar-part1 .rts-menu {
  padding: 7px 20px;
  margin-top: 0;
}
.sticky-menu .navbar-part1 .rts-menu .menu-item,
.sticky-menu-mobile .navbar-part1 .rts-menu .menu-item {
  color: #0E1013;
  background: transparent;
}
.sticky-menu .sticked-navbar .logo,
.sticky-menu-mobile .sticked-navbar .logo {
  display: block;
}
.sticky-menu .quick-weather,
.sticky-menu-mobile .quick-weather {
  display: none;
}
.sticky-menu .navbar-part,
.sticky-menu-mobile .navbar-part {
  margin-bottom: 0 !important;
}
.sticky-menu .header-action-items,
.sticky-menu-mobile .header-action-items {
  margin-top: 0 !important;
}

.sticky-menu-mobile {
  display: none;
}
@media (max-width: 900px) {
  .sticky-menu-mobile {
    display: block;
  }
}

.navbar-coupon-code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
}
.navbar-coupon-code .icon {
  margin-right: 10px;
}
.navbar-coupon-code .content span {
  display: block;
}
.navbar-coupon-code .content .title {
  color: #6f8294;
  font-size: 10px;
  line-height: 18px;
}
.navbar-coupon-code .content .code {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
}

.scroll-top-btn.jumpTop {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.slider-div {
  position: relative;
  min-width: 130%;
  right: 0;
}

.slider-navigation {
  position: absolute;
  width: 100%;
  bottom: 377px;
  left: 0;
  z-index: 3;
}
.slider-navigation .slider-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  color: #90c320;
}
.slider-navigation .slider-btn:hover {
  background: var(--theme-color);
  color: #fff;
}
.slider-navigation .slider-btn::after {
  display: none;
}
.slider-navigation .slider-btn.swiper-button-disabled {
  opacity: unset;
}
.slider-navigation .slider-btn.swiper-button-disabled i {
  opacity: 0.4;
}
@media (max-width: 1480px) {
  .slider-navigation {
    left: 0;
  }
}
@media (max-width: 1200px) {
  .slider-navigation {
    position: relative;
    bottom: 160px;
    left: -30px;
    width: 195px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    bottom: 200px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .slider-navigation .slider-btn {
    position: relative;
  }
  .slider-navigation .slider-btn {
    -webkit-box-shadow: 5px 8px 14px 2px rgba(0, 0, 0, 0.13);
            box-shadow: 5px 8px 14px 2px rgba(0, 0, 0, 0.13);
  }
}
@media (max-width: 700px) {
  .slider-navigation {
    bottom: 100px;
  }
}

.product-item {
  position: relative;
}
.product-item .product-price .old-price {
  color: #999999;
  text-decoration: line-through;
  margin-left: 5px;
}
.product-item .product-features {
  position: absolute;
  top: 5%;
  left: 10%;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  z-index: 1;
}
.product-item .product-features .product-tag {
  width: 50px;
  height: 25px;
  font-size: 12px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6px;
  background: #fff;
  color: #fff;
  margin-bottom: 10px;
}
.product-item .product-features .product-tag.new-tag {
  background: #72a398;
}
.product-item .product-features .product-tag.hot-tag {
  background: #4b46b9;
}
.product-item .product-features .product-tag.discount-tag {
  background: #d83232;
}
.product-item .product-features.product-features3 .product-tag {
  height: 50px;
  border-radius: 50%;
}
.product-item .product-features.product-features3 .product-tag.new-tag {
  background: #ffbd27;
  color: #040404;
}
.product-item .product-features.product-features3 .product-tag.hot-tag {
  background: var(--theme-color);
}
.product-item .product-features.product-features2 .product-tag {
  height: 50px;
  border-radius: 50%;
}
.product-item .product-features.product-features2 .product-tag.new-tag {
  background: var(--theme-color);
}
.product-item .product-features.product-features2 .product-tag.hot-tag {
  background: var(--theme-color);
}
.product-item .product-actions {
  position: absolute;
  top: 5%;
  right: 10%;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  -webkit-transition: all 300ms;
  transition: all 300ms;
  z-index: 1;
}
.product-item .product-actions .product-action {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6px;
  background: #fff;
  color: #040404;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.108);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.108);
}
.product-item .product-actions.product-actions2 .product-action {
  border-radius: 50%;
}
.product-item:hover .product-actions {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.image-hover-variations {
  margin-bottom: 0 !important;
}
.image-hover-variations .image-vari2 {
  max-width: 0;
  opacity: 0;
  position: absolute;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.image-hover-variations .image-vari1 {
  opacity: 1;
  position: relative;
}
.image-hover-variations .image-vari {
  height: auto;
  overflow: hidden;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
.image-hover-variations .image-vari img {
  width: 100%;
}

.image-hover-variations {
  display: block;
  overflow: hidden;
  background: #E5E5E5;
}
.image-hover-variations:hover .image-vari1 {
  opacity: 0;
  max-width: 0;
  position: absolute;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.image-hover-variations:hover .image-vari2 {
  opacity: 1;
  max-width: 100%;
  position: relative;
  -webkit-transform: scale(105%);
          transform: scale(105%);
}

.image-slider-variations {
  display: block;
}
.image-slider-variations .swiper {
  margin-bottom: -23px;
}
.image-slider-variations .slider-buttons {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(90%);
          transform: scale(90%);
  position: absolute;
  top: 130px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 15px;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  z-index: 10;
}
.image-slider-variations .slider-buttons .slider-btn {
  background: #fff;
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.image-slider-variations .slider-buttons .slider-btn i {
  color: #0E1013;
}

.image-slider-variations3 .swiper {
  margin-bottom: 0;
}

.image-gallery-variations {
  display: block;
  overflow: visible;
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
}
.image-gallery-variations .swiper {
  margin-bottom: -23px;
}

.image-gallery-variations3 .swiper {
  margin-bottom: 0;
}

.thumbs-area {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  position: absolute;
  bottom: 107px;
  left: 60px;
  width: 100%;
  z-index: 20;
  -webkit-transition: opacity 0.7s, visibility 0.7s ease, -webkit-transform 0.7s;
  transition: opacity 0.7s, visibility 0.7s ease, -webkit-transform 0.7s;
  transition: transform 0.7s, opacity 0.7s, visibility 0.7s ease;
  transition: transform 0.7s, opacity 0.7s, visibility 0.7s ease, -webkit-transform 0.7s;
}
.thumbs-area .swiper-slide {
  border: 3px solid #F5F5F5;
  cursor: pointer;
}

.element-item2:hover .slider-buttons {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.element-item3:hover .image-gallery-variations {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}
.element-item3:hover .thumbs-area {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.action-item .icon {
  position: relative;
}

.icon-dot {
  width: 18px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--theme-color);
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  position: absolute;
  top: -11px;
  right: -14px;
  display: -ms-grid;
  display: grid;
  place-items: center;
}

.cart-bar.show {
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.cart-bar {
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  width: 360px;
  height: 100%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  visibility: hidden;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 100;
}
.cart-bar .cart-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #E7E7E7;
}
.cart-bar .cart-header .cart-heading {
  font-size: 17px;
  font-weight: 500;
  color: #404040;
}
.cart-bar .product-area3 .product-item .bottom-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cart-bar .product-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #E7E7E7;
}
.cart-bar .product-item:last-child {
  margin-bottom: 0;
}
.cart-bar .product-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cart-bar .product-detail span {
  display: inline-block;
  line-height: 19px !important;
}
.cart-bar .product-detail .product-thumb {
  margin-right: 15px;
  max-width: 75px;
}
.cart-bar .product-detail .product-name {
  font-size: 14px;
  font-weight: 400;
  color: #0E1013;
}
.cart-bar .product-detail .product-variation span {
  color: #868686;
  font-family: roboto;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
}
.cart-bar .product-detail .product-qnty {
  margin-right: 5px;
}
.cart-bar .product-detail .product-qnty,
.cart-bar .product-detail .product-price {
  color: #404040;
  font-weight: 500;
  font-size: 13px;
  font-family: roboto;
}
.cart-bar .cart-edit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.cart-bar .cart-edit .item-wrapper {
  display: inline-block;
}
.cart-bar .cart-edit .quantity-edit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #E7E7E7;
  padding: 3px 10px;
  border-radius: 5px;
  margin-bottom: 3px;
}
.cart-bar .cart-edit .quantity-edit input {
  text-align: center;
  max-width: 40px;
}
.cart-bar .cart-edit .quantity-edit button {
  background: none;
  font-size: 0;
}
.cart-bar .cart-edit .quantity-edit button i {
  font-size: 14px;
  color: #C0C0C0;
}
.cart-bar .cart-edit .product-edit {
  margin-right: 15px;
}
.cart-bar .cart-edit .product-edit i {
  font-size: 13px;
  color: #868686;
}
.cart-bar .cart-edit .delete-cart i {
  font-size: 16px;
  color: #4E4E4E;
  margin-top: 5px;
}
.cart-bar .cart-bottom-area {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cart-bar .cart-bottom-area .spend-shipping {
  margin-bottom: 30px;
  background: #F5F5F5;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 500;
  color: #404040;
  text-align: center;
}
.cart-bar .cart-bottom-area .spend-shipping .amount {
  font-weight: 700;
  color: #040404;
}
.cart-bar .cart-bottom-area .spend-shipping i {
  font-size: 15px;
  margin-right: 7px;
}
.cart-bar .cart-bottom-area .total-price {
  font-size: 18px;
  color: #868686;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.cart-bar .cart-bottom-area .cart-btn {
  width: 100%;
  padding: 10px 20px;
  border-radius: 7px;
  font-size: 14px;
  text-align: center;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.cart-bar .cart-bottom-area .checkout-btn {
  border: 1px solid #90c320;
  margin-bottom: 10px;
}
.cart-bar .cart-bottom-area .checkout-btn:hover {
  background: #90c320;
  color: var(--theme-color);
}
.cart-bar .cart-bottom-area .view-btn {
  border: 1px solid transparent;
  background: #90c320;
  color: #fff;
}
.cart-bar .cart-bottom-area .view-btn:hover {
  background: var(--theme-color);
}
@media (max-width: 768px) {
  .cart-bar {
    width: 100%;
  }
}

.close-cart {
  cursor: pointer;
}

.rating-stars-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rating-stars-group .rating-star i {
  font-size: 14px;
  color: #B79B6C;
  margin-right: 5px;
}
.rating-stars-group .rating-star.blank-star i {
  color: #CDCDCD;
}

.product-item4 {
  padding: 40px;
  border: 1px solid #eeeeee;
  border-radius: 6px;
}

.product-item2 .product-item4:hover .product-image img {
  -webkit-transform: scale(110%);
          transform: scale(110%);
}
.product-item2 .product-item4 .product-image {
  overflow: hidden;
  margin-bottom: 20px !important;
}
.product-item2 .product-item4 .bottom-content {
  text-align: center;
}
.product-item2 .product-item4 .bottom-content .product-catagory {
  display: block;
  font-size: 12px;
  color: #999999;
  margin-bottom: 5px;
}
.product-item2 .product-item4 .bottom-content .product-name {
  font-weight: 700 !important;
  font-size: 16px !important;
}
.product-item2 .product-item4 .bottom-content .action-wrap .product-price {
  color: var(--theme-color);
}
.product-item2 .product-item4.element-item3 .thumbs-area {
  bottom: 102px;
}

.cart-bar-inner .checkout-btn:hover {
  color: #fff !important;
}

.product-item.product-item4:hover .action-wrap .addto-cart {
  -webkit-transform: translateY(-27px);
          transform: translateY(-27px);
}
.product-item.product-item4 .product-catagory {
  font-size: 12px;
  color: #777777;
  display: block;
}
.product-item.product-item4 .product-name {
  font-size: 16px;
  color: #031424;
  margin-bottom: 10px;
}
.product-item.product-item4 .action-wrap {
  max-height: 25px;
}
.product-item.product-item4 .product-price {
  font-size: 16px;
  color: #0070dc;
}
.product-item.product-item4 .wishlist-btn {
  display: inline-block;
  margin-left: auto;
  background: none;
  -webkit-transition: color 200ms !important;
  transition: color 200ms !important;
}
.product-item.product-item4 .wishlist-btn:hover {
  color: red;
}
.product-item.product-item4 .flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-box {
  background-image: url("../images/background/productbg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 7px;
  overflow: hidden;
}
.product-box:hover .product-thumb {
  -webkit-transform: scale(105%);
          transform: scale(105%);
}
.product-box .product-thumb {
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
}
.product-box.product-box-large {
  padding: 146px 80px;
  margin-right: 10px;
  position: relative;
}
.product-box.product-box-large .product-thumb {
  max-width: 530px;
  position: absolute;
  right: 10%;
}
.product-box.product-box-large .product-thumb img {
  max-width: 100%;
}
.product-box.product-box-large .pretitle {
  font-size: 14px;
  padding: 4px 20px;
  border-radius: 5px;
  margin-bottom: 25px;
  background: var(--theme-color);
}
.product-box.product-box-large .product-title {
  font-size: 50px;
  line-height: 60px;
  font-weight: 400;
  color: #031424;
  margin-bottom: 30px;
}
.product-box.product-box-large .product-title span {
  font-weight: 700;
}
.product-box.product-box-large .product-price {
  padding: 10px 40px;
  padding-bottom: 20px;
  background: #fff;
  border-radius: 7px;
  font-size: 30px;
  line-height: 30px;
  color: #ef262c;
}
.product-box.product-box-large .product-price span {
  font-size: 12px;
  color: #031424;
  display: block;
}
.product-box.product-box-medium {
  padding: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}
.product-box.product-box-medium:hover .product-thumb {
  -webkit-transform: scale(105%);
          transform: scale(105%);
}
.product-box.product-box-medium.product-box-bg {
  background-image: url("../images/background/productbghover.webp");
  background-size: 120%;
}
.product-box.product-box-medium.product-box-bg .contents .pretitle {
  color: #c7c7c7;
}
.product-box.product-box-medium.product-box-bg .contents .product-title {
  color: #fff;
}
.product-box.product-box-medium.product-box-bg .contents .product-title span {
  color: #fff;
}
.product-box.product-box-medium.product-box-bg .contents p {
  color: #fff;
}
.product-box.product-box-medium.product-box-bg .contents .go-btn {
  color: #fff;
}
.product-box.product-box-medium .product-thumb {
  max-width: 95px;
}
.product-box.product-box-medium .contents .pretitle {
  font-size: 14px;
  padding: 2px 20px;
  border-radius: 5px;
  margin-bottom: 20px;
  background: var(--theme-color);
}
.product-box.product-box-medium .contents .product-title {
  font-size: 24px;
  line-height: 34px;
  color: #c9c9c9;
  font-weight: 500;
}
.product-box.product-box-medium .contents .product-title span {
  color: #031424;
  font-weight: 700;
}
.product-box.product-box-medium .contents p {
  font-size: 14px;
  line-height: 34px;
  color: #777777;
  margin-bottom: 0;
}
.product-box.product-box-medium .go-btn {
  font-size: 14px;
  line-height: 34px;
  color: #777777;
}
.product-box.product-box-medium .go-btn:hover {
  color: #90c320;
}
.product-box.product-box-medium .go-btn:hover i {
  margin-left: 7px;
}
.product-box.product-box-medium .go-btn i {
  margin-left: 3px;
}
.product-box.product-box-medium.product-box-medium2 .pretitle {
  background: none;
  padding: 0;
  font-size: 20px;
  line-height: 32px;
  color: #ef262c;
  margin-bottom: 0;
}
.product-box.product-box-medium.product-box-medium2 .product-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  color: #031424;
  margin-bottom: 25px;
}
.product-box.product-box-medium.product-box-medium3 .pretitle {
  background: none;
  padding: 0;
  font-size: 12px;
  line-height: 34px;
  color: #ef262c;
  margin-bottom: 0;
  letter-spacing: 3px;
}
.product-box.product-box-medium.product-box-medium3 .product-title {
  font-size: 30px;
  line-height: 34px;
  color: #031424;
  margin-bottom: 25px;
}

.detail-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.detail-product .product-thumb img {
  width: 100%;
}
.detail-product .side-box .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 46px 40px;
  border-radius: 6px;
  border: 1px solid #e7e7e7;
}
.detail-product .side-box .product .product-thumb {
  max-width: 410px;
  margin-bottom: 10px;
}
.detail-product .side-box .product .contents {
  width: 100%;
  position: relative;
}
.detail-product .side-box .product .contents .product-catagory {
  font-size: 12px;
  color: #777777;
  margin-bottom: 0;
  font-weight: 400;
}
.detail-product .side-box .product .contents .product-title {
  font-size: 16px;
  line-height: 20px;
  color: #031424;
  margin-bottom: 5px;
}
.detail-product .side-box .product .contents .product-price {
  font-size: 16px;
  color: #0070dc;
  margin-bottom: 0;
}
.detail-product .side-box .product .contents .product-price .old-price {
  font-size: 16px;
  margin-left: 10px;
}
.detail-product .side-box .product .contents .cart-btn {
  position: absolute;
  bottom: 10px;
  right: 30px;
  background: #00a046;
}
.detail-product .side-box .product .contents .cart-btn i {
  color: #fff;
}
.detail-product .section-header .flex-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.detail-product .section-header .countdown {
  margin-left: 10px;
}
.detail-product .section-header .go-btn {
  color: #0070dc;
}
.detail-product .contents .rating-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.detail-product .contents .rating-area .rating-qnty {
  font-size: 14px;
  color: #777777;
}
.detail-product .contents .rating-area .rating-stars-group .rating-star i {
  color: #ffbd27;
}
.detail-product .contents .product-title {
  font-size: 24px;
  line-height: 34px;
  color: #031424;
  margin-bottom: 30px;
  max-width: 315px;
}
.detail-product .contents .product-price {
  font-size: 50px;
  line-height: 34px;
  color: #0070dc;
  margin-bottom: 35px;
}
.detail-product .contents .product-price .old-price {
  font-size: 30px;
  color: #cad0d6;
  font-weight: 400;
  text-decoration: line-through;
}
.detail-product .product-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.detail-product button {
  display: block;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6px;
  padding: 0 15px;
  background: none;
  border: 1px solid #e7e7e7;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}
.detail-product button:hover {
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.169);
          box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.169);
}
.detail-product .select-option-btn {
  font-size: 16px;
  line-height: 34px;
  padding: 0 20px;
  font-weight: 700;
  margin-right: 10px;
}
.detail-product .wishlist-btn {
  margin-right: 10px;
}

.flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.countdown .countdown-el {
  background: #0070dc;
  width: 37px;
  height: 37px;
  padding: 4px;
  border-radius: 5px;
  margin-right: 5px;
  padding-left: 9px;
}
.countdown .countdown-el .value {
  margin-top: 9px;
  margin-bottom: 1px;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  line-height: 0;
}
.countdown .countdown-el span {
  font-size: 10px;
  font-weight: 400;
  color: #94caff;
  line-height: 0;
}

.cart-edit {
  margin-right: 20px;
}
.cart-edit .quantity-edit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 10px;
  border-radius: 5px;
}
.cart-edit .quantity-edit input {
  text-align: center;
  max-width: 55px;
  font-size: 16px;
  font-weight: 700;
  color: #90c320;
}
.cart-edit .quantity-edit button {
  background: none;
  font-size: 0;
}
.cart-edit .quantity-edit button i {
  font-size: 16px;
  color: #d3d3d3;
}

.side-sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}

.menu-tag {
  color: #fff;
  border-radius: 4px;
  padding: 1px 5px;
  font-size: 10px;
  margin-left: 7px;
}

.new-tag {
  background: var(--theme-color);
}

.hot-tag {
  background: #B79B6C;
}

.rts-newsletter-popup {
  position: fixed;
  top: 20%;
  left: 50%;
  max-width: 605px;
  width: 90%;
  border-radius: 6px;
  background: #fff;
  z-index: 99;
  visibility: hidden;
  -webkit-transform: translateX(-50%) scale(70%);
          transform: translateX(-50%) scale(70%);
  opacity: 0;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  -webkit-animation: pop 300ms;
          animation: pop 300ms;
}
.rts-newsletter-popup.popup {
  visibility: visible;
  -webkit-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
  opacity: 1;
}
.rts-newsletter-popup .newsletter-inner {
  padding: 75px 50px;
}
.rts-newsletter-popup .newsletter-inner .newsletter-heading {
  font-size: 30px;
  margin-bottom: 10px;
}
.rts-newsletter-popup .newsletter-inner p {
  margin-bottom: 30px;
}
.rts-newsletter-popup .newsletter-inner .input-div {
  width: 100%;
  border-radius: 6px;
  border: 1px solid #f0f0f0;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.rts-newsletter-popup .newsletter-inner input {
  padding: 20px 25px;
  width: 100%;
  padding-right: 90px;
}
.rts-newsletter-popup .newsletter-inner .input-icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px solid #f0f0f0;
  height: 100%;
}
.rts-newsletter-popup .newsletter-inner .subscribe-btn {
  padding: 20px 0;
  width: 100%;
  border-radius: 6px;
  background: #90c320;
  color: #fff;
  font-size: 16px;
}
.rts-newsletter-popup .newsletter-inner .subscribe-btn:hover {
  background: #B79B6C;
}
.rts-newsletter-popup .newsletter-close-btn {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: -50px;
  right: -50px;
  cursor: pointer;
}
.rts-newsletter-popup .newsletter-close-btn:hover i {
  color: red;
}
.rts-newsletter-popup .newsletter-close-btn i {
  color: #90c320;
  font-size: 18px;
}
@media (max-width: 768px) {
  .rts-newsletter-popup .newsletter-close-btn {
    top: -60px;
    right: -10px;
  }
  .rts-newsletter-popup .newsletter-inner {
    padding: 40px 20px;
  }
  .rts-newsletter-popup .newsletter-inner .newsletter-heading {
    font-size: 23px;
  }
  .rts-newsletter-popup .newsletter-inner input {
    padding: 15px 20px;
  }
}

.products-area3 .product-item .bottom-content {
  text-align: center;
}
.products-area3 .product-item .bottom-content .product-catagory {
  display: block;
  font-size: 12px;
  color: #999999;
}
.products-area3 .product-item .bottom-content .product-name {
  font-size: 16px;
  color: #040404;
  font-weight: 700;
}
.products-area3 .product-item .bottom-content .product-price {
  color: #90c320;
}

/**------------------------------------------------------------------
 * Animation Start Here
 */
@-webkit-keyframes zoom-in-out-bg {
  0% {
    background-size: 100%;
  }
  50% {
    background-size: 150%;
  }
  100% {
    background-size: 100%;
  }
}
@keyframes zoom-in-out-bg {
  0% {
    background-size: 100%;
  }
  50% {
    background-size: 150%;
  }
  100% {
    background-size: 100%;
  }
}
@-webkit-keyframes slide-down {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-down {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes slide-up {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
}
@keyframes slide-up {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-webkit-keyframes pop {
  0% {
    -webkit-transform: scale(0) translateX(-50%);
            transform: scale(0) translateX(-50%);
  }
  60% {
    -webkit-transform: scale(105%) translateX(-50%);
            transform: scale(105%) translateX(-50%);
  }
  100% {
    -webkit-transform: scale(1) translateX(-50%);
            transform: scale(1) translateX(-50%);
  }
}
@keyframes pop {
  0% {
    -webkit-transform: scale(0) translateX(-50%);
            transform: scale(0) translateX(-50%);
  }
  60% {
    -webkit-transform: scale(105%) translateX(-50%);
            transform: scale(105%) translateX(-50%);
  }
  100% {
    -webkit-transform: scale(1) translateX(-50%);
            transform: scale(1) translateX(-50%);
  }
}
.marquee {
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 200px;
  overflow-x: hidden;
}

.track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  -webkit-animation: marquee 32s linear infinite;
          animation: marquee 32s linear infinite;
}

/**------------------------------------------------------------------
 * Animation End Here
 */
/**------------------------------------------------------------------
 * Fucntion Start Here
 */
.check-option {
  display: block;
  margin-bottom: 15px;
}

.check-option input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.check-option label {
  position: relative;
  cursor: pointer;
}

.check-option label:before {
  position: absolute;
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #BFC3C7;
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  border-radius: 4px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-transition: background 500ms;
  transition: background 500ms;
}

.check-option input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 6px;
  width: 4px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.check-option input:checked + label:before {
  background: #1D72FF;
  border: 1px solid #1D72FF;
}

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 14px;
  color: #90c320;
  width: 173px;
  height: 53px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #EFEFEF;
  padding: 10px 15px;
  padding-top: 15px;
  border-radius: 7px 0 0 7px;
  max-width: 150px;
  border: none;
}
.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-color: #040404 transparent transparent transparent;
  position: absolute;
  top: 24px;
  margin-left: 5px;
}
.select-styled.active {
  background-color: var(--theme-color);
  color: #fff;
}
.select-styled.active:after {
  -webkit-transform: rotate(180deg) translateY(-10px);
          transform: rotate(180deg) translateY(-10px);
}
.select-styled.active:after {
  top: 9px;
  border-color: #fff transparent transparent transparent;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  border-radius: 7px;
  list-style: none;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.142);
          box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.142);
}
.select-options li {
  margin: 0;
  padding: 12px 0;
  padding-left: 30px;
  text-indent: 0;
}
.select-options li:hover, .select-options li.is-selected {
  color: #fff;
  background: var(--theme-color);
}
.select-options li[rel=hide] {
  display: none;
}

.noContent {
  color: #000 !important;
  background-color: transparent !important;
  pointer-events: none;
}

.rts-latest-section .content {
  display: none;
}

.zoom {
  background-position: 50% 50%;
  background-size: 150%;
  position: relative;
  overflow: hidden;
  cursor: url("../images/icons/doubleplus.png"), auto;
}

.zoom img:hover {
  opacity: 0;
}

.zoom img {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  display: block;
  width: 100%;
}

.nstSlider {
  background: none;
  width: 100%;
  height: 3px;
  background: #f0f0f0;
  margin-bottom: 13px;
}
.nstSlider .bar {
  max-width: 100% !important;
  background: #90c320;
  height: 3px;
  top: 0;
}
.nstSlider .price-range-grip {
  background: #90c320;
  width: 11px;
  height: 11px;
  top: -3.6px;
}

.range-label-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5px;
}
.range-label-area .range-lbl {
  font-size: 14px;
  color: #999999;
  font-weight: 500;
  margin-right: 5px;
}
.range-label-area .currency-symbol {
  font-weight: 500;
}
.range-label-area .price-range-label {
  font-weight: 500;
}

/**------------------------------------------------------------------
 * Fucntion End Here
 */
.rts-menu .has-dropdown .menu-item i {
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  margin-left: 2px;
  font-size: 16px;
  display: inline-block;
}
.rts-menu .has-dropdown:hover .menu-item i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.rts-menu .has-dropdown ul .has-dropdown:hover a i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.rts-menu .dropdown-ul {
  padding: 0;
  background: #fff;
  border-top: 3px solid var(--theme-color);
  -webkit-box-shadow: 9px 9px 22px -1px rgba(0, 0, 0, 0.12);
          box-shadow: 9px 9px 22px -1px rgba(0, 0, 0, 0.12);
}
.rts-menu .dropdown-li {
  margin: 0;
  padding: 0;
}
.rts-menu .dropdown-link,
.rts-menu .dropdown-sub-link {
  padding: 15px 20px;
  padding-right: 100px;
  background: #fff;
  border-bottom: 1px solid #f2f2f2;
  -webkit-transition: padding 400ms ease;
  transition: padding 400ms ease;
}
.rts-menu .dropdown-link::before,
.rts-menu .dropdown-sub-link::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 12px;
  width: 6px;
  height: 2px;
  background: #90c320;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.rts-menu .dropdown-link:hover,
.rts-menu .dropdown-sub-link:hover {
  padding: 15px 30px;
  padding-right: 90px;
}
.rts-menu .dropdown-link:hover::before,
.rts-menu .dropdown-sub-link:hover::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.rts-menu .sub-dropdown {
  left: 100%;
  top: -1px;
  border-top: 3px solid var(--theme-color);
}
.rts-menu .has-dropdown.second-level a i {
  margin-left: 10px;
}

.side-mobile-menu1 ul li a:hover {
  color: var(--theme-color);
}
.side-mobile-menu1 .has-dropdown .mm-link:hover {
  color: var(--theme-color);
}
.side-mobile-menu1 .has-dropdown.firstlvl.mm-active .mm-link {
  color: var(--theme-color);
}
.side-mobile-menu1 .has-dropdown.thirdlvl.mm-active .mm-link-3 {
  color: var(--theme-color);
}

.slider-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navigation-btn {
  background: #fff;
  border: 2px solid rgba(14, 16, 19, 0.1);
  border-radius: 6px;
  padding: 10px 18px;
  -webkit-transition: 500ms;
  transition: 500ms;
}
.navigation-btn:hover {
  background: #FF1856;
  color: #fff;
}
.navigation-btn i {
  font-size: 18px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.swiper-button-prev {
  margin-right: 7px;
}

.hamburger {
  display: none;
  position: relative;
  right: unset;
  padding: 10px 25px 11px 0px;
  margin-left: 30px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .hamburger {
    display: unset;
  }
}
@media (max-width: 400px) {
  .hamburger {
    margin-left: 15px;
  }
}
.hamburger.move {
  z-index: 10;
}

.hamburger-1 {
  display: none;
  position: relative;
  right: unset;
  padding: 10px 25px 11px 0px;
  margin-left: 30px;
  cursor: pointer;
}
@media (max-width: 900px) {
  .hamburger-1 {
    display: unset;
  }
}
@media (max-width: 400px) {
  .hamburger-1 {
    margin-left: 15px;
  }
}
.hamburger-1.move {
  z-index: 10;
}

.mobile-hamburger {
  position: absolute;
  top: 6px;
  right: -7px;
  -webkit-transform: scale(70%);
          transform: scale(70%);
  padding: 25px 30px;
  background: #ffffff40;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.152);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.152);
  display: -ms-grid;
  display: grid;
  place-items: center;
}
.mobile-hamburger:hover span,
.mobile-hamburger:hover span:before,
.mobile-hamburger:hover span:after {
  background: #FF1856;
}

.mobile-hamburger-1 {
  position: absolute;
  top: 6px;
  right: -7px;
  -webkit-transform: scale(70%);
          transform: scale(70%);
  padding: 25px 30px;
  background: #ffffff40;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.152);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.152);
  display: -ms-grid;
  display: grid;
  place-items: center;
}
.mobile-hamburger-1:hover span,
.mobile-hamburger-1:hover span:before,
.mobile-hamburger-1:hover span:after {
  background: #FF1856;
}

.hamburger span,
.hamburger span:before,
.hamburger span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 35px;
  background: #0E1013;
  position: absolute;
  display: inline-block;
  content: "";
}
@media (max-width: 1200px) {
  .hamburger span,
.hamburger span:before,
.hamburger span:after {
    width: 25px;
  }
}

.hamburger-1 span,
.hamburger-1 span:before,
.hamburger-1 span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 35px;
  background: #0E1013;
  position: absolute;
  display: inline-block;
  content: "";
}
@media (max-width: 1200px) {
  .hamburger-1 span,
.hamburger-1 span:before,
.hamburger-1 span:after {
    width: 25px;
  }
}

.hamburger span:before {
  top: -7px;
}

.hamburger span:after {
  bottom: -7px;
}

#hamburger span,
#hamburger span:before,
#hamburger span:after {
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.hamburger span,
.hamburger span:before,
.hamburger span:after {
  -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  /* easeInOutCubic */
}

.hamburger.active span {
  background-color: transparent;
}

.hamburger.active span:before,
.hamburger.active span:after {
  top: 0;
}

.hamburger.active span:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger.active span:after {
  -webkit-transform: translateY(-10px) rotate(-45deg);
          transform: translateY(-10px) rotate(-45deg);
  top: 10px;
}

.hamburger-1 span:before {
  top: -7px;
}

.hamburger-1 span:after {
  bottom: -7px;
}

#hamburger-1 span,
#hamburger-1 span:before,
#hamburger-1 span:after {
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.hamburger-1 span,
.hamburger-1 span:before,
.hamburger-1 span:after {
  -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  /* easeInOutCubic */
}

.hamburger-1.active span {
  background-color: transparent;
}

.hamburger-1.active span:before,
.hamburger-1.active span:after {
  top: 0;
}

.hamburger-1.active span:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger-1.active span:after {
  -webkit-transform: translateY(-10px) rotate(-45deg);
          transform: translateY(-10px) rotate(-45deg);
  top: 10px;
}

.slide-bar {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: -100%;
  width: 315px;
  padding: 30px 30px;
  padding-top: 20px;
  height: 100%;
  display: block;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  z-index: 1900;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  -webkit-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
          box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  overflow: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.slide-bar::-webkit-scrollbar {
  display: none;
}
@media (max-width: 500px) {
  .slide-bar {
    width: 100%;
  }
}
.slide-bar .header-action-items {
  display: none;
  margin-top: auto;
}
@media (max-width: 370px) {
  .slide-bar .header-action-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.slide-bar.show {
  right: 0;
}

.open-mobile-menu {
  display: inline-block;
}
.open-mobile-menu a {
  display: block;
  width: 50px;
  height: 50px;
  background: #212121;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  margin-left: 20px;
  color: #fff;
}
.close-mobile-menu {
  position: absolute;
  top: 10px;
  left: 10px;
  background: gray;
  padding: 10px 20px;
}
.close-mobile-menu a {
  position: relative;
  z-index: 2;
  font-size: 16px;
  left: 0;
}
.close-mobile-menu a:hover {
  color: #ff0000;
}

.on-side {
  overflow: hidden;
}

.body-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1010;
  left: 0;
  opacity: 0;
  display: none;
}

.body-overlay.active {
  opacity: 1;
  display: block;
}

.side-mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.side-mobile-menu ul li a {
  padding: 13px 0;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.side-mobile-menu ul li a:hover {
  padding-left: 5px;
}
.side-mobile-menu ul li a a:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-width: 2px 0 0 2px;
  border-style: solid;
  border-color: initial;
  right: 0;
  top: 50%;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.side-mobile-menu ul li ul {
  padding-left: 0;
  list-style: none;
}
.side-mobile-menu ul li ul li {
  padding-left: 15px;
}
.side-mobile-menu ul li ul li:hover > a {
  padding-left: 20px;
}
.side-mobile-menu ul li ul li a {
  position: relative;
  padding-left: 15px;
  text-transform: capitalize;
  font-size: 14px;
}
.side-mobile-menu ul li ul li a:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}
.side-mobile-menu ul li.has-has-dropdown > a:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-width: 2px 0 0 2px;
  border-style: solid;
  border-color: initial;
  right: 0;
  top: 50%;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.offset-sidebar {
  position: relative;
}
.offset-sidebar .scrollbar-hidden::-webkit-scrollbar {
  display: none !important;
}
.offset-sidebar .offset-sidebar-bg {
  position: absolute;
  bottom: -250px;
  left: 65%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 170%;
  height: 380px;
}
.offset-sidebar .offset-sidebar-bg img {
  max-width: 100%;
}

.offset-widget.offset-logo {
  padding-top: 10px;
  padding-bottom: 30px;
  text-align: start;
}
.offset-widget .info-widget .offset-title {
  font-size: 20px;
  font-weight: 800;
}
.offset-widget .info-widget p {
  color: #999999;
}
.offset-widget .info-widget.info-widget2 p {
  margin-bottom: 35px;
}
.offset-widget .info-widget.info-widget2 p i {
  margin-right: 7px;
}
.offset-widget .info-widget .city-widget-item i {
  width: 50px;
  color: red;
}
.offset-widget .offset-social-link {
  margin-bottom: 80px;
}
.offset-widget .social-icons {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.offset-widget .social-icons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  aspect-ratio: 1;
  border-radius: 50%;
  margin-right: 10px;
}
.offset-widget .social-icons a:last-child {
  margin-right: inherit;
}
.offset-widget .social-icons a.fb {
  background: #1877f2;
}
.offset-widget .social-icons a.ttr {
  background: #1da1f2;
}
.offset-widget .social-icons a.yh {
  background: #410093;
}
.offset-widget .social-icons a.yt {
  background: #cd201f;
}
.offset-widget .social-icons i {
  color: white;
  font-size: 14px;
}
.offset-widget .slidebar-address {
  margin-bottom: 40px;
}
.offset-widget .slidebar-address span {
  font-size: 20px;
  font-weight: 600;
  line-height: 10px;
}
.offset-widget .slidebar-address p {
  margin-top: 16px;
  max-width: 180px;
  font-size: 16px;
}
.offset-widget .offset-sidebar-btn {
  width: 100%;
  text-align: center;
}
.offset-widget .offset-sidebar-btn i {
  margin-left: 10px;
}

.mm-link {
  font-size: 15px;
  position: relative;
}
.mm-link i {
  position: absolute;
  top: 25%;
  right: 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.mm-active .mm-link i {
  top: 25%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.side-mobile-menu1 .firstlvl.mm-active .mm-link {
  color: var(--theme-color);
}
.side-mobile-menu1 .thirdlvl.mm-active .mm-link-3 {
  color: var(--theme-color);
}
.side-mobile-menu1 .thirdlvl.mm-active .mm-link-3::after {
  -webkit-transform: rotate(225deg) !important;
          transform: rotate(225deg) !important;
}

.sub-menu a:hover {
  color: var(--theme-color);
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  max-width: 1240px;
  /* 1 */
  margin-left: auto;
  /* 2 */
  margin-right: auto;
  /* 2 */
  padding-left: 20px;
  /* 3 */
  padding-right: 20px;
  /* 3 */
  width: 100%;
  /* 1 */
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/**------------------------------------------------------------------
 * Preloader Start Here
 */
#rts__preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999;
}

@-webkit-keyframes preloader {
  0% {
    -webkit-transform: scale(60%) rotate(0deg);
            transform: scale(60%) rotate(0deg);
  }
  50% {
    -webkit-transform: scale(60%) rotate(90deg);
            transform: scale(60%) rotate(90deg);
  }
  100% {
    -webkit-transform: scale(60%) rotate(360deg);
            transform: scale(60%) rotate(360deg);
  }
}

@keyframes preloader {
  0% {
    -webkit-transform: scale(60%) rotate(0deg);
            transform: scale(60%) rotate(0deg);
  }
  50% {
    -webkit-transform: scale(60%) rotate(90deg);
            transform: scale(60%) rotate(90deg);
  }
  100% {
    -webkit-transform: scale(60%) rotate(360deg);
            transform: scale(60%) rotate(360deg);
  }
}
@-webkit-keyframes preloaderbg {
  0% {
    background: #fff;
    -webkit-backdrop-filter: blur(9px);
            backdrop-filter: blur(9px);
  }
  100% {
    background: rgba(255, 255, 255, 0);
  }
}
@keyframes preloaderbg {
  0% {
    background: #fff;
    -webkit-backdrop-filter: blur(9px);
            backdrop-filter: blur(9px);
  }
  100% {
    background: rgba(255, 255, 255, 0);
  }
}
.preloader {
  background: #fff;
  color: #000;
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.preloader-mask {
  overflow: hidden;
  padding-right: 2px;
}
.preloader-text {
  margin: 0;
  font-size: 40px;
  -webkit-transform: translateY(135%);
          transform: translateY(135%);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, -0.19, 0.42, 1.3);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, -0.19, 0.42, 1.3);
  transition: transform 0.3s cubic-bezier(0.4, -0.19, 0.42, 1.3);
  transition: transform 0.3s cubic-bezier(0.4, -0.19, 0.42, 1.3), -webkit-transform 0.3s cubic-bezier(0.4, -0.19, 0.42, 1.3);
}
.preloader .animate {
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.4, -0.19, 0.42, 1.3);
          animation-timing-function: cubic-bezier(0.4, -0.19, 0.42, 1.3);
}
.preloader .animate.slide-up {
  -webkit-animation-name: slideUp;
          animation-name: slideUp;
}
.preloader .animate.delay-1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.preloader .animate.delay-2 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.preloader.loaded .animate {
  -webkit-animation-name: slideDown;
          animation-name: slideDown;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.preloader.loaded .animate.delay-1 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.preloader.loaded .animate.delay-2 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(135%);
            transform: translateY(135%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideUp {
  0% {
    -webkit-transform: translateY(135%);
            transform: translateY(135%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-135%);
            transform: translateY(-135%);
  }
}
/**------------------------------------------------------------------
 * Preloader End Here
 */
/**------------------------------------------------------------------
 * Reset Start Here
 */
.container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

.header-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
@media (max-width: 1644px) {
  .header-container {
    padding: 0 100px;
  }
}
@media (max-width: 1080px) {
  .header-container {
    padding: 0 20px;
  }
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-15 {
  width: 33.3%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 33.3%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 33.3%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 33.3%;
    float: left;
  }
}
.col-xs-13,
.col-sm-13,
.col-md-13,
.col-lg-13 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

@media (min-width: 768px) {
  .col-sm-13 {
    width: 13%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-13 {
    width: 13%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-13 {
    width: 13%;
    float: left;
  }
}
.col-xs-25,
.col-sm-25,
.col-md-25,
.col-lg-25 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

@media (min-width: 768px) {
  .col-sm-25 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-25 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-25 {
    width: 20%;
    float: left;
  }
}
.col-xs-32,
.col-sm-32,
.col-md-32,
.col-lg-32 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

@media (min-width: 768px) {
  .col-sm-32 {
    width: 32%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-32 {
    width: 32%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-32 {
    width: 32%;
    float: left;
  }
}
.reduced-col-gap {
  padding: 0;
}

.no-col-gap {
  padding: 0;
}

.section-bg {
  background: #FAFAFA;
}

.brand-bg {
  background: #FF1856 !important;
}

.highlight-bg {
  background: #1D72FF !important;
}

.text-color1 {
  color: #040404;
}

.ad-area {
  display: block !important;
}

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

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

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

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

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

.mt--10 {
  margin-top: 10px !important;
}

.m-0 {
  margin: 0 !important;
}

.mb-0 {
  margin-bottom: 0;
}

.mb--5 {
  margin-bottom: 5px;
}

.mb--15 {
  margin-bottom: 15px;
}

.mb--20 {
  margin-bottom: 20px !important;
}

.mb--25 {
  margin-bottom: 25px;
}

.mb--30 {
  margin-bottom: 30px;
}

.mb--40 {
  margin-bottom: 40px !important;
}

.mb--50 {
  margin-bottom: 50px !important;
}

.mb--60 {
  margin-bottom: 60px;
}

.mb--70 {
  margin-bottom: 70px;
}

.mb--80 {
  margin-bottom: 80px !important;
}

.mb--100 {
  margin-bottom: 100px;
}

.mb--125 {
  margin-bottom: 125px;
}

.mr--5 {
  margin-right: 5px;
}

.mr--20 {
  margin-right: 20px;
}

.ml-auto {
  margin-left: auto;
}

.ml--5 {
  margin-left: 5px;
}

.ml--10 {
  margin-left: 10px;
}

.ml--15 {
  margin-left: 15px;
}

.ml--30 {
  margin-left: 30px;
}

.mr--5 {
  margin-right: 5px;
}

.mr--10 {
  margin-right: 10px;
}

.mr--15 {
  margin-right: 15px;
}

.mr--40 {
  margin-right: 40px;
}

.p-0 {
  padding: 0 !important;
}

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

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

.ptb--60 {
  padding: 60px 0;
}

.ptb--70 {
  padding: 70px 0;
}

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

.pb--100 {
  padding-bottom: 100px !important;
}

.border-none {
  border: none;
}

.section-gap {
  padding: 50px 0;
}
@media (max-width: 768px) {
  .section-gap {
    padding: 25px 0;
  }
}

.section-space {
  margin: 50px 0;
}
@media (max-width: 768px) {
  .section-space {
    margin: 25px 0;
  }
}

.section-gap-2 {
  padding: 40px 0;
}

.section-gap-100 {
  padding: 100px 0;
}
@media (max-width: 768px) {
  .section-gap-100 {
    padding: 50px 0;
  }
}

.gap-b-100 {
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .gap-b-100 {
    padding-bottom: 30px;
  }
}

.social-links .platform {
  width: 35px;
  height: 35px;
  border: 2px solid rgba(14, 16, 19, 0.1);
  border-radius: 0px;
  margin-right: 7px;
}
.social-links .platform:hover i {
  color: #fff;
}
.social-links .platform i {
  color: #0E1013;
}

.transform-none {
  -webkit-transform: none;
          transform: none;
}

td {
  border-style: none;
  vertical-align: middle;
  padding: 30px 0 !important;
}

tr {
  border-color: #e7e7e7;
}
tr:first-child {
  border-style: none;
}

.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: none;
}

@media (max-width: 768px) {
  td {
    display: block;
    padding: 0 !important;
    text-align: center;
  }

  tr {
    display: block;
    margin-bottom: 30px;
  }
}
/**------------------------------------------------------------------
 * Reset End Here
 */
#rtsHeader {
  position: relative;
}

.header-topbar {
  background: var(--theme-color);
  padding-top: 16px;
  padding-bottom: 20px;
  text-align: center;
}
.header-topbar .header-top-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-topbar .welcome-text {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 0;
}
.header-topbar .welcome-text a {
  color: #fff;
}
.header-topbar .welcome-text a:hover {
  text-decoration: underline;
}
.header-topbar .welcome-text a i {
  font-size: 13px;
  margin-left: 9px;
  margin-bottom: -5px;
}
.header-topbar.header-topbar1 {
  background: #90c320;
}
.header-topbar.header-topbar2 {
  padding-top: 8px;
  padding-bottom: 12px;
}
.header-topbar.header-topbar2 .header-top-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-topbar.header-topbar2 .header-top-inner .newsletter-link {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  line-height: 14px;
  margin-right: 25px;
}
.header-topbar.header-topbar2 .header-top-inner .newsletter-link i {
  margin-right: 5px;
  font-size: 16px;
}
.header-topbar.header-topbar2 .header-top-inner .welcome-text {
  color: #fff;
}
.header-topbar.header-topbar2 .header-top-inner .welcome-text a {
  color: #fff;
}
.header-topbar.header-topbar2 .header-top-inner .welcome-text i {
  font-size: 18px;
  margin-right: 4px;
}
.header-topbar.header-topbar2 .header-top-inner .topbar-select-area {
  margin-left: auto;
}
.header-topbar.header-topbar2 .header-top-inner .topbar-select-area .select-div {
  position: relative;
}
.header-topbar.header-topbar2 .header-top-inner .topbar-select-area .select-div:focus i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header-topbar.header-topbar2 .header-top-inner .topbar-select-area .select-div i {
  position: absolute;
  top: 0;
  right: 10px;
}
.header-topbar.header-topbar2 .header-top-inner .topbar-select-area .select {
  width: 75px;
  height: 0;
  position: relative;
}
.header-topbar.header-topbar2 .header-top-inner .topbar-select-area .select .select-styled {
  background: transparent;
  position: relative;
  top: unset;
  left: unset;
  bottom: unset;
  right: unset;
  padding: 0;
  color: #fff;
}
.header-topbar.header-topbar2 .header-top-inner .topbar-select-area .select .select-styled.active {
  background: transparent;
}
.header-topbar.header-topbar2 .header-top-inner .topbar-select-area .select .select-styled.active:after {
  -webkit-transform: rotate(180deg) translateY(6px);
          transform: rotate(180deg) translateY(6px);
}
.header-topbar.header-topbar2 .header-top-inner .topbar-select-area .select .select-styled:after {
  border-color: #fff transparent transparent transparent;
  top: 6px;
  margin-left: 4px;
}
.header-topbar.header-topbar2 .header-top-inner .topbar-select-area .select .select-options li {
  padding-left: 0 !important;
}
.header-topbar.header-topbar2 .header-top-inner .topbar-select-area .select-options {
  width: 100px;
  margin-top: 40px;
  overflow: hidden;
}
.header-topbar.header-topbar2 .header-top-inner select {
  background: none;
  border: none;
  padding: 0;
  color: #fff;
  outline: none;
  -webkit-appearance: none;
}
.header-topbar.header-topbar2 .header-top-inner select option {
  background: #fff;
  color: #90c320;
}
.header-topbar.header-topbar3 {
  background: #f2e5e5;
  padding-top: 8px;
  padding-bottom: 12px;
}
.header-topbar.header-topbar3 .container {
  padding: 0;
}
@media (max-width: 1480px) {
  .header-topbar.header-topbar3 .container {
    padding: 0 20px;
  }
}
.header-topbar.header-topbar3 .header-top-inner .welcome-text {
  color: #040404;
}
.header-topbar.header-topbar3 .header-top-inner .welcome-text .value {
  font-weight: 700;
}
.header-topbar.header-topbar3 .header-top-inner .welcome-text i {
  color: #985034;
}
.header-topbar.header-topbar3 .header-top-inner .topbar-action {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-topbar.header-topbar3 .header-top-inner .topbar-action .action-item {
  position: relative;
  font-size: 14px;
}
.header-topbar.header-topbar3 .header-top-inner .topbar-action .action-item i {
  color: #985034;
}
.header-topbar.header-topbar4 {
  background: #010d18;
}
.header-topbar.header-topbar4 .header-top-inner .welcome-text {
  color: #fff;
}
.header-topbar.header-topbar4 .header-top-inner .welcome-text i {
  color: var(--theme-color);
}
.header-topbar.header-topbar4 .header-top-inner .welcome-text .value {
  color: #fff;
}
.header-topbar.header-topbar4 .header-top-inner .topbar-action .separator {
  background: #0a243c;
}
.header-topbar.header-topbar4 .header-top-inner .topbar-action .action-item {
  color: #fff;
}
.header-topbar.header-topbar4 .header-top-inner .topbar-action .action-item i {
  color: var(--theme-color);
}
@media (max-width: 700px) {
  .header-topbar .welcome-text {
    font-size: 12px;
  }
}
@media (max-width: 560px) {
  .header-topbar {
    display: none;
  }
}

.sticky-menu .navbar-part1 .menu-item {
  padding-top: 20px;
  padding-bottom: 20px;
}

.rts-menu .menu-item {
  padding: 20px 35px;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
}
@media (max-width: 1200px) {
  .rts-menu .menu-item {
    padding: 20px 20px;
  }
}
@media (max-width: 900px) {
  .rts-menu {
    display: none;
  }
}

.navbar-part1 {
  padding: 0 50px;
  position: absolute;
  width: 100%;
}
.navbar-part1 .menu-item {
  padding-top: 50px;
  padding-bottom: 50px;
}

.navbar-part2 {
  position: relative;
  max-width: 1544px !important;
  margin: 0 auto;
  background: #fff;
  padding: 0 50px;
  border-radius: 0px 0px 10px 10px;
}
.navbar-part2 .navbar-inner {
  background: #fff;
}
.navbar-part2 .navbar-inner .menu-item {
  padding-top: 35px;
  padding-bottom: 35px;
}

.navbar-part3 {
  background: #fff;
  border-bottom: 1px solid #f4f4f4;
}
.navbar-part3 .container {
  padding: 0;
}
@media (max-width: 1480px) {
  .navbar-part3 .container {
    padding: 0 20px;
  }
}
.navbar-part3 .select .select-styled {
  padding-left: 25px;
}
.navbar-part3 .navbar-inner {
  padding: 25px 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.navbar-part3 .navbar-inner .header-action-items {
  margin-left: auto;
}
.navbar-part3 .navbar-inner .header-action-items .action-item {
  margin-right: 10px;
}
.navbar-part3 .navbar-inner .rts-menu .menu-item {
  padding-top: 0;
  padding-bottom: 0;
  background: red;
}
@media (max-width: 900px) {
  .navbar-part3 .navbar-inner {
    padding: 0;
  }
}

.lower-navbar-sticky {
  top: 0;
}

.lower-navbar {
  background: #fff;
  max-width: 100% !important;
}
.lower-navbar .container {
  padding: 0;
}
@media (max-width: 1480px) {
  .lower-navbar .container {
    padding: 0 20px;
  }
}
.lower-navbar .navbar-inner {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.lower-navbar .navbar-inner .logo {
  display: none;
}
.lower-navbar .navbar-inner .select {
  width: 200px;
}
.lower-navbar .navbar-inner .select-styled {
  max-width: unset;
  height: 113%;
  padding: 10px 40px;
  padding-top: 19px;
  border-radius: 0;
  text-align: center;
  background: var(--theme-color);
  color: #fff;
  font-weight: 700;
}
.lower-navbar .navbar-inner .select-styled::after {
  position: relative;
  left: unset;
  right: unset;
  top: 12px;
  margin-left: 5px;
  margin-bottom: -20px;
  border-color: #fff transparent transparent transparent;
}
.lower-navbar .navbar-inner .header-action-items {
  display: none;
}
.lower-navbar .navbar-inner .rts-menu .menu-item {
  padding-top: 0;
  padding-bottom: 0;
}
.lower-navbar .navbar-inner .rts-menu .dropdown-ul {
  top: 42px;
}
.lower-navbar .quick-contact {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lower-navbar .quick-contact .contact-item {
  font-size: 14px;
  font-weight: 700;
  color: #040404;
}
.lower-navbar .quick-contact .contact-item.phone {
  margin-right: 40px;
  position: relative;
}
@media (max-width: 1260px) {
  .lower-navbar .rts-menu .menu-item {
    padding: 20px 20px;
  }
}
@media (max-width: 1110px) {
  .lower-navbar .quick-contact {
    display: none;
  }
}
@media (max-width: 900px) {
  .lower-navbar .rts-menu {
    display: block;
  }
}
@media (max-width: 768px) {
  .lower-navbar {
    display: none;
  }
  .lower-navbar .rts-menu {
    display: none;
  }
}

@media (max-width: 768px) {
  .sticky-menu .lower-navbar {
    display: block;
  }
}

.lower-navbar-inner {
  -webkit-box-shadow: 0px 6px 12px -5px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 6px 12px -5px rgba(0, 0, 0, 0.08);
}

.navbar-sticky4 .navbar-inner {
  background: none !important;
}

.navbar-part4 {
  background: #031424;
  border-bottom: 1px solid #0a2239;
  padding: 0 !important;
}
.navbar-part4 .rts-menu .dropdown-link::before {
  background: #fff !important;
}
.navbar-part4 .navbar-search-area {
  margin-left: 0;
}
.navbar-part4 .navbar-search-area .select .select-styled {
  padding-left: 18px;
}
.navbar-part4 .navbar-search-area .search-input-inner input {
  background: #071e34;
  max-width: 375px;
  color: #47637d;
}
.navbar-part4 .navbar-search-area .search-input-inner input::-webkit-input-placeholder {
  color: #47637d;
}
.navbar-part4 .navbar-search-area .search-input-inner input input::-ms-input-placeholder {
  color: #47637d;
}
.navbar-part4 .navbar-search-area .search-input-inner input input:-ms-input-placeholder {
  color: #47637d;
}
.navbar-part4 .navbar-search-area .search-input-inner .search-input-icon {
  background: none;
  color: #fff;
}
.navbar-part4 .search-input-area .search-input-icon i {
  color: #040404;
}
.navbar-part4 .logo {
  margin-left: 60px;
}
.navbar-part4 .navbar-select-area {
  margin-left: auto;
}
.navbar-part4 .header-action-items {
  margin-left: 0 !important;
}
.navbar-part4 .navbar-search-area .select .select-styled {
  background: var(--theme-color);
  font-weight: 700;
}
.navbar-part4 .navbar-select-area .select .select-styled {
  background: var(--theme-color);
  border: none;
}
.navbar-part4 .header-action-items i {
  color: #fff;
}
@media (max-width: 1050px) {
  .navbar-part4 .header-action-items {
    margin-left: auto !important;
  }
}
@media (max-width: 900px) {
  .navbar-part4 {
    padding: 20px 0 !important;
  }
  .navbar-part4 .logo {
    margin-left: 0;
  }
  .navbar-part4 .hamburger span,
.navbar-part4 .hamburger span:before,
.navbar-part4 .hamburger span:after {
    background: #fff;
  }
}

.lower-navbar-sticky4 .navbar-inner {
  background: none !important;
}

.lower-navbar4 {
  background: #031424;
  border-radius: 0;
  padding: 0 !important;
}
.lower-navbar4 .navbar-inner {
  background: none;
}
.lower-navbar4 .navbar-inner .rts-menu .mega-dropdown {
  background: #031424;
}
.lower-navbar4 .navbar-inner .rts-menu .mega-dropdown .parent-page-title {
  color: #fff;
}
.lower-navbar4 .navbar-inner .rts-menu .dropdown-ul {
  top: 50px;
}
.lower-navbar4 .navbar-inner .rts-menu .dropdown-link::before {
  background: var(--theme-color);
}
.lower-navbar4 .rts-menu {
  margin-left: auto;
}
.lower-navbar4 .rts-menu .menu-item {
  color: #fff;
}
.lower-navbar4 .rts-menu .dropdown-ul li a {
  background: #031424;
  color: #fff;
  border-bottom: 1px solid #0a2239;
}
.lower-navbar4 .contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.lower-navbar4 .contact-info .title {
  font-size: 12px;
  line-height: 20px;
  color: var(--theme-color);
}
.lower-navbar4 .contact-info .email-address {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}

@media (max-width: 1200px) {
  .navbar-sticky2 {
    background: none;
  }
}
.navbar-sticky2.sticky-menu .navbar-part2 {
  padding: 0;
}
.navbar-sticky2.sticky-menu .navbar-part2 .navbar-inner {
  padding: 0;
}
@media (max-width: 900px) {
  .navbar-sticky2.sticky-menu .navbar-part2 .navbar-inner {
    padding: 20px 0;
  }
}

.navbar-sticky.sticky-menu {
  background: #fff !important;
}
.navbar-sticky.sticky-menu .navbar-part {
  position: relative;
  top: unset;
}
.navbar-sticky.sticky-menu .navbar-inner {
  background: #fff;
}

.navbar-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 900px) {
  .navbar-inner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .navbar-inner .header-action-items {
    margin-left: auto;
  }
}

.header-action-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-action-items .action-item {
  cursor: pointer;
  margin-right: 20px;
}
.header-action-items .action-item i {
  font-size: 18px;
}
.header-action-items .cart .cart-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}
.header-action-items .cart .cart-nav .cart-icon {
  margin-right: 5px;
  position: relative;
}

.navbar-part {
  z-index: 10;
}
@media (max-width: 1510px) {
  .navbar-part {
    padding: 0 20px;
  }
}
@media (max-width: 560px) {
  .navbar-part {
    top: 28px;
  }
}
@media (max-width: 900px) {
  .navbar-part {
    padding: 22px 20px;
  }
}
.navbar-part.navbar-part2 {
  top: 0;
}
@media (max-width: 900px) {
  .navbar-part.navbar-part2 {
    padding: 0;
  }
  .navbar-part.navbar-part2 .navbar-inner {
    padding: 20px 0;
  }
}
@media (max-width: 560px) {
  .navbar-part {
    top: 0;
  }
}
@media (max-width: 430px) {
  .navbar-part .header-action-items .action-item {
    margin-right: 10px;
  }
  .navbar-part .header-action-items .action-item i {
    font-size: 15px;
  }
}
@media (max-width: 370px) {
  .navbar-part .header-action-items {
    display: none;
  }
  .navbar-part .hamburger {
    margin-left: auto;
  }
}
@media (max-width: 1200px) {
  .navbar-part.navbar-part2 {
    padding: 0;
  }
}

.search-input-area {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 0;
  background: #fff;
  -webkit-box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.46);
          box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.46);
  z-index: 11;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-input-area.show {
  visibility: visible;
  -webkit-transform: inherit;
          transform: inherit;
  opacity: 1;
}
@media (max-width: 550px) {
  .search-input-area .select {
    font-size: 12px;
  }
}

.search-input-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.search-input-inner .input-div {
  width: 100%;
  position: relative;
}
.search-input-inner input {
  background: #F8F8F8;
  padding: 15px 20px;
  padding-left: 40px;
  border-radius: 0 7px 7px 0;
  width: 70%;
  font-size: 15px;
  position: relative;
}
@media (max-width: 991px) {
  .search-input-inner input {
    width: 95%;
  }
}
@media (max-width: 330px) {
  .search-input-inner input {
    font-size: 12px;
  }
}
.search-input-inner input::-webkit-input-placeholder {
  color: #c6c6c6;
}
.search-input-inner .search-input-icon {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.search-input-inner .search-close-icon i {
  color: #040404;
  font-size: 21px;
  cursor: pointer;
}
.search-input-inner .search-close-icon:hover i {
  color: #FF1856;
}
.search-input-inner::before {
  content: "";
  position: absolute;
  bottom: -320px;
  left: 0px;
  width: 152px;
  height: 304px;
  background: none;
}

.navbar-search-area {
  margin-left: 120px;
}
.navbar-search-area .search-input-inner {
  width: 100%;
}
.navbar-search-area .search-input-inner input {
  width: 464px;
  padding-left: 30px;
}
.navbar-search-area .select-styled {
  padding-left: 30px;
}
.navbar-search-area .select-styled::after {
  position: relative;
  left: unset;
  right: unset;
  top: 12px;
  margin-left: 5px;
  margin-bottom: -20px;
}
.navbar-search-area .search-input-icon {
  left: unset;
  right: 40px;
  font-size: 14px;
  color: #040404;
  font-style: normal;
  font-weight: 700;
  background: #F8F8F8;
  padding: 15px 30px;
  padding-right: 30px;
}
.navbar-search-area .search-input-icon i {
  margin-right: 3px;
}
@media (max-width: 1300px) {
  .navbar-search-area {
    margin-left: 50px;
  }
  .navbar-search-area .search-input-inner .search-input {
    width: 300px;
  }
}
@media (max-width: 910px) {
  .navbar-search-area {
    display: none;
  }
}

.navbar-select-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navbar-select-area .select {
  width: 80px;
  margin-right: 10px;
}
.navbar-select-area .select .select-styled {
  border-radius: 5px;
  background: none;
  border: 1px solid #E7E7E7;
  font-size: 14px;
  font-weight: 700;
  color: #040404;
}
.navbar-select-area .select .select-styled::after {
  position: relative;
  left: unset;
  right: unset;
  top: 12px;
  margin-left: 5px;
  margin-bottom: -20px;
}
.navbar-select-area .select .select-options ul li {
  font-size: 14px;
  font-weight: 700;
  color: #040404;
  padding: 20px;
}
@media (max-width: 1050px) {
  .navbar-select-area {
    display: none;
  }
}

.header-topbar5 {
  background: var(--theme-color);
}
.header-topbar5.close {
  display: none;
}
.header-topbar5 .header-top-inner .welcome-text .value {
  color: #fff;
}
.header-topbar5 .header-top-inner .welcome-text .value i {
  font-size: 15px;
  margin-right: 0;
  margin-left: 5px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.header-topbar5 .header-top-inner .topbar-action .close {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
}
.header-topbar5 .header-top-inner .topbar-action .close i {
  font-size: 16px;
  -webkit-transform: translateY(0.5px);
          transform: translateY(0.5px);
}

.header-lower-topbar5 {
  background: #fff;
  border-bottom: 1px solid #ebebeb;
}
.header-lower-topbar5 .topbar-navs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-lower-topbar5 .topbar-navs a {
  font-size: 14px;
  line-height: 28px;
  font-weight: 500;
  color: #777777;
  padding-right: 40px;
}
.header-lower-topbar5 .topbar-navs a:hover {
  color: var(--theme-color);
}
.header-lower-topbar5 .header-top-inner .topbar-select-area .select .select-styled {
  color: #040404 !important;
}
.header-lower-topbar5 .header-top-inner .topbar-select-area .select .select-styled::after {
  border-color: #040404 transparent transparent transparent !important;
}
.header-lower-topbar5 .header-top-inner .topbar-select-area .select .select-options li {
  padding-left: 0 !important;
}
@media (max-width: 768px) {
  .header-lower-topbar5 .topbar-navs a {
    font-size: 13px;
    padding-right: 25px;
  }
}

@media (max-width: 900px) {
  .lower-navbar .navbar-inner {
    padding: 0 !important;
  }
  .lower-navbar .navbar-inner .hamburger {
    margin-left: auto;
    margin-right: 20px;
  }

  .sticky-menu .lower-navbar .navbar-inner {
    padding: 20px 0 !important;
  }
  .sticky-menu .lower-navbar .navbar-inner .logo {
    display: block;
    margin-left: 20px;
  }
  .sticky-menu .lower-navbar .navbar-inner .catagory-select-area {
    display: none !important;
  }
  .sticky-menu .lower-navbar .navbar-inner .hamburger {
    margin-left: auto;
    margin-right: 20px;
  }
}
.navbar-part5 {
  border-bottom: none;
}
.navbar-part5 .navbar-search-area .search-input-icon {
  right: 10px;
}
.navbar-part5 .navbar-search-area .search-input-inner input {
  width: 585px;
  border-radius: 6px;
}
@media (max-width: 1510px) {
  .navbar-part5 {
    padding: 0;
  }
}

.lower-navbar-sticky5 {
  position: relative;
  height: 30px;
  top: unset !important;
}
@media (max-width: 900px) {
  .lower-navbar-sticky5 {
    height: 0;
  }
}

@media (max-width: 900px) {
  .navbar-part5 {
    padding: 25px 0;
  }
}

.sticky-menu.lower-navbar-sticky5 {
  top: 0 !important;
  height: auto;
}
.sticky-menu.lower-navbar-sticky5 .container {
  padding: 0;
}
.sticky-menu.lower-navbar-sticky5.lower-navbar5 {
  -webkit-box-shadow: 0;
          box-shadow: 0;
  position: relative;
  top: unset;
  padding: 0;
}
.sticky-menu.lower-navbar-sticky5 .select .select-styled {
  border-radius: 0;
}
.sticky-menu.lower-navbar-sticky5 .navbar-coupon-code {
  border-radius: 0;
}

.lower-navbar5 {
  -webkit-box-shadow: 0px 3px 32px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 3px 32px 0px rgba(0, 0, 0, 0.04);
  position: relative;
  top: 30px;
  padding: 0;
}
.lower-navbar5 .navbar-inner {
  border-radius: 6px;
}
.lower-navbar5 .select .select-styled {
  border-radius: 6px;
  height: 115%;
}
.lower-navbar5 .navbar-coupon-code {
  background: #000;
  margin-left: auto;
  padding: 12px 20px;
  border-radius: 0 6px 6px 0;
}

@media (max-width: 900px) {
  .sticky-menu .lower-navbar-inner .navbar-inner .category-select-area {
    display: none;
  }
}

.sticky-menu .lower-navbar5 {
  display: block;
  padding: 0;
  padding-left: 0;
}
.sticky-menu .lower-navbar5 .navbar-inner {
  padding: 0;
}
@media (max-width: 900px) {
  .sticky-menu .lower-navbar-inner {
    display: block;
  }
  .sticky-menu .lower-navbar-inner .navbar-inner .logo {
    display: block;
  }
  .sticky-menu .lower-navbar-inner .navbar-inner .catagory-select-area {
    display: none !important;
  }
  .sticky-menu .lower-navbar-inner .navbar-inner .hamburger {
    margin-left: auto;
  }
  .sticky-menu .lower-navbar-inner .navbar-inner .contact-info {
    display: none;
  }
  .sticky-menu .lower-navbar4 {
    display: block;
  }
  .sticky-menu .lower-navbar4 .navbar-inner .logo {
    display: block;
  }
  .sticky-menu .lower-navbar4 .navbar-inner .hamburger {
    margin-left: auto;
  }
  .sticky-menu .lower-navbar4 .navbar-inner .hamburger span {
    background: #fff;
  }
  .sticky-menu .lower-navbar4 .navbar-inner .hamburger span::before {
    background: #fff;
  }
  .sticky-menu .lower-navbar4 .navbar-inner .hamburger span::after {
    background: #fff;
  }
  .sticky-menu .lower-navbar4 .navbar-inner .contact-info {
    display: none;
  }
  .sticky-menu .navbar-coupon-code {
    display: none;
  }
  .sticky-menu .hamburger {
    margin-right: 20px;
  }
}

.page-path {
  background: #f9f9f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0;
}
.page-path ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-path a {
  font-size: 16px;
  color: #999999;
}
.page-path a i {
  margin-left: 3px;
}
.page-path a.home-page-link {
  margin-right: 7px;
}
.page-path a.current-page {
  color: #040404;
}
@media (max-width: 768px) {
  .page-path {
    padding: 15px 0;
  }
  .page-path li a {
    font-size: 14px;
  }
}

.rts-menu .mega-dropdown {
  padding: 30px;
  width: 650px;
  left: -123px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}
.rts-menu .mega-dropdown .mega-dropdown-li {
  width: 33.333%;
}
.rts-menu .mega-dropdown .parent-page-title {
  font-size: 19px;
  margin-bottom: 20px;
}
.rts-menu .mega-dropdown a {
  padding: 7px 0;
  padding-right: 60px;
  border: none;
}
.rts-menu .mega-dropdown a::before {
  top: 16px;
  left: 4px;
}
.rts-menu .mega-dropdown a:hover {
  padding: 7px 0;
  padding-left: 15px;
}

.side-mobile-menu .mega-dropdown-mobile {
  padding: 7px 0;
  padding-left: 20px;
}
.side-mobile-menu .mega-dropdown-mobile .list-item {
  margin-bottom: 15px;
}
.side-mobile-menu .mega-dropdown-mobile .parent-page-title {
  margin-bottom: 10px;
}
.side-mobile-menu .mega-dropdown-mobile li {
  padding: 0;
}
.side-mobile-menu .mega-dropdown-mobile a {
  padding: 8px 0;
  padding-left: 20px;
  border-bottom: none;
}

.banner {
  width: 100%;
  height: 932px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 50px;
  position: relative;
  background: #F6F6F6;
}
.banner.banner-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
}
.banner.banner-2 {
  height: inherit;
}
.banner.banner-3 {
  background: none;
  height: 764px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: auto;
  margin-bottom: 0;
}
.banner.banner-3 .slider-navigation {
  bottom: unset;
  top: 44%;
  left: 48.5%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.banner.banner-3 .slider-navigation .slider-btn {
  border-radius: 5px;
}
.banner.banner-3 .slider-navigation .slider-btn.prev {
  left: -6px;
  border-radius: 5px 5px 0 0;
}
.banner.banner-3 .slider-navigation .slider-btn.next {
  top: 60px;
  left: -6px;
  border-radius: 0 0 5px 5px;
}
.banner.banner-3 .banner-single {
  height: 41vw;
}
.banner.banner-3 .banner-single .single-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .banner.banner-3 .banner-single {
    height: auto;
    background-image: #fff;
    padding-bottom: 50px;
  }
  .banner.banner-3 .banner-single .single-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .banner.banner-3 .banner-single .single-inner .banner-product-thumb {
    max-width: 100%;
    right: unset;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .banner.banner-3 .banner-single .single-inner .contents {
    width: 100%;
    margin-top: 20px;
  }
}
.banner.banner-3 .banner-single .banner-product-thumb {
  position: relative;
  right: -16%;
  max-width: 90%;
}
@media (max-width: 1640px) {
  .banner.banner-3 .banner-single .banner-product-thumb {
    max-width: 58%;
    right: -7%;
  }
}
.banner.banner-3 .banner-single .contents .banner-pretitle-box {
  background: #72a398;
  color: #fff;
  padding: 2px 20px;
  border-radius: 6px;
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 25px;
}
.banner.banner-3 .banner-single .contents .banner-heading {
  font-size: 80px;
  line-height: 90px;
  margin-bottom: 35px;
}
.banner.banner-3 .banner-single .contents .banner-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner.banner-3 .banner-single .contents .banner-btn2 {
  margin-right: 25px;
}
.banner.banner-3 .banner-single .contents .banner-review .review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}
.banner.banner-3 .banner-single .contents .banner-review .review .star {
  color: #ffa800;
  font-size: 14px;
  margin-right: 3px;
}
.banner.banner-3 .banner-single .contents .banner-review .review-text {
  font-size: 16px;
  font-weight: 500;
  color: #777777;
}
.banner.banner-3 .banner-single .contents .banner-review .review-text.value {
  color: #040404;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .banner.banner-3 .banner-single::before {
    display: none;
  }
  .banner.banner-3 .banner-single .contents .banner-heading {
    font-size: 72px;
    line-height: 82px;
  }
  .banner.banner-3 .slider-navigation {
    position: absolute !important;
  }
  .banner.banner-3 .slider-navigation .slider-btn.prev {
    position: absolute !important;
  }
  .banner.banner-3 .slider-navigation .slider-btn.next {
    top: 79px;
  }
}
@media (max-width: 991px) {
  .banner.banner-3 .banner-single .contents .banner-heading {
    font-size: 45px;
    line-height: 55px;
  }
}
@media (max-width: 900px) {
  .banner.banner-3 {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .banner.banner-3 .slider-navigation {
    display: none;
  }
  .banner.banner-3 .banner-action .banner-review {
    padding: 15px;
    border-radius: 5px;
  }
  .banner.banner-3 .banner-single .contents .banner-pretitle-box {
    margin-bottom: 15px;
  }
  .banner.banner-3 .banner-single .contents .banner-heading {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 20px;
  }
  .banner.banner-3 .banner-single .contents .banner-heading br {
    display: none;
  }
}
@media (max-width: 720px) {
  .banner.banner-3 .banner-single .contents .banner-heading {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (max-width: 500px) {
  .banner.banner-3 .banner-single .contents .banner-heading {
    font-size: 32px;
    line-height: 42px;
    border-radius: 5px;
  }
  .banner.banner-3 .banner-single .contents .banner-heading br {
    display: block;
  }
  .banner.banner-3 .banner-single .banner-action .banner-btn2 {
    padding: 15px 15px;
  }
}
.banner.banner-4 {
  height: unset;
  background: none;
  margin-top: 30px;
}
.banner.banner-4 .col-xl-8 {
  padding-right: 7px;
}
.banner.banner-4 .col-xl-4 {
  padding-left: 0;
}
.banner.banner-4 .slider-navigation {
  bottom: unset;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.banner.banner-4 .slider-navigation .slider-btn {
  border-radius: 0;
}
.banner.banner-4 .slider-navigation .slider-btn i {
  color: #031424;
}
.banner.banner-4 .slider-navigation .slider-btn.prev {
  left: -6px;
  border-radius: 5px 5px 0 0;
}
.banner.banner-4 .slider-navigation .slider-btn.next {
  top: 100px;
  left: -6px;
  border-radius: 0 0 5px 5px;
  background: var(--theme-color);
}
.banner.banner-4 .product-box.product-box-large {
  padding: 146px 30px 146px 130px;
}
.banner.banner-4 .product-box.product-box-large .product-thumb {
  right: 0;
}
@media (max-width: 1200px) {
  .banner.banner-4 {
    margin-top: 20px;
  }
  .banner.banner-4 .col-xl-8 {
    padding: 0;
  }
  .banner.banner-4 .col-xl-4 {
    padding: 0 22px;
  }
  .banner.banner-4 .col-xl-12 {
    padding: 0;
  }
  .banner.banner-4 .product-box-large {
    margin: 0 10px;
    margin-bottom: 15px;
  }
  .banner.banner-4 .product-box-medium {
    margin: 0 0;
    margin-bottom: 15px;
  }
  .banner.banner-4 .slider-navigation {
    position: absolute;
  }
  .banner.banner-4 .slider-navigation .slider-btn {
    position: absolute;
  }
}
@media (max-width: 900px) {
  .banner.banner-4 {
    padding-top: 0;
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .banner.banner-4 {
    margin-top: 10px;
  }
  .banner.banner-4 .product-box-large {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 25px;
    margin: 0 5px;
    margin-bottom: 20px;
  }
  .banner.banner-4 .product-box-large .product-thumb {
    margin: 0 auto;
    position: relative;
    top: unset;
    right: unset;
    margin-bottom: 50px;
  }
  .banner.banner-4 .product-box-large .contents .pretitle {
    margin-bottom: 10px;
  }
  .banner.banner-4 .product-box-large .contents .product-title {
    font-size: 40px;
    line-height: 50px;
  }
  .banner.banner-4 .product-box-large .contents .product-title br {
    display: none;
  }
  .banner.banner-4 .product-box-large .contents .product-price {
    padding: 5px 28px;
    padding-bottom: 10px;
    font-size: 23px;
  }
  .banner.banner-4 .slider-navigation {
    display: none;
  }
}
@media (max-width: 550px) {
  .banner.banner-4 .product-box-large .contents .product-title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 480px) {
  .banner.banner-4 .product-box-medium {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .banner.banner-4 .product-box-medium.product-box-bg {
    background-size: cover;
  }
  .banner.banner-4 .product-box-medium .product-thumb {
    margin-bottom: 30px;
  }
}
.banner.banner-5 {
  position: relative;
}
.banner.banner-5 .banner-single {
  padding: 50px 0;
}
.banner.banner-5 .banner-single .banner-product-thumb {
  right: 8%;
  max-width: 100%;
}
.banner.banner-5 .banner-single .contents .banner-pretitle-box {
  font-size: 14px;
  color: #777777;
  background: none;
  padding: 0;
}
.banner.banner-5 .banner-single .contents .banner-pretitle-box .cate {
  font-size: 12px;
  line-height: 22px;
  padding: 0 7px;
  border-radius: 50px;
  margin-left: 7px;
  color: #fff;
  background: var(--theme-color);
}
.banner.banner-5 .banner-single .contents .banner-heading {
  font-size: 60px;
  line-height: 70px;
}
.banner.banner-5 .banner-single .contents .banner-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.banner.banner-5 .banner-single .contents .banner-action p {
  display: block;
  font-size: 18px;
  color: #777777;
  margin-bottom: 0;
  line-height: 5px;
}
.banner.banner-5 .banner-single .contents .product-price {
  display: block;
  font-size: 40px;
  color: #d51243;
}
@media (max-width: 1200px) {
  .banner.banner-5 .floating-elements {
    display: none;
  }
  .banner.banner-5 .banner-single .banner-product-thumb {
    max-width: 40%;
  }
  .banner.banner-5 .banner-single .single-inner .contents .banner-heading {
    font-size: 53px;
    line-height: 63px;
  }
}
@media (max-width: 768px) {
  .banner.banner-5 .floating-elements {
    display: none;
  }
  .banner.banner-5 .banner-single .banner-product-thumb {
    max-width: 40%;
    margin-bottom: 25px;
  }
  .banner.banner-5 .banner-single .single-inner .contents .banner-pretitle-box {
    margin-bottom: 10px;
  }
  .banner.banner-5 .banner-single .single-inner .contents .banner-heading {
    font-size: 38px;
    line-height: 48px;
  }
  .banner.banner-5 .banner-single .single-inner .contents .product-price {
    font-size: 30px;
  }
  .banner.banner-5 .banner-single .single-inner .contents .product-price p {
    font-size: 15px;
  }
}
.banner.bg-image {
  background-image: url("../images/background/banner1.jpg");
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
}
.banner .banner-single {
  height: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner .banner-single::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
}
.banner .banner-single.bg-image {
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
}
.banner .banner-single.bg-image2 {
  background-image: url("../images/background/banner-slide-bg.jpg");
}
.banner .banner-single.bg-image2-2 {
  background-image: url("../images/background/banner-slide-bg2.png");
}
.banner .banner-single.bg-image-3 {
  background-image: url("../images/banner/craftbg.jpg");
  background-position-y: 0;
  background-size: cover;
}
.banner .banner-single.bg-image-3-2 {
  background-image: url("../images/banner/craftbg.jpg");
  background-position-y: 0;
  background-size: cover;
}
.banner .banner-single.bg-image-5 {
  background-image: url("../images/banner/banner4bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.banner .banner-single .single-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.banner .banner-single .single-inner .contents .banner-heading {
  max-width: unset;
}
.banner .banner-single .single-inner .banner-image {
  max-width: 877px;
}
.banner .banner-single .single-inner .banner-image img {
  width: 100%;
}
.banner .contents {
  position: relative;
  z-index: 2;
}
.banner .contents .banner-notice {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}
.banner .contents .banner-notice .coupon-code {
  color: #fff;
  background: #B79B6C;
  padding: 1px 13px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
}
.banner .contents .banner-heading {
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  max-width: 470px;
  margin-bottom: 10px;
}
.banner .contents p {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 50px;
}
.banner .contents .banner-btn {
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  background: #90c320;
  border-radius: 3px;
  padding: 20px 40px;
  padding-top: 15px;
  color: #fff;
  -webkit-transition: background 500ms;
  transition: background 500ms;
}
.banner .contents .banner-btn i {
  margin-left: 10px;
  margin-top: 5px;
}
.banner .contents .banner-btn:hover {
  background: #90c31d;
}
.banner .contents .banner-btn:hover i {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.banner .contents .banner-btn.banner-btn2 {
  background: #fff;
  color: #040404;
  padding-top: 18px;
  padding-left: 38px;
  padding-right: 48px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(103, 103, 103, 0.06);
          box-shadow: 0px 16px 32px 0px rgba(103, 103, 103, 0.06);
}
.banner .contents .banner-btn.banner-btn2:hover {
  background: var(--theme-color);
  color: #fff;
}
.banner .contents .banner-btn.banner-btn2:hover i {
  color: #fff;
}
.banner .contents .banner-btn.banner-btn2 i {
  color: var(--theme-color);
  margin-left: 0;
  margin-right: 5px;
}
@media (max-width: 1654px) {
  .banner.banner-1.bg-image {
    background-position-x: 188px;
    background-position-y: 0;
  }
}
@media (max-width: 1200px) {
  .banner.banner-1.bg-image {
    background-position-x: unset;
    background-size: cover;
  }
}
@media (max-width: 1200px) {
  .banner .contents .banner-heading {
    font-size: 50px;
    line-height: 65px;
  }
  .banner .contents p {
    color: #404040;
  }
  .banner.banner-1:before {
    opacity: 80%;
  }
  .banner .banner-single {
    height: 600px;
  }
  .banner .banner-single:before {
    opacity: 80%;
  }
  .banner .banner-single.bg-image {
    background-size: cover;
  }
}
@media (max-width: 900px) {
  .banner {
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    padding-top: 200px;
    height: 650px;
  }
}
@media (max-width: 900px) {
  .banner {
    height: 590px;
  }
}
@media (max-width: 768px) {
  .banner {
    margin-bottom: 25px;
  }
}
@media (max-width: 500px) {
  .banner .contents .banner-heading {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 1200px) {
  .banner.banner-2 {
    padding-top: 0;
    height: 600px;
  }
}

.slider-nav-container {
  max-width: 1730px;
  position: relative;
  overflow: visible;
}
@media (max-width: 1654px) {
  .slider-nav-container {
    max-width: 1444px;
  }
}

.rts-wood-products-section {
  background: #432e1f;
}

.rts-new-collection-section {
  overflow: hidden;
}
.rts-new-collection-section .collection-item {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.rts-new-collection-section .collection-item:hover img {
  -webkit-transform: scale(110%);
          transform: scale(110%);
}
.rts-new-collection-section .collection-item img {
  width: 100%;
}
.rts-new-collection-section .collection-item .item-contents {
  position: absolute;
  bottom: 40px;
  left: 40px;
}
.rts-new-collection-section .collection-item .item-contents .item-quantity {
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  background: #040404;
  padding: 4px 20px;
}
.rts-new-collection-section .collection-item .item-contents .item-catagory-box {
  display: block;
  padding: 14px 20px;
  background: #fff;
  width: 200px;
}
.rts-new-collection-section .collection-item .item-contents .item-catagory-box:hover .title i {
  color: #040404;
}
.rts-new-collection-section .collection-item .item-contents .item-catagory-box .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.rts-new-collection-section .collection-item .item-contents .item-catagory-box .title i {
  color: #E0E0E0;
}
@media (max-width: 1200px) {
  .rts-new-collection-section .slider-div {
    min-width: unset;
  }
  .rts-new-collection-section .collection-item a {
    width: 100%;
  }
}

.rts-heading-section {
  background: #F5F5F5;
  padding: 70px 0;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .rts-heading-section {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
.rts-heading-section .heading {
  text-align: center;
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  color: #CDCDCD;
}
.rts-heading-section .shop-now img {
  -webkit-transition: all 4s ease !important;
  transition: all 4s ease !important;
}
.rts-heading-section .shop-now:hover img {
  -webkit-transform: scale(98%);
          transform: scale(98%);
}
@media (max-width: 1200px) {
  .rts-heading-section .heading {
    font-size: 45px;
  }
  .rts-heading-section .shop-now {
    max-width: 200px;
  }
}
@media (max-width: 750px) {
  .rts-heading-section .heading {
    font-size: 35px;
    line-height: 45px;
  }
  .rts-heading-section .shop-now {
    max-width: 160px;
  }
}

.rts-recent_products-section {
  margin-bottom: -30px;
}
.rts-recent_products-section .recent-products-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.rts-recent_products-section .filter-buttons-group .filter-btn {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #999999;
  margin-right: 40px;
  background: none;
}
.rts-recent_products-section .filter-buttons-group .filter-btn.last-child {
  margin-right: 0;
}
.rts-recent_products-section .filter-buttons-group .filter-btn:hover {
  color: #040404;
  text-decoration: underline;
}
@media (max-width: 450px) {
  .rts-recent_products-section .filter-buttons-group .filter-btn {
    margin-right: 18px;
  }
}
@media (max-width: 1200px) {
  .rts-recent_products-section .filter-buttons-group {
    margin-left: 40px;
  }
}
@media (max-width: 981px) {
  .rts-recent_products-section .recent-products-header {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .rts-recent_products-section .section-title {
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .rts-recent_products-section .filter-buttons-group {
    margin: 0 auto;
  }
  .rts-recent_products-section .filter-buttons-group .filter-btn:last-child {
    margin-right: 0;
  }
  .rts-recent_products-section .view-all-link {
    display: none;
  }
}

.rts-special_offer-section .special-offers-contents .special-contents-inner {
  max-width: 500px;
}
.rts-special_offer-section .special-offers-contents .product-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.rts-special_offer-section .special-offers-contents .pre-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #B79B6C;
  margin-bottom: 12px;
}
.rts-special_offer-section .special-offers-contents .title {
  font-weight: 700;
  font-size: 40px;
  line-height: 52px;
}
.rts-special_offer-section .special-offers-contents p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}
.rts-special_offer-section .special-offers-contents .subscribe-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
  background: #F7F7F7;
}
.rts-special_offer-section .special-offers-contents .subscribe-input i {
  margin-right: 10px;
}
.rts-special_offer-section .special-offers-contents .subscribe-input input {
  background: none;
  padding-right: 30px;
  width: 53%;
}
.rts-special_offer-section .special-offers-contents .subscribe-input input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #999999;
}
.rts-special_offer-section .special-offers-contents .subscribe-input .subscribe-btn {
  padding: 20px 30px;
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #fff;
  background: #040404;
  margin-left: auto;
}
.rts-special_offer-section .special-offers-contents .subscribe-input .subscribe-btn:hover {
  color: #B79B6C;
}
.rts-special_offer-section .special-offers-contents .subscribe-input .subscribe-btn:hover i {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.rts-special_offer-section .special-offers-contents .subscribe-input .subscribe-btn i {
  margin-left: 5px;
  font-size: 14px;
}
@media (max-width: 500px) {
  .rts-special_offer-section .special-offers-contents .subscribe-input {
    padding-left: 20px;
  }
  .rts-special_offer-section .special-offers-contents .subscribe-input .detail {
    font-size: 15px;
  }
  .rts-special_offer-section .special-offers-contents .subscribe-input .product-price {
    font-size: 15px;
  }
  .rts-special_offer-section .special-offers-contents .subscribe-input input {
    width: 50%;
  }
  .rts-special_offer-section .special-offers-contents .subscribe-input .subscribe-btn {
    padding: 10px;
    font-size: 14px;
  }
  .rts-special_offer-section .special-offers-contents .subscribe-input .subscribe-btn i {
    font-size: 12px;
  }
}
@media (max-width: 350px) {
  .rts-special_offer-section .special-offers-contents .subscribe-input {
    padding-left: 10px;
  }
  .rts-special_offer-section .special-offers-contents .subscribe-input input {
    padding-right: 0;
    width: 40%;
  }
  .rts-special_offer-section .special-offers-contents .subscribe-input input::-webkit-input-placeholder {
    font-size: 12px;
  }
  .rts-special_offer-section .special-offers-contents .subscribe-input .subscribe-btn {
    padding: 10px;
    font-size: 14px;
  }
  .rts-special_offer-section .special-offers-contents .subscribe-input .subscribe-btn i {
    font-size: 12px;
  }
}
@media (max-width: 1200px) {
  .rts-special_offer-section .special-offers-contents {
    margin-bottom: 30px;
  }
  .rts-special_offer-section .special-offers-contents .special-contents-inner {
    max-width: unset;
  }
}
@media (max-width: 768px) {
  .rts-special_offer-section .special-offers-contents .special-contents-inner .title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 360px) {
  .rts-special_offer-section .special-offers-contents .special-contents-inner .title {
    font-size: 25px;
    line-height: 35px;
  }
}
.rts-special_offer-section .special-offers-product .product-thumb {
  margin-bottom: 20px;
  max-width: 450px;
  overflow: hidden;
}
.rts-special_offer-section .special-offers-product .product-thumb:hover img {
  -webkit-transform: scale(110%);
          transform: scale(110%);
}
.rts-special_offer-section .special-offers-product .product-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.rts-special_offer-section .special-offers-product .product-content .detail {
  font-weight: 400;
  font-size: 20px;
  line-height: 40px;
}
.rts-special_offer-section .special-offers-product .product-content .product-price {
  font-weight: 700;
  font-size: 26px;
  line-height: 40px;
}
.rts-special_offer-section .special-offers-product .product-content .product-price .old-price {
  color: #C0C0C0;
  text-decoration: line-through;
  margin-left: 10px;
}
@media (max-width: 900px) {
  .rts-special_offer-section .special-offers-product .product-content .detail {
    font-size: 18px;
    line-height: 28px;
  }
  .rts-special_offer-section .special-offers-product .product-content .product-price {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .rts-special_offer-section .special-offers-product {
    width: 100%;
  }
  .rts-special_offer-section .special-offers-product .product-thumb {
    width: 100%;
    max-width: unset;
  }
  .rts-special_offer-section .special-offers-product .product-thumb img {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .rts-special_offer-section .special-offers-product {
    margin-bottom: 40px;
  }
}

.products-area {
  width: 100%;
}

.product-item {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.product-item:hover .action-wrap .product-price {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.product-item:hover .action-wrap .addto-cart {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.product-item .product-image {
  position: relative;
  margin-bottom: 30px;
}
.product-item .product-name {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
}
.product-item .action-wrap {
  max-height: 35px;
  overflow: hidden;
}
.product-item .product-price,
.product-item .addto-cart {
  -webkit-transition: -webkit-transform 500ms;
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
}
.product-item .product-price {
  font-weight: 700;
  font-size: 14px;
  line-height: 26px;
  color: #040404;
}
.product-item .addto-cart {
  font-weight: 700;
  font-size: 14px;
  line-height: 26px;
  display: block;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.product-item .addto-cart i {
  color: var(--theme-color);
}

.rts-user_review-section .swiper {
  margin: -15px;
}
.rts-user_review-section .user-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 15px;
}
.rts-user_review-section .review-box {
  padding: 35px;
  background: #fff;
  -webkit-filter: drop-shadow(0px 16px 15px rgba(0, 0, 0, 0.04));
          filter: drop-shadow(0px 16px 15px rgba(0, 0, 0, 0.04));
  position: relative;
  margin-bottom: 55px;
  border-radius: 7px;
}
.rts-user_review-section .review-box::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -52px;
  left: 52%;
  -webkit-transform: translateX(-50%) rotate(24deg);
          transform: translateX(-50%) rotate(24deg);
  width: 71px;
  height: 30px;
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 87px solid transparent;
  border-top: 95px solid #fff;
}
.rts-user_review-section .review-box .review-rating-area {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rts-user_review-section .review-box .review-rating-area .rating-reason {
  font-size: 14px;
  line-height: 14px;
}
.rts-user_review-section .review-box .review {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}
.rts-user_review-section .reviewer-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
.rts-user_review-section .reviewer-area .reviewer-dp {
  margin-right: 15px;
}
.rts-user_review-section .reviewer-area .reviwer-content .name {
  font-size: 16px;
  line-height: 20px;
}

.rts-brands-section {
  overflow: hidden;
}
.rts-brands-section .brands-text {
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 50px;
}
.rts-brands-section .brands-text span {
  position: relative;
}
.rts-brands-section .brands-text span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  background: #040404;
}
.rts-brands-section .brands-section-inner {
  margin: 0 -55px;
  margin-bottom: -40px;
}
.rts-brands-section .brands-section-inner .brand-item {
  width: 100%;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.rts-brands-section .brands-section-inner .brand-item:hover img {
  opacity: 1;
}
.rts-brands-section .brands-section-inner .brand-item img {
  opacity: 40%;
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
}

.newsletter-banner {
  background-image: url("../images/banner/poster.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 100px 0;
}
.newsletter-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #040404;
  opacity: 0.8;
}
.newsletter-banner .newsletter-contents {
  position: relative;
  margin: 0 auto;
  max-width: 576px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.newsletter-banner .newsletter-contents .section-title-2 {
  color: #fff;
}
.newsletter-banner .newsletter-contents p {
  color: #fff;
  opacity: 0.6;
}
.newsletter-banner .newsletter-contents .newsletter-input {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 7px;
  overflow: hidden;
}
.newsletter-banner .newsletter-contents .newsletter-input input {
  width: 100%;
  padding: 0 30px;
}
.newsletter-banner .newsletter-contents .newsletter-input input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #AFAFAF;
}
.newsletter-banner .newsletter-contents .newsletter-input .subscribe-btn {
  padding: 16px 30px;
  font-size: 16px;
  line-height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #90c320;
  color: #fff;
}
.newsletter-banner .newsletter-contents .newsletter-input .subscribe-btn:hover {
  background: #F5F5F5;
  color: var(--theme-color);
}
@media (max-width: 460px) {
  .newsletter-banner .newsletter-contents .newsletter-input {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .newsletter-banner .newsletter-contents .newsletter-input input {
    border-radius: 5px;
    padding: 17px;
  }
  .newsletter-banner .newsletter-contents .newsletter-input .subscribe-btn {
    border-radius: 5px;
    margin-top: 10px;
    max-width: 170px;
  }
}
.newsletter-banner.newsletter-banner3 {
  background-image: url("../images/background/newsletter.jpg");
}
.newsletter-banner.newsletter-banner3::before {
  display: none;
}
.newsletter-banner.newsletter-banner3 .newsletter-contents {
  margin: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.newsletter-banner.newsletter-banner3 .newsletter-contents .section-title-2 {
  color: #040404;
}
.newsletter-banner.newsletter-banner3 .newsletter-contents .newsletter-input {
  position: relative;
}
.newsletter-banner.newsletter-banner3 .newsletter-contents .newsletter-input .icon {
  position: absolute;
  left: 17px;
  top: 17px;
}
.newsletter-banner.newsletter-banner3 .newsletter-contents .newsletter-input input {
  padding-left: 40px;
}
.newsletter-banner.newsletter-banner3 .newsletter-contents .newsletter-input .subscribe-btn {
  background: #985034;
  padding: 15px 40px;
}
.newsletter-banner.newsletter-banner3 .newsletter-contents .newsletter-input .subscribe-btn:hover {
  background: #040404;
  color: #fff;
}
.newsletter-banner.newsletter-banner3 .newsletter-contents .newsletter-input .subscribe-btn i {
  margin-left: 7px;
  font-size: 13px;
}
@media (max-width: 768px) {
  .newsletter-banner {
    padding: 50px 0;
  }
}

@media (max-width: 1200px) {
  .rts-collections-section .collection-section-item {
    margin-bottom: 30px;
  }
}

.rts-feeds-section .feed-item {
  position: relative;
}
.rts-feeds-section .feed-item:hover .feed-image img {
  -webkit-transform: scale(110%);
          transform: scale(110%);
}
.rts-feeds-section .feed-item::before {
  content: "";
  position: absolute;
  top: 13%;
  right: -15px;
  width: 1px;
  height: 70%;
  background: #E8E8E8;
}
.rts-feeds-section .feed-item.last-child::before {
  display: none;
}
@media (max-width: 1200px) {
  .rts-feeds-section .feed-item {
    margin-bottom: 30px;
  }
  .rts-feeds-section .feed-item.last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .rts-feeds-section .feed-item::before {
    display: none;
  }
}
.rts-feeds-section .feed-item .feed-image {
  margin-bottom: 30px;
  overflow: hidden;
  display: block;
}
.rts-feeds-section .feed-item .feed-image img {
  width: 100%;
}
.rts-feeds-section .feed-item .feed-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.rts-feeds-section .feed-item .feed-date {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #777777;
  margin-right: 20px;
}
.rts-feeds-section .feed-item .feed-catagory {
  font-size: 14px;
  line-height: 20px;
  color: var(--theme-color);
}
.rts-feeds-section .feed-item .feed-title {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 40px;
}
.rts-feeds-section .feed-item .read-more {
  font-size: 14px;
  line-height: 20px;
  color: #777777;
}
.rts-feeds-section .feed-item .read-more:hover {
  color: var(--theme-color);
  text-decoration: underline;
}

.rts-feeds-section2 .go-btn {
  color: #00a046;
}
.rts-feeds-section2 .feed-item {
  border: 1px solid #f1f1f1;
  border-radius: 6px;
}
.rts-feeds-section2 .feed-item::before {
  right: -17px;
}
.rts-feeds-section2 .feed-item .contents {
  padding: 30px;
  padding-top: 0;
}
.rts-feeds-section2 .feed-item .contents .feed-catagory {
  color: #0070dc;
}
.rts-feeds-section2 .feed-item .contents .feed-title {
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .rts-feeds-section2 .contents .feed-title {
    font-size: 16px;
    line-height: 26px;
  }
}

.rts-box-catagory-section {
  padding: 10px;
  overflow: hidden;
}
.rts-box-catagory-section .box-catagory-inner {
  position: relative;
  padding: 0 15px;
  margin-right: -10px;
}
.rts-box-catagory-section .col-xl-3 {
  padding: 0;
}
.rts-box-catagory-section .catagory-box {
  position: relative;
  margin-right: 10px;
  padding: 50px 25px;
  text-align: center;
}
.rts-box-catagory-section .catagory-box.box1 {
  background: #f1f6f5;
}
.rts-box-catagory-section .catagory-box.box1 .view-collection-btn {
  color: #72a398;
}
.rts-box-catagory-section .catagory-box.box1 .item-update {
  color: #72a398;
}
.rts-box-catagory-section .catagory-box.box2 {
  background: #eeede9;
}
.rts-box-catagory-section .catagory-box.box2 .view-collection-btn {
  color: #4b46b9;
}
.rts-box-catagory-section .catagory-box.box2 .item-update {
  color: #4b46b9;
}
.rts-box-catagory-section .catagory-box.box3 {
  background: #fdf5f0;
}
.rts-box-catagory-section .catagory-box.box3 .view-collection-btn {
  color: #f37b30;
}
.rts-box-catagory-section .catagory-box.box3 .item-update {
  color: #f37b30;
}
.rts-box-catagory-section .catagory-box.box4 {
  background: #f4f4f4;
}
.rts-box-catagory-section .catagory-box.box4 .view-collection-btn {
  color: #1a6bff;
}
.rts-box-catagory-section .catagory-box.box4 .item-update {
  color: #1a6bff;
}
.rts-box-catagory-section .catagory-box .contents .icon {
  margin-bottom: 30px;
}
.rts-box-catagory-section .catagory-box .contents .box-heading {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 30px;
}
.rts-box-catagory-section .catagory-box .item-update {
  font-size: 14px;
  color: #72a398;
}
@media (max-width: 1600px) {
  .rts-box-catagory-section .catagory-box .view-collection-btn {
    padding: 13px 15px;
    font-size: 14px;
  }
}
@media (max-width: 1500px) {
  .rts-box-catagory-section .catagory-box .contents .box-heading {
    font-size: 25px;
    line-height: 33px;
  }
}
@media (max-width: 1200px) {
  .rts-box-catagory-section {
    margin-bottom: -10px;
  }
  .rts-box-catagory-section .catagory-box {
    margin-bottom: 10px;
  }
}

.rts-wood-products-section {
  padding: 100px 0;
  margin-top: 0;
  overflow: hidden;
}
.rts-wood-products-section .section-header3 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.rts-wood-products-section .section-header3 .section-pretitle {
  background: #523c2d;
  color: #fff;
  padding: 3px 10px;
  border-radius: 4px;
  max-width: 109px;
}
.rts-wood-products-section .section-header3 .section-title-2 {
  color: #fff;
}
.rts-wood-products-section .section-header3 .slider-navigation {
  position: relative;
  width: 100px;
  bottom: unset;
  left: unset;
  right: unset;
}
.rts-wood-products-section .section-header3 .slider-navigation .slider-btn {
  background: #fff;
  color: #040404;
  border-radius: 0;
  width: 100px;
  height: 50px;
  border-radius: 6px;
  left: unset;
  right: unset;
  font-size: 16px;
  font-weight: 700;
}
.rts-wood-products-section .section-header3 .slider-navigation .slider-btn i {
  margin-left: 5px;
}
.rts-wood-products-section .section-header3 .slider-navigation .slider-btn.swiper-button-prev {
  background: #523c2d;
  color: #fff;
  left: -117px;
}
.rts-wood-products-section .section-header3 .slider-navigation .slider-btn.swiper-button-prev i {
  margin-right: 5px;
}
.rts-wood-products-section .collection-item .collection-image {
  margin-bottom: 25px;
  border-radius: 7px;
  overflow: hidden;
}
.rts-wood-products-section .collection-item .collection-image:hover img {
  -webkit-transform: scale(110%);
          transform: scale(110%);
}
.rts-wood-products-section .collection-item .bottom-content {
  text-align: center;
}
.rts-wood-products-section .collection-item .bottom-content .product-name {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 5px;
}
.rts-wood-products-section .collection-item .bottom-content .product-price {
  font-size: 16px;
  line-height: 24px;
  color: #777777;
}
@media (max-width: 1200px) {
  .rts-wood-products-section .slider-navigation {
    -webkit-transform: unset;
            transform: unset;
  }
  .rts-wood-products-section .slider-navigation .slider-btn {
    position: absolute;
  }
}
@media (max-width: 768px) {
  .rts-wood-products-section {
    padding: 50px 0;
  }
}
@media (max-width: 600px) {
  .rts-wood-products-section .section-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .rts-wood-products-section .section-header .section-title-2 {
    margin-bottom: 20px;
  }
  .rts-wood-products-section .slider-navigation .slider-btn {
    position: relative;
    left: unset !important;
    right: unset;
    padding: 5px 25px;
  }
  .rts-wood-products-section .slider-navigation .slider-btn.prev {
    margin-right: 15px;
  }
  .rts-wood-products-section .slider-navigation .swiper-button-prev {
    left: inherit;
  }
}
@media (max-width: 500px) {
  .rts-wood-products-section .slider-div {
    min-width: unset;
  }
}

.rts-brands-section2 .brands-section-inner {
  margin: 0;
}
.rts-brands-section2 .brands-section-inner .brand-item {
  height: 90px;
  padding: 20px;
  border: 1px solid #E7E7E7;
  border-radius: 7px;
}
@media (max-width: 1200px) {
  .rts-brands-section2 .brands-section-inner .brand-item {
    margin-bottom: 20px;
  }
}

.rts-brands-section3 .brands-section-inner {
  padding: 55px 0;
  border-radius: 6px 6px 0 0;
  background: #0070dc;
}
.rts-brands-section3 .brands-section-inner img {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}

.rts-services-section .service-item {
  padding: 25px;
  border: 1px solid #e9eef3;
  border-radius: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}
.rts-services-section .service-item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.rts-services-section .service-item .service-icon {
  max-width: 50px;
  margin-right: 20px;
}
.rts-services-section .service-item .contents .service-title {
  font-size: 18px;
  line-height: 34px;
  color: #031424;
}
.rts-services-section .service-item .contents p {
  font-size: 14px;
  line-height: 22px;
  color: #777777;
}
@media (max-width: 1200px) {
  .rts-services-section .service-item {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .rts-services-section .service-item {
    margin-bottom: 20px;
  }
}

.rts-featured_products-section .go-btn {
  color: #ef262c;
}
.rts-featured_products-section .pagination-area {
  width: 100%;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .rts-featured_products-section .pagination-area {
    height: 25px;
  }
}
.rts-featured_products-section .swiper-pag {
  width: unset;
  margin-top: auto;
}
.rts-featured_products-section .swiper-pag .swiper-pagination-bullet {
  background: #0070dc;
}
.rts-featured_products-section .swiper-pag .swiper-pagination-bullet-active {
  background: #0070dc;
}

.rts-posters-section .product-box-medium {
  position: relative;
  padding: 23px 30px;
  height: 200px;
  background-image: none;
  background: #f3f3f3;
}
.rts-posters-section .product-box-medium .contents {
  z-index: 1;
}
.rts-posters-section .product-box-medium:hover .product-thumb {
  -webkit-transform: scale(105%);
          transform: scale(105%);
}
.rts-posters-section .product-box-medium:hover {
  background-image: none;
}
.rts-posters-section .product-box-medium .product-thumb {
  max-width: 150px;
  position: absolute;
  right: 15px;
}
.rts-posters-section .product-box-medium3 .contents .pretitle {
  color: #777777;
}
.rts-posters-section .product-box-medium3 .contents .product-title {
  font-size: 24px !important;
}
.rts-posters-section .product-box-medium3 .contents .go-btn {
  color: #0070dc;
}
.rts-posters-section .mid {
  padding: 40px;
}
.rts-posters-section .mid .product-thumb {
  max-width: unset;
}

.rts-deal-section {
  position: relative;
}
@media (max-width: 550px) {
  .rts-deal-section .flex-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .rts-deal-section .flex-wrapper .countdown {
    margin-left: 0;
    margin-bottom: 10px;
  }
}
.rts-deal-section .countdown {
  margin-left: 10px;
}
.rts-deal-section .deal-box-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1200px) {
  .rts-deal-section .deal-box-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .rts-deal-section .deal-box-inner .deal-product {
    max-width: 100%;
    padding: 0;
    padding: 30px 0;
    padding-left: 20px;
  }
  .rts-deal-section .deal-box-inner .side-box {
    width: 100%;
  }
}
.rts-deal-section .filter-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.rts-deal-section .filter-buttons .filter-btn {
  background: none;
  max-width: 100px;
  padding: 0;
  margin-bottom: 20px;
}
.rts-deal-section .filter-buttons .filter-btn.last-child {
  margin-bottom: 0;
}
.rts-deal-section .filter-buttons .filter-btn.active,
.rts-deal-section .filter-buttons :hover {
  background: unset;
}
.rts-deal-section .slider-navigation {
  position: absolute;
  bottom: unset;
  top: 48%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 1640px;
}
.rts-deal-section .slider-navigation .slider-btn {
  border-radius: 6px;
  border: 1px solid #e7e7e7;
}
.rts-deal-section .slider-navigation .slider-btn.next {
  background: var(--theme-color);
}
.rts-deal-section .deal-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 40px;
  padding-right: 95px;
  border-radius: 6px;
  border: 1px solid #e7e7e7;
  margin-right: 20px;
}
@media (max-width: 1200px) {
  .rts-deal-section .deal-product {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 1300px) {
  .rts-deal-section .deal-product {
    padding-right: 40px;
  }
}
@media (max-width: 900px) {
  .rts-deal-section .deal-product .detail-product .select-option-btn {
    width: 130px;
  }
  .rts-deal-section .deal-product .detail-product .product-thumb {
    margin: 0 20px;
    margin-right: 30px;
  }
}
@media (max-width: 768px) {
  .rts-deal-section .deal-product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 20px;
    padding-left: 0 !important;
  }
  .rts-deal-section .deal-product .filter-buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 20px;
  }
  .rts-deal-section .deal-product .detail-product {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .rts-deal-section .deal-product .detail-product .product-thumb {
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .rts-deal-section .deal-product .detail-product .contents {
    padding: 0 20px;
  }
  .rts-deal-section .deal-product .detail-product .contents .rating-area {
    margin-bottom: 10px;
  }
  .rts-deal-section .deal-product .detail-product .contents .product-title {
    max-width: unset;
    font-size: 21px;
    line-height: 31px;
    margin-bottom: 15px;
  }
  .rts-deal-section .deal-product .detail-product .contents .product-price {
    font-size: 25px;
    line-height: 12px;
  }
  .rts-deal-section .deal-product .detail-product .contents .product-price .old-price {
    font-size: 25px;
    line-height: 12px;
  }
  .rts-deal-section .deal-product .detail-product .contents button {
    width: 40px;
    height: 40px;
  }
  .rts-deal-section .deal-product .detail-product .contents .select-option-btn {
    width: 105px;
    font-size: 12px;
  }
}
.rts-deal-section .detail-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 460px;
}
.rts-deal-section .detail-product .product-thumb {
  margin: 0 50px;
}
.rts-deal-section .detail-product .product-thumb img {
  width: 100%;
}
.rts-deal-section .detail-product .section-header .flex-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rts-deal-section .detail-product .section-header .countdown {
  margin-left: 10px;
}
.rts-deal-section .detail-product .section-header .go-btn {
  color: #0070dc;
}
.rts-deal-section .detail-product .contents .rating-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.rts-deal-section .detail-product .contents .rating-area .rating-qnty {
  font-size: 14px;
  color: #777777;
}
.rts-deal-section .detail-product .contents .rating-area .rating-stars-group .rating-star i {
  color: #ffbd27;
}
.rts-deal-section .detail-product .contents .product-title {
  font-size: 24px;
  line-height: 34px;
  color: #031424;
  margin-bottom: 30px;
  max-width: 315px;
}
.rts-deal-section .detail-product .contents .product-price {
  font-size: 50px;
  line-height: 34px;
  color: #0070dc;
  margin-bottom: 35px;
}
.rts-deal-section .detail-product .contents .product-price .old-price {
  font-size: 30px;
  color: #cad0d6;
  font-weight: 400;
  text-decoration: line-through;
}
.rts-deal-section .detail-product .product-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rts-deal-section .detail-product button {
  display: block;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6px;
  padding: 0 15px;
  background: none;
  border: 1px solid #e7e7e7;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}
.rts-deal-section .detail-product button:hover {
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.169);
          box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.169);
}
.rts-deal-section .detail-product .select-option-btn {
  font-size: 16px;
  line-height: 34px;
  width: 170px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  margin-right: 10px;
}
.rts-deal-section .detail-product .wishlist-btn {
  margin-right: 10px;
}
.rts-deal-section .side-box .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 40px;
  height: 460px;
  border-radius: 6px;
  border: 1px solid #e7e7e7;
}
.rts-deal-section .side-box .product .product-thumb {
  max-width: 410px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.rts-deal-section .side-box .product .contents {
  width: 100%;
  position: relative;
}
.rts-deal-section .side-box .product .contents .product-catagory {
  font-size: 12px;
  color: #777777;
  margin-bottom: 0;
  font-weight: 400;
}
.rts-deal-section .side-box .product .contents .product-title {
  font-size: 16px;
  line-height: 20px;
  color: #031424;
  margin-bottom: 5px;
}
.rts-deal-section .side-box .product .contents .product-price {
  font-size: 16px;
  color: #0070dc;
  margin-bottom: 0;
}
.rts-deal-section .side-box .product .contents .product-price .old-price {
  font-size: 16px;
  margin-left: 10px;
}
.rts-deal-section .side-box .product .contents .cart-btn {
  position: absolute;
  bottom: 10px;
  right: 30px;
  background: #00a046;
  padding: 10px 15px;
  border-radius: 6px;
}
.rts-deal-section .side-box .product .contents .cart-btn i {
  color: #fff;
}
@media (max-width: 768px) {
  .rts-deal-section .side-box .product {
    padding: 0 20px;
  }
  .rts-deal-section .side-box .product .contents .cart-btn {
    bottom: -50px;
    right: unset;
    left: 0;
  }
}
@media (max-width: 1200px) {
  .rts-deal-section .slider-navigation {
    width: 100%;
    position: absolute;
    top: 59%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media (max-width: 768px) {
  .rts-deal-section .slider-navigation {
    display: none;
  }
}

.rts-best-catagory-section .go-btn {
  color: #00a046;
}
.rts-best-catagory-section .catagory-card {
  border: 1px solid #e7e7e7;
  border-radius: 6px;
  padding: 0 40px;
  padding-top: 30px;
  min-height: 508px;
  position: relative;
}
.rts-best-catagory-section .catagory-card .category-thumb {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.rts-best-catagory-section .catagory-card .contents .catagory-title {
  font-size: 18px;
  line-height: 28px;
  color: #031424;
  margin-bottom: 20px;
}
.rts-best-catagory-section .catagory-card .contents .catagory-lists {
  margin-bottom: 20px;
}
.rts-best-catagory-section .catagory-card .contents .catagory-lists a {
  font-size: 16px;
  line-height: 28px;
  color: #777777;
  font-weight: 400;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.rts-best-catagory-section .catagory-card .contents .catagory-lists a:hover {
  color: #031424;
}
.rts-best-catagory-section .catagory-card .contents .catagory-lists a:hover i {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.rts-best-catagory-section .catagory-card .contents .all-btn {
  width: 100%;
  background: #F7F7F7;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 28px;
  color: #656f78;
  border-radius: 6px;
  margin-bottom: 40px;
}
.rts-best-catagory-section .catagory-card .contents .all-btn:hover {
  background: #031424;
  color: #fff;
}
.rts-best-catagory-section .catagory-card .contents .all-btn:hover i {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
@media (max-width: 768px) {
  .rts-best-catagory-section .catagory-card {
    padding: 30px 20px;
  }
}
@media (max-width: 1200px) {
  .rts-best-catagory-section {
    margin-bottom: -20px;
  }
  .rts-best-catagory-section .catagory-card {
    margin-bottom: 20px;
  }
}

.rts-product-category-section .col-xl-4,
.rts-product-category-section .col-xl-2,
.rts-product-category-section .col-xl-7,
.rts-product-category-section .col-lg-25 {
  padding: 0;
}
.rts-product-category-section .product-item {
  width: 100%;
  padding: 20px;
  border: 1px solid #efefef;
  border-radius: 6px;
  text-align: center;
  border-radius: 0;
}
.rts-product-category-section .product-item:hover .product-thumb img {
  -webkit-transform: scale(105%);
          transform: scale(105%);
}
.rts-product-category-section .product-item .product-thumb {
  margin-bottom: 30px;
}
.rts-product-category-section .product-item .contents .item-qnty {
  font-size: 14px;
  line-height: 18px;
  color: #777777;
}
.rts-product-category-section .product-item .contents .product-title {
  font-size: 20px;
}
.rts-product-category-section .product-item.product-item-horizontal {
  max-width: 330px;
  height: 147px;
  padding: 0;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: unset;
}
.rts-product-category-section .product-item.product-item-horizontal .product-thumb {
  margin-bottom: 0;
  margin-right: 20px;
  max-width: 80px;
}
.rts-product-category-section .product-item.product-item-horizontal .product-thumb img {
  max-width: 100%;
}
.rts-product-category-section .product-item.product-item-bg {
  background-image: url("../images/background/productbgegg.png");
  background-size: cover;
  padding: 40px 30px;
  border: none;
}
.rts-product-category-section .product-item.product-item-bg .contents .item-qnty {
  font-size: 12px;
  padding: 2px 10px;
  color: #fff;
  background: var(--theme-color);
  border-radius: 4px;
  margin-bottom: 5px;
}
@media (max-width: 1200px) {
  .rts-product-category-section .product-item.product-item-horizontal {
    max-width: 100%;
  }
  .rts-product-category-section .col-lg-2 {
    display: none;
  }
}

.rts-featured-product-section2 .go-btn {
  color: #9dc326;
}
.rts-featured-product-section2 .col-lg-15 {
  padding-right: 5px;
  padding-left: 5px;
}
.rts-featured-product-section2 .product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 35px;
  border: 1px solid #eeeeee;
  border-radius: 6px;
  margin-bottom: 10px;
  position: relative;
  overflow: visible;
}
.rts-featured-product-section2 .product-item:hover .product-thumb img {
  -webkit-transform: scale(105%);
          transform: scale(105%);
}
.rts-featured-product-section2 .product-item:hover .product-status-bar {
  -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
  opacity: 1;
}
.rts-featured-product-section2 .product-item:hover .product-bottom-action {
  -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
  opacity: 1;
}
.rts-featured-product-section2 .product-item .product-thumb {
  max-width: 155px;
  margin: 0 auto;
  margin-bottom: 30px;
  z-index: 3;
}
.rts-featured-product-section2 .product-item .contents {
  z-index: 3;
}
.rts-featured-product-section2 .product-item .product-type {
  font-size: 12px;
  color: #777777;
  display: block;
}
.rts-featured-product-section2 .product-item .product-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}
.rts-featured-product-section2 .product-item .product-bottom-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.rts-featured-product-section2 .product-item .product-price {
  color: #d51243;
}
.rts-featured-product-section2 .product-item .product-price .old-price {
  color: #d6d7d7;
  text-decoration: line-through;
  margin-left: 5px;
}
.rts-featured-product-section2 .product-item .wishlist i {
  color: #cfcfcf;
}
.rts-featured-product-section2 .product-item .wishlist:hover i {
  color: #d51243;
}
.rts-featured-product-section2 .product-item .product-status-bar {
  width: 100%;
  position: absolute;
  top: -29px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(10px);
          transform: translateX(-50%) translateY(10px);
  opacity: 0;
  background: #d51243;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3px 20px;
  padding-bottom: 7px;
  border-radius: 6px 6px 0 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.rts-featured-product-section2 .product-item .product-status-bar .stock {
  font-size: 12px;
  line-height: 2;
  color: #fff;
}
.rts-featured-product-section2 .product-item .product-status-bar .rating-stars-group .rating-star i {
  color: #fff;
  font-size: 12px;
}
.rts-featured-product-section2 .product-item .product-bottom-action {
  width: 100%;
  position: absolute;
  bottom: -46px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-20px);
          transform: translateX(-50%) translateY(-20px);
  opacity: 0;
  background: #9cc126;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 11px 20px;
  padding-top: 10px;
  border-radius: 0 0 6px 6px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 2;
}
.rts-featured-product-section2 .product-item .product-bottom-action .addto-cart {
  -webkit-transform: unset;
          transform: unset;
  color: #fff;
}
.rts-featured-product-section2 .product-item .product-bottom-action .addto-cart i {
  color: #fff;
}
.rts-featured-product-section2 .product-item .product-bottom-action .view-btn {
  color: #fff;
}

.rts-discount-code-section .discount-code-box {
  padding: 30px 40px;
  border: 2px dashed #f1f1f1;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rts-discount-code-section .discount-code-box .icon {
  margin-right: 20px;
}
.rts-discount-code-section .discount-code-box .pretitle {
  font-size: 14px;
  color: #777777;
}
.rts-discount-code-section .discount-code-box .discound-title {
  font-size: 24px;
}
.rts-discount-code-section .discount-code-box .discount-code {
  font-size: 18px;
  color: #d51243;
  padding: 7px 20px;
  border: 2px dashed #d51243;
  border-radius: 6px;
  margin-left: auto;
}
@media (max-width: 768px) {
  .rts-discount-code-section .discount-code-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 30px 20px;
  }
  .rts-discount-code-section .discount-code-box .icon {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .rts-discount-code-section .discount-code-box .discount-content {
    margin-bottom: 15px;
  }
  .rts-discount-code-section .discount-code-box .discount-code {
    margin-left: 0;
  }
}

.rts-picked-product-section .go-btn {
  color: #9dc326;
}
.rts-picked-product-section .col-d-35 {
  width: 36%;
  padding: 0 5px;
}
.rts-picked-product-section .col-d-3 {
  width: 28%;
  padding: 0 5px;
}
.rts-picked-product-section .last-col {
  padding-right: 0 !important;
}
.rts-picked-product-section .detail-product:hover .product-thumb img,
.rts-picked-product-section .product-item:hover .product-thumb img {
  -webkit-transform: scale(105%);
          transform: scale(105%);
}
.rts-picked-product-section .detail-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border: 1px solid #eeeeee;
  border-radius: 6px;
  padding: 30px 60px;
}
.rts-picked-product-section .detail-product .product-thumb {
  max-width: 380px;
  margin-bottom: 30px;
}
.rts-picked-product-section .detail-product .product-title {
  max-width: unset;
}
.rts-picked-product-section .detail-product .product-price {
  color: var(--theme-color);
}
.rts-picked-product-section .product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 35px;
  border: 1px solid #eeeeee;
  border-radius: 6px;
  margin-bottom: 10px;
  position: relative;
  overflow: visible;
  height: 320px;
}
.rts-picked-product-section .product-item:hover .product-thumb img {
  -webkit-transform: scale(105%);
          transform: scale(105%);
}
.rts-picked-product-section .product-item .product-thumb {
  max-width: 155px;
  margin: 0 auto;
  margin-bottom: 30px;
  z-index: 3;
}
.rts-picked-product-section .product-item .contents {
  z-index: 3;
  text-align: center;
}
.rts-picked-product-section .product-item .product-type {
  font-size: 12px;
  color: #777777;
  display: block;
}
.rts-picked-product-section .product-item .product-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.rts-picked-product-section .product-item .product-bottom-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.rts-picked-product-section .product-item .product-price {
  color: #d51243;
  display: block;
}
.rts-picked-product-section .product-item .product-price .old-price {
  color: #d6d7d7;
  text-decoration: line-through;
  margin-left: 5px;
}
.rts-picked-product-section .product-item .wishlist i {
  color: #cfcfcf;
}
.rts-picked-product-section .product-item .wishlist:hover i {
  color: #d51243;
}
@media (max-width: 1200px) {
  .rts-picked-product-section .detail-product {
    height: unset;
    padding: 30px;
  }
  .rts-picked-product-section .col-d-35 {
    width: 50%;
    margin-bottom: 10px;
  }
  .rts-picked-product-section .col-d-3 {
    width: 100%;
  }
  .rts-picked-product-section .col-d-3 .col-xl-12 {
    padding: 0 5px;
  }
}
@media (max-width: 900px) {
  .rts-picked-product-section .detail-product .product-title {
    font-size: 19px;
    line-height: 29px;
    margin-bottom: 15px;
  }
  .rts-picked-product-section .detail-product .product-price {
    font-size: 35px;
  }
  .rts-picked-product-section .detail-product .product-price .old-price {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .rts-picked-product-section .detail-product .product-price {
    display: block !important;
  }
  .rts-picked-product-section .col-d-35 {
    width: 100%;
  }
}

.rts-ad-banner-section .ad-banner-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rts-feeds-section3 .feed-info .feed-catagory {
  color: #d51243 !important;
}
.rts-feeds-section3 .date {
  position: absolute;
  top: 48%;
  right: 45px;
  width: 70px;
  height: 70px;
  background: #fff;
  border-top: 2px solid var(--theme-color);
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
}
.rts-feeds-section3 .date .day {
  display: block;
  font-size: 30px;
  line-height: 20px;
  margin-bottom: 5px;
}
.rts-feeds-section3 .date .month {
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #999999;
  font-weight: 400;
}
@media (max-width: 550px) {
  .rts-feeds-section3 .date {
    top: 34%;
  }
}

.rts-restriction-notice .notice {
  text-align: center;
  font-size: 16px;
  color: #777777;
  font-weight: 400;
}
.rts-restriction-notice .notice .highlight:hover {
  color: var(--theme-color);
  opacity: 1;
}
.rts-restriction-notice .notice .star {
  color: #d51243;
}

.rts-best-catagory-section2 {
  padding: 100px 0;
}
.rts-best-catagory-section2 .catagory-card {
  border: 1px solid #e7e7e7;
  border-radius: 6px;
  padding: 0 40px;
  padding-top: 30px;
  margin-top: 30px;
  min-height: 508px;
  position: relative;
}
.rts-best-catagory-section2 .catagory-card .category-thumb {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.rts-best-catagory-section2 .catagory-card .contents .catagory-title {
  font-size: 18px;
  line-height: 28px;
  color: #031424;
  margin-bottom: 20px;
}
.rts-best-catagory-section2 .catagory-card .contents .catagory-lists {
  margin-bottom: 20px;
}
.rts-best-catagory-section2 .catagory-card .contents .catagory-lists a {
  font-size: 16px;
  line-height: 28px;
  color: #777777;
  font-weight: 400;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.rts-best-catagory-section2 .catagory-card .contents .catagory-lists a:hover {
  color: #031424;
}
.rts-best-catagory-section2 .catagory-card .contents .catagory-lists a:hover i {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.rts-best-catagory-section2 .catagory-card .contents .all-btn {
  width: 100%;
  background: #F7F7F7;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 28px;
  color: #656f78;
  border-radius: 6px;
  margin-bottom: 40px;
}
.rts-best-catagory-section2 .catagory-card .contents .all-btn:hover {
  background: #031424;
  color: #fff;
}
.rts-best-catagory-section2 .catagory-card .contents .all-btn:hover i {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
@media (max-width: 768px) {
  .rts-best-catagory-section2 .catagory-card {
    padding: 30px 20px;
  }
}
@media (max-width: 1200px) {
  .rts-best-catagory-section2 {
    margin-bottom: -20px;
  }
  .rts-best-catagory-section2 .catagory-card {
    margin-bottom: 20px;
  }
}

/**------------------------------------------------------------------
 * Footer Start Here
 */
.footer {
  background: #040404;
}
.footer .footer-inner {
  padding-top: 70px;
  padding-bottom: 95px;
}
@media (max-width: 1200px) {
  .footer .footer-inner {
    margin-bottom: -40px;
  }
}
.footer .footer-logo {
  margin-bottom: 50px;
  max-width: 180px;
}
.footer .footer-logo img {
  width: 100%;
}
.footer .widget-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 30px;
  color: #CBCBCB;
}
.footer .quick-contact .contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .quick-contact .contact-item.phone {
  margin-bottom: 30px;
}
.footer .quick-contact .contact-item .icon {
  margin-right: 15px;
}
.footer .quick-contact .contact-item .title,
.footer .quick-contact .contact-item .info {
  display: block;
  font-size: 14px;
  line-height: 20px;
}
.footer .quick-contact .contact-item .title {
  color: #7A7A7A;
}
.footer .quick-contact .contact-item .info {
  color: #fff;
}
.footer .quick-contact .contact-item .info:hover {
  color: var(--theme-color);
}
.footer .find-us {
  color: #fff;
  margin-bottom: 10px;
  display: inline-block;
}
.footer .find-us i {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
  margin-left: 5px;
  -webkit-transition: 500ms;
  transition: 500ms;
}
.footer .find-us:hover {
  color: #FF1856;
}
.footer .find-us:hover i {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  color: #fff;
}
.footer .social-links-footer .platform {
  color: #CBCBCB;
  font-weight: 400;
  font-size: 14px;
  line-height: 40px;
}
.footer .social-links-footer .platform:hover {
  color: var(--theme-color);
}
.footer .social-links-footer .platform i {
  margin-right: 15px;
  color: #fff;
}
.footer .ig-feed .feed-item {
  width: 100%;
  margin-bottom: 25px;
  position: relative;
}
.footer .ig-feed .feed-item img {
  width: 100%;
}
.footer .ig-feed .feed-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #040404;
  opacity: 0;
  -webkit-transition: opacity 600ms;
  transition: opacity 600ms;
}
.footer .ig-feed .feed-item:hover i {
  -webkit-transform: translate(-50%, -50%) scale(100%);
          transform: translate(-50%, -50%) scale(100%);
  opacity: 1;
}
.footer .ig-feed .feed-item:hover::before {
  opacity: 40%;
}
.footer .ig-feed .feed-item i {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(60%);
          transform: translate(-50%, -50%) scale(60%);
  opacity: 0;
  -webkit-transition: opacity 400ms, -webkit-transform 400ms;
  transition: opacity 400ms, -webkit-transform 400ms;
  transition: transform 400ms, opacity 400ms;
  transition: transform 400ms, opacity 400ms, -webkit-transform 400ms;
}
@media (max-width: 1200px) {
  .footer .footer-widget {
    margin-bottom: 40px;
  }
}
.footer .footer-widget-title {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .footer .footer-widget-title {
    margin-bottom: 20px;
  }
}
.footer .widget-list-item {
  margin-bottom: 10px;
}
.footer .widget-list-item a {
  position: relative;
  color: #CBCBCB;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
.footer .widget-list-item a:hover {
  color: #fff;
}
.footer .footer-bottom-area {
  background: #90c320;
  padding: 25px 0;
}
.footer .footer-bottom-area .footer-bottom-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .footer-bottom-area .copyright {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
}
.footer .footer-bottom-area .copyright .brand,
.footer .footer-bottom-area .copyright .site {
  color: #fff;
  font-weight: 700;
}
.footer .footer-bottom-area .designer-credit {
  color: #83878C;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}
.footer .footer-bottom-area .designer-credit .powered-product {
  color: #fff;
}
.footer .footer-bottom-area .separator {
  padding: 6px;
}

@media (max-width: 900px) {
  .footer-bottom-area .footer-bottom-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-bottom-area .copyright {
    margin-bottom: 20px;
    text-align: center;
    line-height: 40px;
  }
}

.footer-2 {
  background: #F4F6F9;
}
.footer-2 .widget-text {
  color: #777777;
}
.footer-2 .footer-widget-title {
  color: #040404;
}
.footer-2 .widget-list-item a {
  color: #7A7A7A;
}
.footer-2 .widget-list-item a:hover {
  color: #040404;
}
.footer-2 .quick-contact .contact-info .title {
  color: #868686;
  font-weight: 400;
}
.footer-2 .quick-contact .contact-info .info {
  color: #040404;
}
.footer-2 .social-links-footer .platform {
  color: #777777;
}
.footer-2 .social-links-footer .platform i {
  color: #040404;
}
.footer-2 .footer-bottom-area {
  background: #F5F5F5;
}
.footer-2 .footer-bottom-area .copyright {
  color: #777777;
  text-align: center;
  font-size: 15px;
  line-height: 25px;
}
.footer-2 .footer-bottom-area .copyright .brand,
.footer-2 .footer-bottom-area .copyright .site {
  color: #040404;
}

.footer-features {
  width: 100%;
  display: inline-block;
  padding: 17px 30px;
  background: #fff;
  border-radius: 6px;
  margin-top: 80px;
  margin-bottom: 4px;
}
.footer-features .feature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 2px solid #F7F7F7;
}
.footer-features .feature-item.last-child {
  border: none;
}
.footer-features .feature-item .icon {
  max-width: 35px;
  margin-right: 15px;
}
.footer-features .feature-item .content .title {
  font-size: 18px;
  line-height: 24px;
}
.footer-features .feature-item .content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #777777;
}
@media (max-width: 1200px) {
  .footer-features .feature-item {
    margin-bottom: 25px;
    border: none;
  }
  .footer-features .feature-item.last-child {
    margin-bottom: 0;
  }
}

.footer-3 {
  position: relative;
  padding-top: 80px;
  padding-bottom: 0;
}
.footer-3 .mr--17 {
  margin-right: 17px;
}
.footer-3 .footer-inner {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: -76px;
}
.footer-3 .box-widget-col {
  margin-right: 40px;
}
.footer-3 .footer-box-widget {
  background: #fff;
  padding: 20px 40px;
  padding-top: 50px;
  border-radius: 6px;
  overflow: hidden;
}
.footer-3 .footer-box-widget .footer-logo {
  margin-bottom: 15px;
}
.footer-3 .footer-box-widget p {
  font-size: 14px;
  padding-bottom: 25px;
  margin-bottom: 30px;
  border-bottom: 1px solid #E7E7E7;
}
.footer-3 .footer-box-widget .quick-contact {
  margin-bottom: 0;
}
.footer-3 .footer-box-widget .social-links-footer2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 250px;
}
.footer-3 .footer-box-widget .social-links-footer2 .platform {
  position: relative;
  bottom: -32px;
  width: 50px;
  height: 60px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 17px;
  -webkit-transition: bottom 500ms;
  transition: bottom 500ms;
}
.footer-3 .footer-box-widget .social-links-footer2 .platform.fb {
  background: #e7f1fe;
}
.footer-3 .footer-box-widget .social-links-footer2 .platform.fb i {
  color: #1877f2;
}
.footer-3 .footer-box-widget .social-links-footer2 .platform.yt {
  background: #e8f5fe;
}
.footer-3 .footer-box-widget .social-links-footer2 .platform.yt i {
  color: #cd201f;
}
.footer-3 .footer-box-widget .social-links-footer2 .platform.ttr {
  background: #e8f5fe;
}
.footer-3 .footer-box-widget .social-links-footer2 .platform.ttr i {
  color: #1da1f2;
}
.footer-3 .footer-box-widget .social-links-footer2 .platform.lkd {
  background: #e6eff9;
}
.footer-3 .footer-box-widget .social-links-footer2 .platform.lkd i {
  color: #0a66c2;
}
.footer-3 .footer-box-widget .social-links-footer2 .platform:hover {
  bottom: -22px;
  background: var(--theme-color);
}
.footer-3 .footer-box-widget .social-links-footer2 .platform:hover i {
  color: #fff;
}
.footer-3 .widget-text {
  font-size: 18px;
  line-height: 30px;
}
.footer-3 .widget-list-item {
  padding-left: 0;
}
.footer-3 .getin-touch {
  font-size: 14px;
}
.footer-3 .getin-touch i {
  margin-left: 5px;
}
.footer-3 .getin-touch:hover {
  color: var(--theme-color);
}
.footer-3 .getin-touch:hover i {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.footer-3 .newsletter-widget .widget-text {
  font-size: 14px;
  margin-bottom: 10px;
}
.footer-3 .newsletter-widget .input-div {
  margin-bottom: 10px;
}
.footer-3 .newsletter-widget input {
  width: 100%;
  padding: 10px 30px;
  border-radius: 5px;
}
.footer-3 .newsletter-widget input::-webkit-input-placeholder {
  font-size: 14px;
}
.footer-3 .newsletter-widget .subscribe-btn {
  padding: 10px 30px;
  color: #fff;
  background: #985034;
  font-size: 14px;
  border-radius: 6px;
  -webkit-transition: background 500ms;
  transition: background 500ms;
}
.footer-3 .newsletter-widget .subscribe-btn:hover {
  background: #040404;
}
.footer-3 .newsletter-widget .subscribe-btn i {
  margin-left: 5px;
}
.footer-3 .footer-bottombar {
  position: relative;
  left: 28%;
  bottom: 81px;
  background: #fff;
  padding: 20px 40px;
  border-radius: 6px;
  padding-right: 35px;
  width: 72%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-3 .footer-bottombar .download-text {
  margin-right: 15px;
}
.footer-3 .footer-bottombar .download-store {
  margin-right: 5px;
}
@media (max-width: 1360px) {
  .footer-3 .footer-bottombar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-3 .footer-bottombar .app-download {
    margin-bottom: 30px;
  }
}
@media (max-width: 1200px) {
  .footer-3 .footer-bottombar {
    display: none;
  }
}
.footer-3 .footer-bottom-area .footer-bottom-inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1200px) {
  .footer-3 .footer-inner {
    margin-bottom: 0;
  }
  .footer-3 .box-widget-col {
    margin-right: 0;
  }
  .footer-3 .footer-box-widget {
    margin-bottom: 40px;
  }
}
@media (max-width: 1200px) {
  .footer-3 .footer-bottom-area .copyright {
    margin-bottom: 0;
  }
}

.footer-4 {
  background: #031424;
}
.footer-4 .footer-inner {
  margin-bottom: -68px;
}
.footer-4 .footer-box-widget {
  background: #06192a;
}
.footer-4 .footer-box-widget p {
  color: #82919f;
  border-bottom: 1px solid #11283d;
}
.footer-4 .footer-box-widget .social-links-footer2 li .platform {
  background: #102232 !important;
}
.footer-4 .footer-box-widget .social-links-footer2 li .platform:hover {
  background: var(--theme-color) !important;
}
.footer-4 .footer-box-widget .social-links-footer2 li .platform:hover i {
  color: #0E1013 !important;
}
.footer-4 .widget-text {
  color: #82919f;
}
.footer-4 .getin-touch {
  color: #fff;
}
.footer-4 .widget-list-item a {
  color: #82919f;
}
.footer-4 .newsletter-widget input {
  background: #06192a;
}
.footer-4 .newsletter-widget input::-webkit-input-placeholder {
  color: #395269;
}
.footer-4 .newsletter-widget .subscribe-btn {
  background: var(--theme-color);
  color: #031424;
  border: 1px solid transparent;
}
.footer-4 .newsletter-widget .subscribe-btn:hover {
  background: #031424;
  color: #fff;
  border: 1px solid var(--theme-color);
}
.footer-4 .footer-bottombar {
  background: var(--theme-color);
}
.footer-4 .footer-bottombar .payment-methods img {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}
.footer-4 .footer-bottom-area {
  background: transparent;
}
@media (max-width: 1200px) {
  .footer-4 .footer-inner {
    margin-bottom: 0;
  }
}

.footer-5 {
  background: #fff;
}
.footer-5 .footer-features {
  margin-top: 0;
  margin-bottom: 60px;
}
.footer-5 .footer-box-widget {
  background: none;
  padding: 0;
  padding-bottom: 80px;
}
.footer-5 .quick-contact {
  margin-bottom: 20px !important;
}
.footer-5 .social-links-footer2.social-links-footer3 {
  position: relative;
}
.footer-5 .social-links-footer2.social-links-footer3 .platform {
  bottom: -20px;
  height: 50px;
  border-radius: 50%;
}
.footer-5 .social-links-footer2.social-links-footer3 .platform:hover {
  -webkit-transform: scale(105%);
          transform: scale(105%);
  bottom: -20px;
}
.footer-5 .newsletter-widget input {
  background: whitesmoke;
}
.footer-5 .newsletter-widget .subscribe-btn {
  background: #d51243;
}
.footer-5 .footer-bottombar {
  border-top: 1px solid #e3e3e3;
  border-radius: 0;
  bottom: 112px;
}

.inner-page-footer .social-links-footer .platform:hover {
  color: #fff;
}
.inner-page-footer .quick-contact .contact-item .info:hover {
  color: #B79B6C;
}
.inner-page-footer .footer-bottom-area {
  background: #090909;
}

/**------------------------------------------------------------------
 * Footer End Here
 */
.news-feed-area {
  padding: 100px 0;
}
.news-feed-area .news-left .feed-item2 {
  position: relative;
  overflow: hidden;
  margin-bottom: 35px;
}
.news-feed-area .news-left .feed-item2:hover .feed-image img {
  -webkit-transform: scale(110%);
          transform: scale(110%);
}
.news-feed-area .news-left .feed-item2:hover .feed-title a {
  text-decoration: underline;
}
.news-feed-area .news-left .feed-item2::before {
  content: "";
  position: absolute;
  top: 13%;
  right: -15px;
  width: 1px;
  height: 70%;
  background: #E8E8E8;
}
.news-feed-area .news-left .feed-item2.last-child::before {
  display: none;
}
@media (max-width: 1200px) {
  .news-feed-area .news-left .feed-item2 {
    margin-bottom: 30px;
  }
  .news-feed-area .news-left .feed-item2.last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .news-feed-area .news-left .feed-item2::before {
    display: none;
  }
}
.news-feed-area .news-left .feed-item2 .feed-image {
  margin-bottom: 30px;
  overflow: hidden;
  display: block;
}
.news-feed-area .news-left .feed-item2 .feed-image img {
  width: 100%;
}
.news-feed-area .news-left .feed-item2 .feed-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.news-feed-area .news-left .feed-item2 .feed-date {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #777777;
  margin-right: 20px;
}
.news-feed-area .news-left .feed-item2 .feed-bar {
  color: #777777;
  font-weight: 400;
  font-size: 14px;
  margin-right: 20px;
}
.news-feed-area .news-left .feed-item2 .feed-catagory {
  font-size: 14px;
  line-height: 20px;
  color: #000;
}
.news-feed-area .news-left .feed-item2 .feed-title {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 12px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.news-feed-area .news-left .feed-item2 p {
  color: #666666;
  font-size: 14px;
  margin-bottom: 20px;
}
.news-feed-area .news-left .feed-item2 .read-more {
  font-size: 14px;
  line-height: 20px;
  color: #cccc;
  text-decoration: underline;
}
.news-feed-area .news-left .feed-item2 .read-more:hover {
  color: var(--theme-color);
}
.news-feed-area .news-right-widget .widget {
  padding: 0 0 25px 40px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .news-feed-area .news-right-widget .widget {
    padding: 40px 15px 30px 15px;
  }
}
@media (max-width: 767px) {
  .news-feed-area .news-right-widget .widget {
    padding: 30px 15px 20px 15px;
  }
}
.news-feed-area .news-right-widget .widget .widget-title-box {
  position: relative;
  z-index: 1;
}
.news-feed-area .news-right-widget .widget .widget-title-box::before {
  content: "";
  position: absolute;
  background: #e7e7e7;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.news-feed-area .news-right-widget .widget .widget-title-box::after {
  content: "";
  position: absolute;
  background: #B79B6C;
  width: 80px;
  height: 1px;
  left: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.news-feed-area .news-right-widget .widget .widget-sub-title {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
}
.news-feed-area .news-right-widget .widget .widget-sub-title2 {
  font-size: 20px;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.news-feed-area .news-right-widget .widget .widget-categories ul li a {
  color: #999999;
  font-size: 16px;
  padding: 15px 0;
  display: block;
  line-height: 1;
  font-weight: 700;
}
.news-feed-area .news-right-widget .widget .widget-categories ul li a:hover {
  text-decoration: underline;
}
.news-feed-area .news-right-widget .widget .widget-subscribe .contact-form textarea {
  height: 140px;
  padding-top: 15px;
}
.news-feed-area .news-right-widget .widget .widget-subscribe .contact-form .form-btn {
  width: 100%;
}
.news-feed-area .news-right-widget .widget .widget-post .blog-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 58px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .news-feed-area .news-right-widget .widget .widget-post .blog-post {
    padding-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .news-feed-area .news-right-widget .widget .widget-post .blog-post {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .news-feed-area .news-right-widget .widget .widget-post .blog-post {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .news-feed-area .news-right-widget .widget .widget-post .blog-post {
    padding-right: 0;
  }
}
.news-feed-area .news-right-widget .widget .widget-post .blog-post img {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.news-feed-area .news-right-widget .widget .widget-post .blog-post .post-content {
  margin-left: 20px;
}
.news-feed-area .news-right-widget .widget .widget.widget-banner-add {
  border: 0;
  background: url(../img/services/banne-1.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 370px;
  padding: 0;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.news-feed-area .news-right-widget .widget .widget.widget-banner-add::before {
  content: "";
  position: absolute;
  background: #083d58;
  opacity: 0.902;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.news-feed-area .news-right-widget .widget .widget.widget-banner-add .banner-logo {
  display: block;
  padding-bottom: 30px;
  margin-bottom: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.102);
}
.news-feed-area .news-right-widget .widget .widget.widget-banner-add p {
  color: #adbbc2;
}
.news-feed-area .news-right-widget .widget .widget.widget-banner-add .theme_btn {
  padding-left: 50px;
  padding-right: 50px;
}
.news-feed-area .news-right-widget .widget .widget-author-content h5 {
  margin-bottom: 14px;
  margin-top: 22px;
}
.news-feed-area .news-right-widget .widget .widget-author-content p {
  margin-bottom: 25px;
}
.news-feed-area .news-right-widget .widget .widget-author-content .author__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-feed-area .news-right-widget .widget .widget-author-content .author__social a {
  color: #d4d4d4;
  width: 30px;
  aspect-ratio: 1;
  display: -ms-grid;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 14px;
  line-height: 1;
  margin: 0 5px;
}
.news-feed-area .news-right-widget .widget .widget-author-content .author__social a.fb {
  background: #1877f2;
}
.news-feed-area .news-right-widget .widget .widget-author-content .author__social a.ttr {
  background: #1da1f2;
}
.news-feed-area .news-right-widget .widget .widget-author-content .author__social a.lkdin {
  background: #1877f2;
}
.news-feed-area .news-right-widget .widget .widget-author-content .author__social a.ggl {
  background: #cd201f;
}
.news-feed-area .news-right-widget .widget .widget-author-content .author__social a:hover {
  color: var(--theme-color);
}
.news-feed-area .news-right-widget .widget.widget-search {
  padding-bottom: 45px;
}
.news-feed-area .news-right-widget .widget.widget-search .subscribe-form {
  position: relative;
  z-index: 1;
}
.news-feed-area .news-right-widget .widget.widget-search .subscribe-form input {
  color: #999999;
  height: 60px;
  width: 100%;
  padding-left: 22px;
  background: #fff;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.news-feed-area .news-right-widget .widget.widget-search .subscribe-form input::-webkit-input-placeholder {
  color: #999999;
}
.news-feed-area .news-right-widget .widget.widget-search .subscribe-form input::-moz-placeholder {
  color: #999999;
}
.news-feed-area .news-right-widget .widget.widget-search .subscribe-form input:-ms-input-placeholder {
  color: #999999;
}
.news-feed-area .news-right-widget .widget.widget-search .subscribe-form input::-ms-input-placeholder {
  color: #999999;
}
.news-feed-area .news-right-widget .widget.widget-search .subscribe-form input::placeholder {
  color: #999999;
}
.news-feed-area .news-right-widget .widget.widget-search .subscribe-form input::-moz-placeholder {
  color: #999999;
}
.news-feed-area .news-right-widget .widget.widget-search .subscribe-form input::-webkit-placeholder {
  color: #999999;
}
.news-feed-area .news-right-widget .widget.widget-search .subscribe-form input::-o-placeholder {
  color: #999999;
}
.news-feed-area .news-right-widget .widget.widget-search .subscribe-form .widget-btn {
  border: 0;
  background: var(--theme-color);
  width: 60px;
  padding: 17px 0;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 6px 6px 0;
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  -ms-border-radius: 0 6px 6px 0;
  -o-border-radius: 0 6px 6px 0;
  z-index: 1;
}
.news-feed-area .news-right-widget .widget.widget-search .subscribe-form .widget-btn i {
  font-size: 14px;
  color: #fff;
}
.news-feed-area .news-right-widget .widget.widget-post {
  padding-bottom: 50px;
}
.news-feed-area .news-right-widget .widget.widget-post .post-list {
  padding: 0;
  margin: 0;
}
.news-feed-area .news-right-widget .widget.widget-post .post-list li {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 30px;
}
.news-feed-area .news-right-widget .widget.widget-post .post-list li:last-child {
  border-bottom: 0;
  margin-bottom: 10px;
}
.news-feed-area .news-right-widget .widget.widget-post .post-list li .blog-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  padding: 0 0 30px 0;
}
.news-feed-area .news-right-widget .widget.widget-post .post-list li .blog-post:hover h6 a {
  text-decoration: underline;
}
.news-feed-area .news-right-widget .widget.widget-post .post-list li .blog-post:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.news-feed-area .news-right-widget .widget.widget-post .post-list li .blog-post .post-content {
  padding-left: 20px;
}
.news-feed-area .news-right-widget .widget.widget-post .post-list li .blog-post .post-content h6 {
  font-size: 16px;
  padding-bottom: 10px;
  line-height: 1;
}
.news-feed-area .news-right-widget .widget.widget-post .post-list li .blog-post .post-content span {
  font-size: 12px;
  color: #777777;
  font-weight: 300;
}
.news-feed-area .news-right-widget .widget.widget-categories-list {
  padding-bottom: 50px;
}
.news-feed-area .news-right-widget .widget.widget-categories-list ul li:hover a span {
  background: var(--theme-color);
  color: #fff;
}
.news-feed-area .news-right-widget .widget.widget-categories-list ul li a {
  background: #f8f8f8;
  color: #666666;
  font-weight: 400;
  width: 100%;
  display: block;
  padding: 14px 0px 14px 30px;
  margin-bottom: 10px;
  font-size: 16px;
  position: relative;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.news-feed-area .news-right-widget .widget.widget-categories-list ul li a span {
  font-size: 14px;
  font-weight: 700;
  background: #efefef;
  padding: 14px 16px;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 6px 6px 0;
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  -ms-border-radius: 0 6px 6px 0;
  -o-border-radius: 0 6px 6px 0;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.news-feed-area .news-right-widget .widget.widget-categories-list ul li a:hover span {
  background-image: -ms-linear-gradient(0deg, #086ad8 0%, #378cff 100%);
}
.news-feed-area .news-right-widget .widget .tag-list a {
  color: #777777;
  font-size: 12px;
  font-weight: 700;
  background: #f4f4f4;
  display: inline-block;
  padding: 12px 20px;
  margin: 5px 5px;
  line-height: 1;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.news-feed-area .news-right-widget .widget .tag-list a:hover {
  color: #fff;
  background: var(--theme-color);
}
.news-feed-area .news-right-widget .widget .tag-list a:hover {
  background-image: -ms-linear-gradient(0deg, #086ad8 0%, #378cff 100%);
}
.news-feed-area .news-right-widget .widget .widget-add .banner-content img {
  width: 100%;
}
.news-feed-area .page-navigation {
  margin-top: 10px;
}
.news-feed-area .page-navigation .pagination {
  margin-bottom: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 400px) {
  .news-feed-area .page-navigation .pagination {
    margin-bottom: 40px;
  }
}
.news-feed-area .page-navigation .pagination .page-item {
  margin-left: 15px;
}
.news-feed-area .page-navigation .pagination .page-item.active > a {
  color: #fff;
  background-color: #000;
}
.news-feed-area .page-navigation .pagination .page-item a {
  position: relative;
  display: block;
  color: #000;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  border-radius: 5px;
}
.news-feed-area .page-navigation .pagination .page-item a:hover {
  background-color: var(--theme-color);
  color: #fff;
}
.news-feed-area .page-navigation .pagination .page-item1 {
  margin-left: 15px;
}
@media (max-width: 450px) {
  .news-feed-area .page-navigation .pagination .page-item1 {
    display: none;
  }
}
.news-feed-area .page-navigation .pagination .page-item1 a {
  position: relative;
  display: block;
  color: #000;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  border-radius: 5px;
}
.news-feed-area .page-navigation .pagination .page-item1 a:hover {
  background-color: var(--theme-color);
  color: #fff;
}

.news-left2 .news-top .icon-text {
  margin-bottom: 20px;
}
@media (max-width: 450px) {
  .news-left2 .news-top .icon-text .viewers {
    display: block;
  }
}
.news-left2 .news-top .icon-text .viewers a {
  color: #666666;
  font-size: 14px;
  font-weight: 300;
  padding-right: 25px;
  line-height: 0;
  border-right: 2px solid #d4d4d4;
}
@media (max-width: 500px) {
  .news-left2 .news-top .icon-text .viewers a {
    padding: 0 10px;
  }
}
@media (max-width: 450px) {
  .news-left2 .news-top .icon-text .viewers a {
    border: none;
    padding-bottom: 10px;
  }
}
.news-left2 .news-top .icon-text .viewers a i {
  padding-right: 5px;
}
@media (max-width: 450px) {
  .news-left2 .news-top .icon-text .comment {
    display: block;
  }
}
.news-left2 .news-top .icon-text .comment a {
  font-size: 14px;
  color: #666666;
  font-weight: 300;
  line-height: 0;
  padding: 0 25px;
  border-right: 2px solid #d4d4d4;
}
@media (max-width: 500px) {
  .news-left2 .news-top .icon-text .comment a {
    padding: 0 10px;
  }
}
@media (max-width: 450px) {
  .news-left2 .news-top .icon-text .comment a {
    border: none;
    padding-bottom: 10px;
  }
}
.news-left2 .news-top .icon-text .comment a i {
  padding-right: 5px;
}
@media (max-width: 450px) {
  .news-left2 .news-top .icon-text .date {
    display: block;
  }
}
.news-left2 .news-top .icon-text .date a {
  font-size: 14px;
  color: #666666;
  font-weight: 300;
  padding-left: 25px;
}
@media (max-width: 500px) {
  .news-left2 .news-top .icon-text .date a {
    padding: 0 10px;
  }
}
.news-left2 .news-top .icon-text .date a i {
  padding-right: 5px;
}
.news-left2 .news-top .description {
  color: #666666;
  font-size: 16px;
  line-height: 28px;
  margin-top: 30px;
}
.news-left2 .news-top .image-section {
  margin: 60px 0;
}
@media (max-width: 991px) {
  .news-left2 .news-top .image-section .image-1 {
    margin-bottom: 20px;
  }
}
.news-left2 .news-top .image-section img {
  border-radius: 5px;
}
.news-left2 .feature-section {
  padding-top: 60px;
}
.news-left2 .feature-section .section-title {
  font-size: 18px;
  font-weight: 500;
}
.news-left2 .feature-section .title-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  .news-left2 .feature-section .title-inner {
    display: block;
  }
}
.news-left2 .feature-section .title-inner .sect-title {
  width: 50%;
  padding: 0 25px;
  margin-bottom: 35px;
  position: relative;
}
@media (max-width: 768px) {
  .news-left2 .feature-section .title-inner .sect-title {
    width: 100%;
  }
}
.news-left2 .feature-section .title-inner .sect-title::before {
  content: "";
  position: absolute;
  background: #000;
  width: 25px;
  height: 1px;
  left: 0;
  top: 12px;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.news-left2 .feature-section .title-inner .sect-title h3 {
  color: #666666;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  margin-left: 10px;
}
.news-left2 .quote-section {
  margin: 20px 0 40px 0;
  background-color: #000;
  border-radius: 7px;
  padding: 55px 100px;
}
@media (max-width: 450px) {
  .news-left2 .quote-section {
    padding: 40px 20px;
  }
}
.news-left2 .quote-section .icon {
  padding-bottom: 35px;
}
.news-left2 .quote-section .text h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 200;
  line-height: 32px;
  padding-bottom: 20px;
}
@media (max-width: 450px) {
  .news-left2 .quote-section .text h3 {
    font-size: 16px;
  }
}
.news-left2 .quote-section .author2 .name {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}
.news-left2 .quote-section .author2 .intro {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}
.news-left2 .description2 {
  padding: 10px 0 30px 0;
  color: #666666;
  font-size: 16px;
  line-height: 28px;
}
.news-left2 .button-area {
  padding-top: 30px;
}
.news-left2 .button-area .tag-area {
  margin-bottom: 20px;
}
.news-left2 .button-area .tag-area h3 {
  font-size: 20px;
}
.news-left2 .button-area .tag-area .button-tag ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-left2 .button-area .tag-area .button-tag ul li {
  margin: 20px 5px 20px 0;
  padding: 5px 15px;
  font-size: 12px;
  border: 1px solid #f4f4f4;
  border-radius: 8px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.news-left2 .button-area .tag-area .button-tag ul li:hover {
  background-color: var(--theme-color);
}
.news-left2 .button-area .tag-area .button-tag ul li:hover a {
  color: #fff;
}
.news-left2 .button-area .tag-area .button-tag ul li a {
  color: #666666;
}
.news-left2 .button-area .social-area .social-title h3 {
  font-size: 20px;
}
.news-left2 .button-area .social-area .social-icon ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media (max-width: 576px) {
  .news-left2 .button-area .social-area .social-icon ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.news-left2 .button-area .social-area .social-icon ul li {
  padding: 0 10px 0 10px;
  margin: 20px 0 0 7px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.news-left2 .button-area .social-area .social-icon ul li:hover a {
  color: #000;
}
.news-left2 .button-area .social-area .social-icon ul li a {
  color: #666666;
}
.news-left2 .button-area .post-area {
  margin-top: 40px;
  padding: 40px 0;
  border-top: 2px solid #f4f4f4;
}
.news-left2 .button-area .post-area .previous-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 576px) {
  .news-left2 .button-area .post-area .previous-post {
    margin-bottom: 30px;
  }
}
.news-left2 .button-area .post-area .previous-post .post-text {
  padding-left: 15px;
}
.news-left2 .button-area .post-area .previous-post .post-text .sub-title {
  font-size: 14px;
  color: #999999;
  padding-bottom: 10px;
  font-weight: 300;
}
.news-left2 .button-area .post-area .previous-post .post-text .sect-title {
  font-size: 20px;
  color: #000;
}
@media (max-width: 768px) {
  .news-left2 .button-area .post-area .previous-post .post-text .sect-title {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .news-left2 .button-area .post-area .icon-area {
    margin-bottom: 30px;
  }
}
.news-left2 .button-area .post-area .next-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media (max-width: 576px) {
  .news-left2 .button-area .post-area .next-post {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
.news-left2 .button-area .post-area .next-post .post-text {
  padding-right: 15px;
}
.news-left2 .button-area .post-area .next-post .post-text .sub-title {
  font-size: 14px;
  color: #999999;
  padding-bottom: 10px;
  font-weight: 300;
}
.news-left2 .button-area .post-area .next-post .post-text .sect-title {
  font-size: 20px;
  color: #000;
}
@media (max-width: 768px) {
  .news-left2 .button-area .post-area .next-post .post-text .sect-title {
    font-size: 16px;
  }
}
.news-left2 .button-area .comment-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 60px 0 20px 0;
  border-top: 2px solid #f4f4f4;
}
.news-left2 .button-area .comment-header .comment {
  font-size: 20px;
}
.news-left2 .button-area .comment-header .icon a {
  color: #999999;
  font-size: 20px;
}
.news-left2 .button-area .comment-section .comment-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
  padding: 40px 0;
  border-top: 2px solid #f4f4f4;
}
.news-left2 .button-area .comment-section .comment-text .commentator a {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.news-left2 .button-area .comment-section .comment-text .commentator a img {
  width: 100%;
}
.news-left2 .button-area .comment-section .comment-text .text {
  padding-left: 30px;
}
.news-left2 .button-area .comment-section .comment-text .text .section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  margin: 0;
}
.news-left2 .button-area .comment-section .comment-text .text .section-title .title .sub-title {
  font-size: 16px;
  color: #000;
}
.news-left2 .button-area .comment-section .comment-text .text .section-title .title .sect-title {
  line-height: 25px;
}
.news-left2 .button-area .comment-section .comment-text .text .section-title .title .sect-title a {
  font-size: 14px;
  color: #666666;
  font-weight: 400;
  padding-bottom: 17px;
}
.news-left2 .button-area .comment-section .comment-text .text .section-title .button {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.news-left2 .button-area .comment-section .comment-text .text .section-title .button:hover a {
  background-color: var(--theme-color);
  color: #fff;
}
.news-left2 .button-area .comment-section .comment-text .text .section-title .button a {
  font-size: 14px;
  color: #666666;
  border: 1px solid #f4f4f4;
  padding: 0 15px;
  border-radius: 5px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.news-left2 .button-area .comment-section .comment-text .text .description {
  font-size: 16px;
  color: #999999;
  font-weight: 400;
}
.news-left2 .button-area .rating-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 15px 15px 0;
  border-bottom: 1px solid #f4f4f4;
}
.news-left2 .button-area .rating-area .rating-text h2 {
  font-size: 20px;
  color: #000;
}
@media (max-width: 450px) {
  .news-left2 .button-area .rating-area .rating-text h2 {
    font-size: 16px;
  }
}
@media (max-width: 450px) {
  .news-left2 .button-area .rating-area .rating-icon {
    font-size: 16px;
  }
}
.news-left2 .button-area .rating-area .rating-icon .one a {
  color: var(--theme-color);
}
.news-left2 .button-area .rating-area .rating-icon .two a {
  color: var(--theme-color);
}
.news-left2 .button-area .rating-area .rating-icon .three a {
  color: var(--theme-color);
}
.news-left2 .button-area .comment-form .post-title {
  font-size: 26px;
  margin-bottom: 35px;
  padding-top: 30px;
}
@media (max-width: 450px) {
  .news-left2 .button-area .comment-form .post-title {
    font-size: 20px;
  }
}
.news-left2 .button-area .comment-form .contact-form {
  padding: 50px 40px 35px 0;
}
.news-left2 .button-area .comment-form .contact-form .input-box {
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
}
.news-left2 .button-area .comment-form .contact-form .input-box.text-input::before {
  content: "";
}
.news-left2 .button-area .comment-form .contact-form .input-box.mail-input::before {
  content: "";
}
.news-left2 .button-area .comment-form .contact-form .input-box.sub-input::before {
  content: "";
}
.news-left2 .button-area .comment-form .contact-form .input-box::before {
  content: "";
  left: auto;
  right: 30px;
  font-size: 14px;
  font-family: "Font awesome 5 Pro";
  position: absolute;
  font-size: 16px;
  color: #083d59;
  top: 17px;
  z-index: 2;
}
.news-left2 .button-area .comment-form .contact-form .input-box textarea {
  border: 2px solid #f4f4f4;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 30px;
  color: #000;
  font-size: 14px;
  background-color: #ffffff;
  width: 100%;
  height: 315px;
  border-radius: 7px;
  padding-top: 16px;
  resize: none;
  position: relative;
  z-index: 1;
}
.news-left2 .button-area .comment-form .contact-form .input-box input {
  border: 2px solid #f4f4f4;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 30px;
  height: 60px;
  border-radius: 7px;
  color: #000;
  font-size: 14px;
  background-color: #ffffff;
  position: relative;
  width: 100%;
  z-index: 1;
}
.news-left2 .button-area .comment-form .contact-form .form-btn {
  background: var(--theme-color);
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: left;
  width: 100%;
  padding: 21px 40px;
  border: 0;
  border-radius: 7px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.about-us-area {
  padding: 100px 0 70px 0;
}
@media (max-width: 991px) {
  .about-us-area {
    padding: 100px 0 35px 0;
  }
}
.about-us-area .container .image-section {
  position: relative;
  padding: 0 10px 80px 10px;
}
@media (max-width: 991px) {
  .about-us-area .container .image-section {
    padding: 0 10px 50px 10px;
  }
}
@media (max-width: 991px) {
  .about-us-area .container .image-section .image-1 {
    margin-bottom: 20px;
  }
}
.about-us-area .container .image-section img {
  border-radius: 5px;
}
@media (max-width: 991px) {
  .about-us-area .container .image-section img {
    width: 100%;
  }
}
.about-us-area .container .image-section .section-title {
  margin-bottom: 0;
}
.about-us-area .container .image-section .section-title .title-inner {
  position: absolute;
  text-align: center;
  background-color: #fff;
  margin: 0 auto;
  width: 37%;
  padding: 50px 100px;
  top: 29%;
  left: 32%;
  border-radius: 5px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .about-us-area .container .image-section .section-title .title-inner {
    width: 45%;
    top: 43%;
    left: 28%;
  }
}
@media (max-width: 768px) {
  .about-us-area .container .image-section .section-title .title-inner {
    width: 40%;
    padding: 25px 30px;
    top: 43%;
  }
}
@media (max-width: 576px) {
  .about-us-area .container .image-section .section-title .title-inner {
    display: none;
  }
}
.about-us-area .container .image-section .section-title .title-inner .sub-title {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
}
.about-us-area .container .image-section .section-title .title-inner .semi-title {
  font-size: 40px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .about-us-area .container .image-section .section-title .title-inner .semi-title {
    font-size: 16px;
    font-weight: 700;
  }
}
.about-us-area .container .section-text .description {
  font-size: 16px;
  color: #666666;
  font-weight: 400;
  line-height: 28px;
}
@media (max-width: 991px) {
  .about-us-area .container .section-text .description {
    padding-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .about-us-area .container .section-text .service-list {
    padding-top: 10px;
  }
}
.about-us-area .container .section-text .service-list ul {
  position: relative;
  padding-left: 50px;
  z-index: 2;
}
@media (max-width: 991px) {
  .about-us-area .container .section-text .service-list ul {
    padding-left: 0;
  }
}
.about-us-area .container .section-text .service-list ul li {
  padding: 0 60px 30px 60px;
  position: relative;
}
@media (max-width: 991px) {
  .about-us-area .container .section-text .service-list ul li {
    padding: 0 60px 30px 25px;
  }
}
.about-us-area .container .section-text .service-list ul li:hover a {
  text-decoration: underline;
}
.about-us-area .container .section-text .service-list ul li::before {
  content: "";
  left: 25px;
  right: auto;
  font-family: "Font awesome 5 Pro";
  position: absolute;
  font-size: 20px;
  font-weight: 300;
  color: #999999;
  top: 0;
  z-index: 2;
}
@media (max-width: 991px) {
  .about-us-area .container .section-text .service-list ul li::before {
    left: 0;
  }
}
.about-us-area .container .section-text .service-list ul li a {
  font-size: 18px;
  font-weight: 500;
}

.team-area {
  overflow: hidden;
  background-color: #f6f6f6;
  padding: 100px 0 50px 0;
}
@media (max-width: 991px) {
  .team-area {
    padding: 60px 0 35px 0;
  }
}
.team-area .container .sub-title {
  color: #666666;
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
  padding-bottom: 10px;
}
.team-area .container .section-title {
  font-size: 40px;
}
@media (max-width: 450px) {
  .team-area .container .section-title {
    font-size: 30px;
  }
}
.team-area .container .team-wraper {
  position: relative;
  margin-bottom: 35px;
  width: 100%;
  overflow: hidden;
}
.team-area .container .team-wraper:hover .team-content .footer__social {
  visibility: visible;
  opacity: 1;
  margin-top: 30px;
  height: 50px;
}
.team-area .container .team-wraper:hover .team-content .footer__social a {
  display: inline-block;
  -webkit-transform: scale(1);
  opacity: 1;
}
.team-area .container .team-wraper .team-thumb {
  position: relative;
  z-index: 1;
}
.team-area .container .team-wraper .team-thumb::before {
  content: "";
  background-image: -webkit-linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.702;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.team-area .container .team-wraper .team-thumb a img {
  width: 100%;
}
.team-area .container .team-wraper .team-content {
  left: 50px;
  position: absolute;
  right: 60px;
  bottom: 20px;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.team-area .container .team-wraper .team-content h3 a {
  color: #ffffff;
  font-size: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.102);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: inline-block;
}
@media (max-width: 450px) {
  .team-area .container .team-wraper .team-content h3 a {
    font-size: 25px;
  }
}
.team-area .container .team-wraper .team-content h6 {
  color: #ffffff;
  font-weight: 400;
  margin: 15px 0 15px 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.team-area .container .team-wraper .team-content .footer__social {
  visibility: hidden;
  opacity: 0;
  margin: 0;
  height: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.team-area .container .team-wraper .team-content .footer__social a {
  padding: 0 3px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.102);
  width: 45px;
  height: 47px;
  line-height: 50px;
  -webkit-transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: center;
  margin-right: 8px;
  transition: all 0.3s ease 0s;
}
@media (max-width: 991px) and (min-width: 900px) {
  .team-area .container .team-wraper .team-content .footer__social a {
    padding: 0;
    width: 30px;
    height: 45px;
    margin-right: 2px;
  }
}
.team-area .container .team-wraper .team-content .footer__social a:hover {
  background-color: #000;
  color: #fff;
}
@media (max-width: 1200px) {
  .team-area .container .slider-div {
    min-width: unset;
  }
  .team-area .container .collection-item a {
    width: 100%;
  }
}

.features-area {
  padding: 100px 0;
}
@media (max-width: 991px) {
  .features-area {
    padding: 70px 0;
  }
}
.features-area .container .features-1 {
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .features-area .container .features-1 {
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .features-area .container .features-1 .image-section {
    margin-bottom: 30px;
  }
}
.features-area .container .features-1 .image-section img {
  border-radius: 5px;
}
.features-area .container .features-1 .section-content {
  padding-left: 50px;
}
@media (max-width: 991px) {
  .features-area .container .features-1 .section-content {
    padding: 0;
  }
}
.features-area .container .features-1 .section-content .sub-title {
  color: #666666;
  font-size: 14px;
  font-weight: 300;
  padding-bottom: 15px;
}
.features-area .container .features-1 .section-content .section-title {
  font-size: 40px;
  margin-bottom: 30px;
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .features-area .container .features-1 .section-content .section-title {
    font-size: 34px;
  }
}
@media (max-width: 1200px) and (min-width: 991px) {
  .features-area .container .features-1 .section-content .section-title {
    font-size: 22px;
    margin-bottom: 0;
  }
}
@media (max-width: 650px) {
  .features-area .container .features-1 .section-content .section-title {
    font-size: 34px;
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .features-area .container .features-1 .section-content .section-title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
@media (max-width: 400px) {
  .features-area .container .features-1 .section-content .section-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.features-area .container .features-1 .section-content .description {
  font-size: 18px;
  color: #666666;
  line-height: 32px;
  padding-bottom: 35px;
}
@media (max-width: 1200px) and (min-width: 991px) {
  .features-area .container .features-1 .section-content .description {
    padding-bottom: 15px;
  }
}
@media (max-width: 576px) {
  .features-area .container .features-1 .section-content .description {
    font-size: 16px;
    line-height: 28px;
  }
}
.features-area .container .features-1 .section-content .section-button {
  width: 160px;
  padding: 15px 29px;
  border: 2px solid #f4f4f4;
  border-radius: 5px;
  -webkit-transition: background 500ms;
  transition: background 500ms;
}
.features-area .container .features-1 .section-content .section-button a {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.features-area .container .features-1 .section-content .section-button:hover {
  background-color: #000;
}
.features-area .container .features-1 .section-content .section-button:hover a {
  color: #fff;
}
.features-area .container .features-2 .image-section img {
  border-radius: 5px;
}
.features-area .container .features-2 .section-content {
  padding-right: 50px;
}
.features-area .container .features-2 .section-content .sub-title {
  color: #666666;
  font-size: 14px;
  font-weight: 300;
  padding-bottom: 15px;
}
.features-area .container .features-2 .section-content .section-title {
  font-size: 40px;
  margin-bottom: 30px;
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .features-area .container .features-2 .section-content .section-title {
    font-size: 34px;
  }
}
@media (max-width: 1200px) and (min-width: 991px) {
  .features-area .container .features-2 .section-content .section-title {
    font-size: 22px;
    margin-bottom: 0;
  }
}
@media (max-width: 650px) {
  .features-area .container .features-2 .section-content .section-title {
    font-size: 34px;
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .features-area .container .features-2 .section-content .section-title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
@media (max-width: 400px) {
  .features-area .container .features-2 .section-content .section-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.features-area .container .features-2 .section-content .description {
  font-size: 18px;
  color: #666666;
  line-height: 32px;
  padding-bottom: 35px;
}
@media (max-width: 1200px) and (min-width: 991px) {
  .features-area .container .features-2 .section-content .description {
    padding-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .features-area .container .features-2 .section-content .description {
    padding-bottom: 15px;
  }
}
@media (max-width: 576px) {
  .features-area .container .features-2 .section-content .description {
    font-size: 16px;
    line-height: 28px;
  }
}
.features-area .container .features-2 .section-content .section-button {
  width: 190px;
  padding: 15px 29px;
  border: 2px solid #f4f4f4;
  border-radius: 5px;
  -webkit-transition: background 500ms;
  transition: background 500ms;
}
@media (max-width: 991px) {
  .features-area .container .features-2 .section-content .section-button {
    margin-bottom: 30px;
  }
}
.features-area .container .features-2 .section-content .section-button a {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.features-area .container .features-2 .section-content .section-button:hover {
  background-color: #000;
}
.features-area .container .features-2 .section-content .section-button:hover a {
  color: #fff;
}

.contact-area {
  padding: 50px 0 0 0;
}
.contact-area .container .contact-form {
  padding-bottom: 100px;
}
.contact-area .container .contact-form .post-title {
  font-size: 26px;
  margin-bottom: 5px;
  padding-top: 30px;
  line-height: 1;
}
@media (max-width: 450px) {
  .contact-area .container .contact-form .post-title {
    font-size: 20px;
  }
}
.contact-area .container .contact-form .sub-title {
  font-size: 14px;
  color: #666666;
  font-weight: 300;
  padding-bottom: 35px;
}
.contact-area .container .contact-form .info-form {
  padding: 0;
}
.contact-area .container .contact-form .info-form .input-box {
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
}
@media (max-width: 576px) {
  .contact-area .container .contact-form .info-form .input-box {
    margin-bottom: 10px;
  }
}
.contact-area .container .contact-form .info-form .input-box textarea {
  border: 2px solid #f4f4f4;
  border-radius: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 30px;
  color: #000;
  font-size: 14px;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  padding-top: 16px;
  resize: none;
  position: relative;
  z-index: 1;
}
.contact-area .container .contact-form .info-form .input-box input {
  border: 2px solid #f4f4f4;
  border-radius: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 30px;
  height: 60px;
  color: #000;
  font-size: 14px;
  background-color: #ffffff;
  position: relative;
  width: 100%;
  z-index: 1;
}
.contact-area .container .contact-form .info-form .form-btn {
  background: var(--theme-color);
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 21px 40px;
  border: 0;
  border-radius: 5px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.contact-area .container .contact-form .info-form .form-btn:hover i {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.contact-area .container .contact-form .info-form .form-btn i {
  margin-left: 10px;
}
.contact-area .container .right-side {
  padding: 0 30px;
}
@media (max-width: 991px) {
  .contact-area .container .right-side {
    padding: 0;
  }
}
.contact-area .container .right-side .get-in-touch {
  background-color: #f9f9f9;
  padding: 50px 25px 50px 50px;
  border-radius: 5px;
}
@media (max-width: 1200px) {
  .contact-area .container .right-side .get-in-touch {
    padding: 50px 0 50px 25px;
  }
}
@media (max-width: 576px) {
  .contact-area .container .right-side .get-in-touch {
    padding: 25px 0 25px 15px;
  }
}
.contact-area .container .right-side .get-in-touch h3 {
  font-size: 26px;
  margin-bottom: 30px;
  line-height: 1;
}
.contact-area .container .right-side .get-in-touch .contact {
  padding: 0 35px;
}
.contact-area .container .right-side .get-in-touch .contact ul li {
  position: relative;
  padding: 12px 0;
  font-size: 15px;
  color: #666666;
  font-weight: 300;
  cursor: pointer;
}
.contact-area .container .right-side .get-in-touch .contact ul li.two:hover a {
  text-decoration: underline;
  font-weight: bold;
}
.contact-area .container .right-side .get-in-touch .contact ul li a {
  font-size: 15px;
  color: #666666;
  font-weight: 300;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.contact-area .container .right-side .get-in-touch .contact ul li.one::before {
  content: "";
  left: -35px;
  top: 12px;
  color: #000;
  right: auto;
  font-family: "Font awesome 5 Pro";
  position: absolute;
  font-size: 16px;
  font-weight: 300;
  z-index: 2;
}
.contact-area .container .right-side .get-in-touch .contact ul li.two::before {
  content: "";
  left: -35px;
  top: 11px;
  color: #000;
  right: auto;
  font-family: "Font awesome 5 Pro";
  position: absolute;
  font-size: 16px;
  font-weight: 300;
  z-index: 2;
}
.contact-area .container .right-side .get-in-touch .contact ul li.three::before {
  content: "";
  left: -35px;
  top: 11px;
  color: #000;
  right: auto;
  font-family: "Font awesome 5 Pro";
  position: absolute;
  font-size: 16px;
  font-weight: 300;
  z-index: 2;
}
.contact-area .container .right-side .section-button {
  text-align: center;
}
@media (max-width: 991px) {
  .contact-area .container .right-side .section-button {
    margin-bottom: 50px;
  }
}
.contact-area .container .right-side .section-button .btn-1 {
  margin: 25px 0 10px 0;
  border: 2px solid #f4f4f4;
  border-radius: 5px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
@media (max-width: 400px) {
  .contact-area .container .right-side .section-button .btn-1 {
    font-size: 14px;
  }
}
.contact-area .container .right-side .section-button .btn-1:hover {
  background-color: #000;
}
.contact-area .container .right-side .section-button .btn-1:hover a {
  color: #fff;
}
.contact-area .container .right-side .section-button .btn-1 a {
  padding: 15px 20px;
  display: block;
}
.contact-area .container .right-side .section-button .btn-1 a i {
  margin-left: 10px;
  font-weight: 500;
}
.contact-area .container .right-side .section-button .btn-2 {
  border: 2px solid #f4f4f4;
  border-radius: 5px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
@media (max-width: 400px) {
  .contact-area .container .right-side .section-button .btn-2 {
    font-size: 14px;
  }
}
.contact-area .container .right-side .section-button .btn-2:hover {
  background-color: #000;
}
.contact-area .container .right-side .section-button .btn-2:hover a {
  color: #fff;
}
.contact-area .container .right-side .section-button .btn-2 a {
  padding: 15px 20px;
  display: block;
}
.contact-area .container .right-side .section-button .btn-2 a i {
  margin-left: 10px;
  font-weight: 500;
}
.contact-area .map p iframe {
  width: 100%;
  height: 500px;
}

.thanks-area {
  padding: 150px 0;
}
@media (max-width: 991px) {
  .thanks-area {
    padding: 100px 0;
  }
}
@media (max-width: 576px) {
  .thanks-area {
    padding: 75px 0;
  }
}
.thanks-area .container .section-inner {
  text-align: center;
}
.thanks-area .container .section-inner .section-icon {
  margin: 0 auto;
  width: 90px;
  height: 90px;
  font-size: 30px;
  padding: 24px 0;
  border: 2px solid #ebe9e9;
  text-align: center;
  border-radius: 50%;
}
.thanks-area .container .section-inner .section-icon i {
  margin: 0 auto;
  font-size: 30px;
  color: #99cc33;
}
.thanks-area .container .section-inner .section-title {
  margin: 35px 0;
}
@media (max-width: 450px) {
  .thanks-area .container .section-inner .section-title {
    margin: 25px 0;
  }
}
.thanks-area .container .section-inner .section-title .sub-title {
  padding-bottom: 25px;
  font-size: 48px;
  font-weight: 700;
}
@media (max-width: 450px) {
  .thanks-area .container .section-inner .section-title .sub-title {
    font-size: 30px;
    padding-bottom: 15px;
  }
}
.thanks-area .container .section-inner .section-title .sect-title {
  color: #666666;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}
@media (max-width: 450px) {
  .thanks-area .container .section-inner .section-title .sect-title {
    font-size: 16px;
    line-height: 28px;
  }
}
.thanks-area .container .section-inner .section-button .btn-1 {
  padding: 15px 30px;
  margin: 0 0 25px 0;
  border: 2px solid #f4f4f4;
  border-radius: 8px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  background-color: #000;
  color: #CBCBCB;
}
@media (max-width: 400px) {
  .thanks-area .container .section-inner .section-button .btn-1 {
    font-size: 14px;
  }
}
.thanks-area .container .section-inner .section-button .btn-1:hover {
  color: #fff;
}
.thanks-area .container .section-inner .section-button .btn-1:hover i {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}
.thanks-area .container .section-inner .section-button .btn-1 i {
  margin-right: 10px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.thanks-area .container .section-inner .section-button h3 {
  color: #666666;
  font-size: 14px;
  font-weight: 300;
}
.thanks-area .container .section-inner .section-button h3 .btn-2 {
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  -webkit-text-decoration-color: #999999;
          text-decoration-color: #999999;
  text-decoration-thickness: 2px;
}
.thanks-area .container .section-inner .section-button h3 .btn-2:hover {
  color: #000;
}

.login-area {
  padding: 80px 0;
}
@media (max-width: 450px) {
  .login-area {
    padding: 50px 0;
  }
}
.login-area .container .login-form {
  margin-right: 20px;
}
.login-area .container .login-form .section-title {
  margin-bottom: 40px;
}
@media (max-width: 450px) {
  .login-area .container .login-form .section-title {
    margin: 30px 0 10px 0;
  }
}
.login-area .container .login-form .section-title h2 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
}
.login-area .container .login-form .card .card-body {
  padding: 50px 40px;
}
.login-area .container .login-form .card .card-body .form {
  margin-bottom: 30px;
}
.login-area .container .login-form .card .card-body .form .form-label {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #444;
}
.login-area .container .login-form .card .card-body .form .form-control {
  color: #000;
  border: 2px solid #f4f4f4;
  padding: 18px 15px 18px 30px;
  border-radius: 5px;
}
.login-area .container .login-form .card .card-body .form .form-control::-webkit-input-placeholder {
  color: #666666;
}
.login-area .container .login-form .card .card-body .form .form-control::-moz-placeholder {
  color: #666666;
}
.login-area .container .login-form .card .card-body .form .form-control:-ms-input-placeholder {
  color: #666666;
}
.login-area .container .login-form .card .card-body .form .form-control::-ms-input-placeholder {
  color: #666666;
}
.login-area .container .login-form .card .card-body .form .form-control::placeholder {
  color: #666666;
}
.login-area .container .login-form .card .card-body .form .password-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.login-area .container .login-form .card .card-body .form .password-input .show-password-input {
  position: absolute;
  right: 10px;
  cursor: pointer;
}
.login-area .container .login-form .card .card-body .form .password-input .show-password-input::after {
  content: "";
  font-weight: 500;
  color: #777777;
  font-family: "Font awesome 5 Pro";
}
.login-area .container .login-form .card .card-body .form .btn {
  text-align: center;
  width: 200px;
  height: 60px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  background-color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.login-area .container .login-form .card .card-body .form .btn:hover i {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.login-area .container .login-form .card .card-body .form .btn i {
  margin-left: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.login-area .container .login-form .card .card-body .forgot-password {
  font-size: 16px;
  color: #444;
  font-weight: 500;
  margin-top: 18px;
}
.login-area .container .register-form {
  margin-left: 20px;
}
.login-area .container .register-form .section-title {
  margin-bottom: 40px;
}
@media (max-width: 450px) {
  .login-area .container .register-form .section-title {
    margin: 30px 0 10px 0;
  }
}
.login-area .container .register-form .section-title h2 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
}
.login-area .container .register-form .card .card-body {
  padding: 50px 40px;
}
.login-area .container .register-form .card .card-body .form {
  margin-bottom: 30px;
}
.login-area .container .register-form .card .card-body .form .form-label {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #444;
}
.login-area .container .register-form .card .card-body .form .form-control {
  color: #666666;
  border: 2px solid #f4f4f4;
  padding: 18px 15px 18px 30px;
  border-radius: 5px;
}
.login-area .container .register-form .card .card-body .form .password-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.login-area .container .register-form .card .card-body .form .password-input .show-password-input {
  position: absolute;
  right: 10px;
  cursor: pointer;
}
.login-area .container .register-form .card .card-body .form .password-input .show-password-input::after {
  content: "";
  font-weight: 500;
  color: #777777;
  font-family: "Font awesome 5 Pro";
}
.login-area .container .register-form .card .card-body .form .btn {
  text-align: center;
  width: 200px;
  height: 60px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  background-color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.login-area .container .register-form .card .card-body .form .btn:hover i {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.login-area .container .register-form .card .card-body .form .btn i {
  margin-left: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.login-area .container .register-form .card .card-body .forgot-password {
  font-size: 16px;
  color: #444;
  font-weight: 500;
  margin-top: 18px;
}

.faq-area {
  padding: 100px 0;
}
.faq-area .container .faq-que-list .accordion-item {
  border: 1px solid #e7e7e7;
  border-radius: 7px;
  background-color: transparent;
  margin-bottom: 25px;
}
.faq-area .container .faq-que-list .accordion-item button:focus,
.faq-area .container .faq-que-list .accordion-item input:focus,
.faq-area .container .faq-que-list .accordion-item input:focus,
.faq-area .container .faq-que-list .accordion-item textarea,
.faq-area .container .faq-que-list .accordion-item textarea:focus {
  outline: 0;
}
.faq-area .container .faq-que-list .accordion-item .accordion-button {
  transition: unset;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  border: 0;
  background-color: transparent;
  border-radius: 0;
  padding: 20px 25px 18px 25px;
  position: relative;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  -webkit-transition: unset;
  -moz-transition: unset;
  -ms-transition: unset;
  -o-transition: unset;
  word-wrap: normal;
}
.faq-area .container .faq-que-list .accordion-item .accordion-button.collapsed {
  -webkit-box-shadow: 0 10px 10px 0 rgba(255, 255, 255, 0.2);
          box-shadow: 0 10px 10px 0 rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) and (min-width: 768px) {
  .faq-area .container .faq-que-list .accordion-item .accordion-button {
    padding: 21px 15px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .faq-area .container .faq-que-list .accordion-item .accordion-button {
    padding: 21px 15px;
    font-size: 18px;
  }
}
.faq-area .container .faq-que-list .accordion-item .accordion-button:not(.collapsed) {
  color: unset;
  background-color: unset;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.faq-area .container .faq-que-list .accordion-item .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}
.faq-area .container .faq-que-list .accordion-item .accordion-button::before {
  content: "";
  position: absolute;
  font-family: "Font awesome 5 Pro";
  font-size: 18px;
  font-weight: 300;
  color: #000;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 991px) and (min-width: 768px) {
  .faq-area .container .faq-que-list .accordion-item .accordion-button::before {
    right: 10px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .faq-area .container .faq-que-list .accordion-item .accordion-button::before {
    right: 10px;
    font-size: 16px;
  }
}
.faq-area .container .faq-que-list .accordion-item .accordion-button::after {
  display: none;
}
.faq-area .container .faq-que-list .accordion-item .collapsed {
  border: 0;
}
.faq-area .container .faq-que-list .accordion-item .collapsed::before {
  content: "";
}
.faq-area .container .faq-que-list .accordion-item .accordion-body {
  padding: 0;
  padding: 0 30px 24px 25px;
}
.faq-area .container .faq-que-list .accordion-item .accordion-body p {
  font-size: 16px;
  color: #666666;
  font-weight: 300;
  line-height: 28px;
}
@media (max-width: 767px) {
  .faq-area .container .faq-que-list .accordion-item .accordion-body {
    padding: 0 15px 24px 15px;
  }
}
.faq-area .container .faq-bg-area {
  position: relative;
  z-index: 1;
}
.faq-area .container .faq-bg-area::before {
  content: "";
  position: absolute;
  background-image: -ms-linear-gradient(0deg, #086ad8 0%, #378cff 100%);
  opacity: 0.941;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.faq-area .container .faq-bg-area .faq-que-list .accordion-item {
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.faq-area .container .faq-bg-area .faq-que-list .accordion-item:nth-child(1) {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.faq-area .container .faq-bg-area .faq-que-list .accordion-item .accordion-button {
  color: #fff;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .faq-area .container .faq-bg-area .faq-que-list .accordion-item .accordion-button {
    padding-left: 0;
    padding-right: 15px;
  }
}
.faq-area .container .faq-bg-area .faq-que-list .accordion-item .accordion-button::before {
  color: #fff;
  right: 0;
}
.faq-area .container .faq-bg-area .faq-que-list .accordion-item .accordion-body {
  padding: 0 30px 20px 0;
}
.faq-area .container .faq-bg-area .faq-que-list .accordion-item .accordion-body p {
  font-size: 16px;
  color: #666666;
  font-weight: 300;
  line-height: 28px;
}
@media (max-width: 767px) {
  .faq-area .container .faq-bg-area .faq-que-list .accordion-item .accordion-body {
    padding: 0 15px 20px 0;
  }
}
.faq-area .container .faq-bg-area .faq-que-list .accordion-item .accordion-body p {
  color: rgba(255, 255, 255, 0.8);
}

.error-area {
  position: relative;
  width: 100%;
  height: 100vh;
}
.error-area .container .section-inner {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
.error-area .container .section-inner .error-img {
  margin-bottom: 50px;
}
@media (max-width: 450px) {
  .error-area .container .section-inner .error-img {
    margin-bottom: 20px;
  }
}
.error-area .container .section-inner .title {
  margin-bottom: 40px;
}
@media (max-width: 450px) {
  .error-area .container .section-inner .title {
    margin-bottom: 20px;
  }
}
.error-area .container .section-inner .title .sub-title {
  font-size: 48px;
  font-weight: bold;
  padding-bottom: 30px;
}
@media (max-width: 450px) {
  .error-area .container .section-inner .title .sub-title {
    padding-bottom: 15px;
  }
}
.error-area .container .section-inner .title .sect-title {
  font-size: 18px;
  font-weight: 300;
  color: #666666;
  line-height: 28px;
}
.error-area .container .section-inner .section-button a {
  font-size: 14px;
  color: #fff;
  background-color: #000;
  padding: 16px 30px;
  border: 1px solid #000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.error-area .container .section-inner .section-button a:hover i {
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}
.error-area .container .section-inner .section-button a i {
  padding-right: 20px;
}

.rts-product-details-section {
  padding-top: 100px;
  padding-bottom: 70px;
  border-bottom: 1px solid #f0f0f0;
}
@media (max-width: 768px) {
  .rts-product-details-section .product-thumb-area {
    margin-right: 30px;
  }
  .rts-product-details-section .contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin: 0 auto;
  }
}
@media (max-width: 900px) {
  .rts-product-details-section .details-product-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .rts-product-details-section .details-product-area .product-thumb-area {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .rts-product-details-section .details-product-area .product-thumb-area .thumb-wrapper {
    width: 100%;
  }
  .rts-product-details-section .details-product-area .product-thumb-area .product-thumb {
    margin-bottom: 20px;
  }
  .rts-product-details-section .details-product-area .product-thumb-area .product-thumb-filter-group {
    margin-left: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .rts-product-details-section .details-product-area .product-thumb-area .product-thumb-filter-group .thumb-filter {
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .rts-product-details-section {
    padding-top: 50px;
  }
}
.rts-product-details-section .product-thumb-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 70px;
}
.rts-product-details-section .product-thumb-filter-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 20px;
}
.rts-product-details-section .product-thumb-filter-group .thumb-filter {
  max-width: 70px;
  opacity: 40%;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
}
.rts-product-details-section .product-thumb-filter-group .thumb-filter.active {
  opacity: 1;
}
.rts-product-details-section .product-row {
  padding-bottom: 10px;
  margin-bottom: 70px;
  border-bottom: 1px solid #f0f0f0;
}
.rts-product-details-section .col-lg-25 {
  width: 20%;
}
@media (max-width: 1200px) {
  .rts-product-details-section .col-lg-25 {
    display: none;
  }
}
.rts-product-details-section .side-products .product-item .product-image {
  max-width: 225px !important;
}
.rts-product-details-section .details-product-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 576px) {
  .rts-product-details-section .details-product-area {
    margin-bottom: 30px;
  }
}
.rts-product-details-section .details-product-area table {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .rts-product-details-section .details-product-area table {
    margin-top: 30px;
  }
}
@media (max-width: 576px) {
  .rts-product-details-section .details-product-area table {
    margin-bottom: 0;
  }
}
.rts-product-details-section .details-product-area table tr {
  border-bottom: 1px solid #f4f4f4;
}
@media (max-width: 768px) {
  .rts-product-details-section .details-product-area table tr {
    border: none;
    margin-bottom: 40px;
  }
}
.rts-product-details-section .details-product-area table tr .first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media (max-width: 768px) {
  .rts-product-details-section .details-product-area table tr .first-child {
    display: block;
    text-align: center;
  }
}
.rts-product-details-section .details-product-area table tr .first-child .image-section {
  width: 20%;
}
@media (max-width: 768px) {
  .rts-product-details-section .details-product-area table tr .first-child .image-section {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .rts-product-details-section .details-product-area table tr .first-child .image-section img {
    width: 50%;
  }
}
.rts-product-details-section .details-product-area table tr .first-child .text {
  display: -ms-grid;
  display: grid;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .rts-product-details-section .details-product-area table tr .first-child .text {
    margin: 10px 0 0 0;
  }
}
.rts-product-details-section .details-product-area table tr .first-child .text a {
  font-size: 14px;
  color: #333333;
}
@media (max-width: 768px) {
  .rts-product-details-section .details-product-area table tr .first-child .text a {
    font-size: 16px;
  }
}
.rts-product-details-section .details-product-area table tr .first-child .text .color {
  color: #222222;
  font-size: 12px;
  line-height: 1.6;
  padding: 5px 0;
}
@media (max-width: 768px) {
  .rts-product-details-section .details-product-area table tr .first-child .text .color {
    font-size: 14px;
  }
}
.rts-product-details-section .details-product-area table tr .first-child .text .price {
  color: #000;
  font-size: 13px;
}
@media (max-width: 768px) {
  .rts-product-details-section .details-product-area table tr .first-child .text .price {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .rts-product-details-section .details-product-area table tr .cart-edit {
    margin: 10px 0 0 0;
  }
}
.rts-product-details-section .details-product-area table tr .cart-edit .quantity-edit {
  width: 110px;
  height: 50px;
}
@media (max-width: 768px) {
  .rts-product-details-section .details-product-area table tr .cart-edit .quantity-edit {
    width: 50%;
    margin: 0 auto;
  }
}
.rts-product-details-section .details-product-area .product-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 7px;
}
.rts-product-details-section .details-product-area .product-catagory {
  background: #98bd25;
  padding: 0px 10px;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  margin-right: 20px;
}
.rts-product-details-section .details-product-area .rating-stars-group .rating-star i {
  color: #ffcd00;
  font-size: 15px;
}
.rts-product-details-section .details-product-area .rating-stars-group span {
  font-size: 14px;
  font-weight: 400;
  color: #777777;
}
.rts-product-details-section .details-product-area .product-title {
  font-size: 26px;
  margin-bottom: 7px;
}
.rts-product-details-section .details-product-area .stock {
  font-size: 12px;
  font-weight: 600;
  color: #98bd25;
  padding: 2px 7px;
  border: 1px solid #ededed;
  border-radius: 4px;
  margin-left: 5px;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.rts-product-details-section .details-product-area .stock1 {
  font-size: 12px;
  font-weight: 600;
  color: #ff0000;
  padding: 3px 7px;
  border: 1px solid #ededed;
  border-radius: 4px;
  margin-left: 5px;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.rts-product-details-section .details-product-area .product-price {
  margin-bottom: 30px;
  font-size: 36px;
  color: #d51243;
}
.rts-product-details-section .details-product-area .product-price .old-price {
  font-size: 20px;
  font-weight: 600;
  color: #cfcfcf;
  text-decoration: line-through;
}
.rts-product-details-section .details-product-area p {
  color: #777777;
  max-width: 540px;
  margin-bottom: 20px;
}
.rts-product-details-section .details-product-area .action-item2 {
  padding: 10px 0;
  border-radius: 6px;
  margin-bottom: 10px;
}
.rts-product-details-section .details-product-area .action-item2 .action-top {
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.rts-product-details-section .details-product-area .action-item2 .action-top .action-title {
  font-size: 16px;
}
.rts-product-details-section .details-product-area .action-item2 .action-top .down-icon i {
  font-size: 17px;
}
.rts-product-details-section .details-product-area .action-item2 .category-item:last-child .category-item-inner {
  margin-bottom: 0;
}
.rts-product-details-section .details-product-area .action-item2 .category-item .category-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  margin-bottom: 10px;
}
.rts-product-details-section .details-product-area .action-item2 .category-item .category-title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rts-product-details-section .details-product-area .action-item2 .category-item .point {
  background: #e3e3e3;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 10px;
}
.rts-product-details-section .details-product-area .action-item2 .category-item .category-title {
  font-size: 14px;
  color: #777777;
  font-weight: 500;
}
.rts-product-details-section .details-product-area .action-item2 .category-item i {
  font-size: 14px;
  color: #999999;
}
.rts-product-details-section .details-product-area .action-item2 .category-item .sub-categorys {
  margin-left: 20px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 500ms;
  transition: max-height 500ms;
}
.rts-product-details-section .details-product-area .action-item2 .category-item .sub-categorys .sub-categorys-inner {
  padding-bottom: 15px;
}
.rts-product-details-section .details-product-area .action-item2 .category-item .sub-categorys a {
  font-size: 14px;
  color: #777777;
  font-weight: 500;
}
.rts-product-details-section .details-product-area .action-item2 .category-item .sub-categorys a:hover {
  color: #040404;
}
.rts-product-details-section .details-product-area .action-item2 .category-item.show .sub-categorys {
  max-height: 500px;
}
.rts-product-details-section .details-product-area .action-item2 .category-item.show .category-item-inner .down-icon i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.rts-product-details-section .details-product-area .action-item2 .color-item2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
}
.rts-product-details-section .details-product-area .action-item2 .color-item2:hover .color-arrow {
  color: #040404;
}
.rts-product-details-section .details-product-area .action-item2 .color-item2:last-child {
  margin-bottom: 0;
}
.rts-product-details-section .details-product-area .action-item2 .color-item2.selected .color i {
  display: block;
}
.rts-product-details-section .details-product-area .action-item2 .color-item2 .color {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 10px;
}
.rts-product-details-section .details-product-area .action-item2 .color-item2 .color i {
  display: none;
  color: white;
  font-size: 8px;
  -webkit-transform: translateX(3px) translateY(2px);
          transform: translateX(3px) translateY(2px);
}
.rts-product-details-section .details-product-area .action-item2 .color-item2 .color i::before {
  content: "";
}
.rts-product-details-section .details-product-area .action-item2 .color-item2 .color.black {
  background: #000;
}
.rts-product-details-section .details-product-area .action-item2 .color-item2 .color.blue {
  background: #0084ff;
}
.rts-product-details-section .details-product-area .action-item2 .color-item2 .color.gray {
  background: #d4d4d4;
}
.rts-product-details-section .details-product-area .action-item2 .color-item2 .color.green {
  background: #61b163;
}
.rts-product-details-section .details-product-area .action-item2 .color-item2 .color.red {
  background: #ff6262;
}
.rts-product-details-section .details-product-area .action-item2 .color-item2 .color.yellow {
  background: #ffc000;
}
.rts-product-details-section .details-product-area .action-item2 .color-item2 .color-name {
  font-size: 14px;
  color: #777777;
}
.rts-product-details-section .details-product-area .action-item2 .color-item2 .color-arrow {
  margin-left: auto;
  color: #b9b9b9;
}
.rts-product-details-section .details-product-area .action-item2 .product-brands .brands-inner {
  max-height: 400px;
  overflow-y: scroll;
}
.rts-product-details-section .details-product-area .action-item2 .product-brands .brands-inner::-webkit-scrollbar {
  width: 3px;
}
.rts-product-details-section .details-product-area .action-item2 .product-brands .brands-inner::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.rts-product-details-section .details-product-area .action-item2 .product-brands .brands-inner::-webkit-scrollbar-thumb {
  background-color: #B79B6C;
  border-radius: 0;
  border: none;
}
.rts-product-details-section .details-product-area .action-item2 .product-brands a {
  font-size: 14px;
  color: #777777;
  margin-bottom: 10px;
  font-weight: 500;
}
.rts-product-details-section .details-product-area .action-item2 .product-brands a:hover {
  color: #040404;
}
.rts-product-details-section .details-product-area .action-item3 {
  padding: 10px 0;
  border-radius: 6px;
  margin-bottom: 30px;
}
.rts-product-details-section .details-product-area .action-item3 .action-top {
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.rts-product-details-section .details-product-area .action-item3 .action-top .action-title {
  font-size: 16px;
}
.rts-product-details-section .details-product-area .action-item3 .action-top .down-icon i {
  font-size: 17px;
}
.rts-product-details-section .details-product-area .action-item3 .category-item:last-child .category-item-inner {
  margin-bottom: 0;
}
.rts-product-details-section .details-product-area .action-item3 .category-item .category-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  margin-bottom: 10px;
}
.rts-product-details-section .details-product-area .action-item3 .category-item .category-title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rts-product-details-section .details-product-area .action-item3 .category-item .point {
  background: #e3e3e3;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 10px;
}
.rts-product-details-section .details-product-area .action-item3 .category-item .category-title {
  font-size: 14px;
  color: #777777;
  font-weight: 500;
}
.rts-product-details-section .details-product-area .action-item3 .category-item i {
  font-size: 14px;
  color: #999999;
}
.rts-product-details-section .details-product-area .action-item3 .category-item .sub-categorys {
  margin-left: 20px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 500ms;
  transition: max-height 500ms;
}
.rts-product-details-section .details-product-area .action-item3 .category-item .sub-categorys .sub-categorys-inner {
  padding-bottom: 15px;
}
.rts-product-details-section .details-product-area .action-item3 .category-item .sub-categorys a {
  font-size: 14px;
  color: #777777;
  font-weight: 500;
}
.rts-product-details-section .details-product-area .action-item3 .category-item .sub-categorys a:hover {
  color: #040404;
}
.rts-product-details-section .details-product-area .action-item3 .category-item.show .sub-categorys {
  max-height: 500px;
}
.rts-product-details-section .details-product-area .action-item3 .category-item.show .category-item-inner .down-icon i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.rts-product-details-section .details-product-area .action-item3 .color-item2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.rts-product-details-section .details-product-area .action-item3 .color-item2:hover .color-arrow {
  color: #040404;
}
.rts-product-details-section .details-product-area .action-item3 .color-item2:last-child {
  margin-bottom: 0;
}
.rts-product-details-section .details-product-area .action-item3 .color-item2.selected .color i {
  display: block;
}
.rts-product-details-section .details-product-area .action-item3 .color-item2 .size {
  padding: 2px 10px;
  background-color: #f5f5f5;
  margin-right: 10px;
  border: 1px solid #f4f4f4;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rts-product-details-section .details-product-area .action-item3 .color-item2 .size:hover {
  border: 1px solid #000;
}
.rts-product-details-section .details-product-area .action-item3 .color-item2 .color-name {
  font-size: 14px;
  color: #777777;
}
.rts-product-details-section .details-product-area .action-item3 .color-item2 .color-arrow {
  margin-left: auto;
  color: #b9b9b9;
}
.rts-product-details-section .details-product-area .action-item3 .product-brands .brands-inner {
  max-height: 400px;
  overflow-y: scroll;
}
.rts-product-details-section .details-product-area .action-item3 .product-brands .brands-inner::-webkit-scrollbar {
  width: 3px;
}
.rts-product-details-section .details-product-area .action-item3 .product-brands .brands-inner::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.rts-product-details-section .details-product-area .action-item3 .product-brands .brands-inner::-webkit-scrollbar-thumb {
  background-color: #B79B6C;
  border-radius: 0;
  border: none;
}
.rts-product-details-section .details-product-area .action-item3 .product-brands a {
  font-size: 14px;
  color: #777777;
  margin-bottom: 10px;
  font-weight: 500;
}
.rts-product-details-section .details-product-area .action-item3 .product-brands a:hover {
  color: #040404;
}
.rts-product-details-section .details-product-area .product-bottom-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 500px) {
  .rts-product-details-section .details-product-area .product-bottom-action .action-item {
    margin-bottom: 20px;
    padding: 0 17px;
    height: 50px;
  }
  .rts-product-details-section .details-product-area .product-bottom-action .wishlist {
    margin-bottom: 0;
  }
}
.rts-product-details-section .details-product-area .product-bottom-action2 {
  margin: 30px 0 30px 0;
}
.rts-product-details-section .details-product-area .product-bottom-action2 .form-btn {
  background: var(--theme-color);
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  width: 100%;
  padding: 21px 40px;
  border: 1px solid #000;
  border-radius: 7px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.rts-product-details-section .details-product-area .product-bottom-action2 .form-btn:hover {
  background-color: #fff;
  color: #000;
}
.rts-product-details-section .details-product-area .product-bottom-action3 {
  margin: 30px 0 30px 0;
}
.rts-product-details-section .details-product-area .product-bottom-action3 .cart-edit2 {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rts-product-details-section .details-product-area .product-bottom-action3 .cart-edit2 .quantity-edit {
  width: 110px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 10px;
  border-radius: 5px;
}
.rts-product-details-section .details-product-area .product-bottom-action3 .cart-edit2 .quantity-edit input {
  text-align: center;
  max-width: 55px;
  font-size: 16px;
  font-weight: 700;
  color: #90c320;
}
.rts-product-details-section .details-product-area .product-bottom-action3 .cart-edit2 .quantity-edit button {
  background: none;
  font-size: 0;
}
.rts-product-details-section .details-product-area .product-bottom-action3 .cart-edit2 .quantity-edit button i {
  font-size: 16px;
  color: #d3d3d3;
}
.rts-product-details-section .details-product-area .product-bottom-action3 .cart-edit2 .quantity-edit button i:hover {
  color: #ff0000;
}
.rts-product-details-section .details-product-area .product-bottom-action3 .cart-edit2 span {
  margin-left: 20px;
  font-size: 14px;
  font-weight: 500;
}
.rts-product-details-section .details-product-area .product-bottom-action3 .cart-edit2 span i {
  color: #ff0000;
}
.rts-product-details-section .details-product-area .product-bottom-action3 .form-btn {
  background: #ff0000;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  pointer-events: none;
  width: 100%;
  padding: 18px 40px;
  border: 0;
  border-radius: 7px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.rts-product-details-section .details-product-area .product-bottom-action3 .form-btn:hover i {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.rts-product-details-section .details-product-area .product-bottom-action3 .form-btn i {
  margin-left: 10px;
  padding-top: 5px;
}
.rts-product-details-section .details-product-area .product-bottom-action4 {
  margin-bottom: 20px;
}
.rts-product-details-section .details-product-area .product-bottom-action4 .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rts-product-details-section .details-product-area .product-bottom-action4 .button .form-btn1 {
  background: #fff;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  width: 100%;
  padding: 18px 40px;
  margin-right: 10px;
  border: 1px solid #000;
  border-radius: 7px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.rts-product-details-section .details-product-area .product-bottom-action4 .button .form-btn1:hover {
  background-color: #000;
  color: #fff;
}
.rts-product-details-section .details-product-area .product-bottom-action4 .button .form-btn1 i {
  margin-right: 10px;
  -webkit-transition: all 50ms;
  transition: all 50ms;
}
.rts-product-details-section .details-product-area .action-item {
  border-style: solid;
  border-width: 1px;
  border-color: #e2e2e2;
  border-radius: 6px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rts-product-details-section .details-product-area .cart-edit {
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rts-product-details-section .details-product-area .cart-edit .quantity-edit {
  width: 123px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 10px;
  border-radius: 5px;
}
.rts-product-details-section .details-product-area .cart-edit .quantity-edit input {
  text-align: center;
  max-width: 55px;
  font-size: 16px;
  font-weight: 700;
  color: #90c320;
}
.rts-product-details-section .details-product-area .cart-edit .quantity-edit button {
  background: none;
  font-size: 0;
}
.rts-product-details-section .details-product-area .cart-edit .quantity-edit button i {
  font-size: 16px;
  color: #d3d3d3;
}
.rts-product-details-section .details-product-area .cart-edit span {
  margin-left: 20px;
  font-size: 14px;
  font-weight: 500;
}
.rts-product-details-section .details-product-area .cart-edit span i {
  color: #ff0000;
}
.rts-product-details-section .details-product-area .addto-cart-btn {
  margin-right: 20px;
  padding: 0 30px;
  background: #90c320;
  color: #fff;
  font-weight: 700;
  border: none;
  border: 1px solid #90c320;
}
.rts-product-details-section .details-product-area .addto-cart-btn:hover {
  background: transparent;
  color: #90c320;
}
.rts-product-details-section .details-product-area .addto-cart-btn i {
  margin-right: 4px;
}
@media (max-width: 768px) {
  .rts-product-details-section .details-product-area .addto-cart-btn {
    font-size: 14px;
  }
}
.rts-product-details-section .details-product-area .wishlist-btn {
  padding: 0 20px;
}
.rts-product-details-section .details-product-area .wishlist-btn:hover {
  border: 1px solid #90c320;
}
.rts-product-details-section .details-product-area .wishlist-btn:hover i {
  color: #90c320;
}
.rts-product-details-section .details-product-area .wishlist-btn i {
  color: #e2e2e2;
}
.rts-product-details-section .details-product-area .product-uniques {
  margin-bottom: 20px;
}
.rts-product-details-section .details-product-area .product-unipue {
  font-size: 16px;
  color: #777777;
  font-weight: 400;
  display: block;
  margin-bottom: 5px;
}
.rts-product-details-section .details-product-area .product-unipue span {
  display: inline-block;
  font-weight: 700;
}
.rts-product-details-section .details-product-area .share-social span {
  margin-right: 3px;
}
.rts-product-details-section .details-product-area .share-social .platform {
  font-size: 16px;
  margin-right: 10px;
  color: #999999;
}
.rts-product-details-section .details-product-area .share-social .platform:hover {
  color: #90c320;
}
.rts-product-details-section .product-full-details-area .details-filter-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 30px;
}
.rts-product-details-section .product-full-details-area .details-filter-bar .details-filter {
  font-size: 16px;
  margin-right: 50px;
  font-weight: 700;
  color: #999999;
}
.rts-product-details-section .product-full-details-area .details-filter-bar .details-filter.active {
  color: #90c320;
}
.rts-product-details-section .product-full-details-area .details-filter-bar .details-filter:last-child {
  margin-right: 0;
}
.rts-product-details-section .product-full-details-area .details-filter-bar2 {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 30px;
}
.rts-product-details-section .product-full-details-area .details-filter-bar2 .details-filter {
  font-size: 16px;
  margin-right: 50px;
  font-weight: 700;
  color: #999999;
}
@media (max-width: 768px) {
  .rts-product-details-section .product-full-details-area .details-filter-bar2 .details-filter {
    margin-right: 20px;
  }
}
.rts-product-details-section .product-full-details-area .details-filter-bar2 .details-filter.active {
  color: #90c320;
}
.rts-product-details-section .product-full-details-area .details-filter-bar2 .details-filter:last-child {
  margin-right: 0;
}
.rts-product-details-section .product-full-details-area .full-details-inner {
  margin-bottom: -20px;
}
.rts-product-details-section .product-full-details-area .full-details-inner p {
  -webkit-transition: height 500ms;
  transition: height 500ms;
  max-width: unset;
  line-height: 26px;
}
@media (max-width: 1200px) {
  .rts-product-details-section .product-full-details-area .details-filter-bar {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (max-width: 768px) {
  .rts-product-details-section .product-full-details-area .details-filter-bar .details-filter {
    font-size: 14px;
    margin-right: 30px;
  }
}
@media (max-width: 507px) {
  .rts-product-details-section .product-full-details-area .details-filter-bar .details-filter {
    font-size: 14px;
    margin-right: 30px;
    margin-bottom: 10px;
  }
}
.rts-product-details-section .product-full-details-area .full-details.dls-three.filterd-items {
  width: 100%;
}
.rts-product-details-section .product-full-details-area .full-details.dls-three.filterd-items .full-details-inner p {
  font-size: 18px;
  color: #777777;
  margin: 0 0 15px;
}
.rts-product-details-section .product-full-details-area .full-details.dls-three.filterd-items .full-details-inner .reveiw-form .section-title {
  color: #000;
  margin-bottom: 20px;
}
.rts-product-details-section .product-full-details-area .full-details.dls-three.filterd-items .full-details-inner .reveiw-form .section-title a {
  color: #000;
}
.rts-product-details-section .product-full-details-area .full-details.dls-three.filterd-items .full-details-inner .reveiw-form .section-title a:hover {
  color: #000;
  text-decoration: underline;
}
.rts-product-details-section .product-full-details-area .full-details.dls-three.filterd-items .full-details-inner .reveiw-form .sect-title {
  font-weight: 400;
}
.rts-product-details-section .product-full-details-area .full-details.dls-three.filterd-items .full-details-inner .reveiw-form-main .post-title {
  font-size: 26px;
  margin-bottom: 35px;
  padding-top: 30px;
}
@media (max-width: 450px) {
  .rts-product-details-section .product-full-details-area .full-details.dls-three.filterd-items .full-details-inner .reveiw-form-main .post-title {
    font-size: 20px;
  }
}
.rts-product-details-section .product-full-details-area .full-details.dls-three.filterd-items .full-details-inner .reveiw-form-main .contact-form {
  padding: 30px 40px 35px 0;
}
.rts-product-details-section .product-full-details-area .full-details.dls-three.filterd-items .full-details-inner .reveiw-form-main .contact-form .input-box {
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
}
.rts-product-details-section .product-full-details-area .full-details.dls-three.filterd-items .full-details-inner .reveiw-form-main .contact-form .input-box.text-input::before {
  content: "";
}
.rts-product-details-section .product-full-details-area .full-details.dls-three.filterd-items .full-details-inner .reveiw-form-main .contact-form .input-box.mail-input::before {
  content: "";
}
.rts-product-details-section .product-full-details-area .full-details.dls-three.filterd-items .full-details-inner .reveiw-form-main .contact-form .input-box.sub-input::before {
  content: "";
}
.rts-product-details-section .product-full-details-area .full-details.dls-three.filterd-items .full-details-inner .reveiw-form-main .contact-form .input-box::before {
  content: "";
  left: auto;
  right: 30px;
  font-size: 14px;
  font-family: "Font awesome 5 Pro";
  position: absolute;
  font-size: 16px;
  color: #083d59;
  top: 17px;
  z-index: 2;
}
.rts-product-details-section .product-full-details-area .full-details.dls-three.filterd-items .full-details-inner .reveiw-form-main .contact-form .input-box textarea {
  border: 2px solid #f4f4f4;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 30px;
  color: #000;
  font-size: 14px;
  background-color: #ffffff;
  width: 100%;
  height: 281px;
  border-radius: 7px;
  padding-top: 16px;
  resize: none;
  position: relative;
  z-index: 1;
}
@media (max-width: 450px) {
  .rts-product-details-section .product-full-details-area .full-details.dls-three.filterd-items .full-details-inner .reveiw-form-main .contact-form .input-box textarea {
    height: 150px;
  }
}
.rts-product-details-section .product-full-details-area .full-details.dls-three.filterd-items .full-details-inner .reveiw-form-main .contact-form .input-box input {
  border: 2px solid #f4f4f4;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 30px;
  height: 60px;
  border-radius: 7px;
  color: #000;
  font-size: 14px;
  background-color: #ffffff;
  position: relative;
  width: 100%;
  z-index: 1;
}
.rts-product-details-section .product-full-details-area .full-details.dls-three.filterd-items .full-details-inner .reveiw-form-main .contact-form .rating {
  margin: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rts-product-details-section .product-full-details-area .full-details.dls-three.filterd-items .full-details-inner .reveiw-form-main .contact-form .rating p {
  margin: 0;
}
.rts-product-details-section .product-full-details-area .full-details.dls-three.filterd-items .full-details-inner .reveiw-form-main .contact-form .rating .rating-icon {
  margin-left: 30px;
}
.rts-product-details-section .product-full-details-area .full-details.dls-three.filterd-items .full-details-inner .reveiw-form-main .contact-form .rating .rating-icon a {
  position: relative;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.rts-product-details-section .product-full-details-area .full-details.dls-three.filterd-items .full-details-inner .reveiw-form-main .contact-form .rating .rating-icon a::after {
  display: none;
  content: "";
  left: auto;
  right: 0;
  font-size: 14px;
  font-family: "Font awesome 5 Pro";
  position: absolute;
  font-size: 16px;
  color: #ff0000;
  top: 0;
  z-index: 2;
}
.rts-product-details-section .product-full-details-area .full-details.dls-three.filterd-items .full-details-inner .reveiw-form-main .contact-form .rating .rating-icon a:hover::after {
  display: block;
}
.rts-product-details-section .product-full-details-area .full-details.dls-three.filterd-items .full-details-inner .reveiw-form-main .form-btn {
  background: var(--theme-color);
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  width: 100%;
  padding: 21px 40px;
  border: 0;
  border-radius: 7px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.rts-product-details-section .product-full-details-area .full-details.dls-three.filterd-items .full-details-inner .reveiw-form-main .form-btn:hover i {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.rts-product-details-section .product-full-details-area .full-details.dls-three.filterd-items .full-details-inner .reveiw-form-main .form-btn i {
  margin-left: 10px;
}

@media (max-width: 1024px) {
  .product-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .product-area .product-thumb-area {
    margin: 0 auto;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product-area .product-thumb-area .product-thumb {
    margin-bottom: 30px;
  }
  .product-area .product-thumb-filter-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .product-area .product-thumb-filter-group .details-filter {
    margin-bottom: 0;
    margin-right: 20px;
  }
  .product-area .product-bottom-action .action-item {
    height: 50px;
    padding: 15px;
  }
}
.rts-product-details-section2 .product-thumb-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.rts-product-details-section2 .product-thumb-area .product-thumb {
  margin-bottom: 30px;
}
.rts-product-details-section2 .product-thumb-area .product-thumb-filter-group {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.rts-product-details-section2 .product-thumb-area .product-thumb-filter-group .thumb-filter {
  margin-bottom: 0;
  margin-right: 20px;
}
@media (max-width: 1200px) {
  .rts-product-details-section2 .details-product-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .rts-product-details-section2 .details-product-area .product-thumb-area {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .rts-product-details-section2 .details-product-area .product-thumb-area .thumb-wrapper {
    width: 100%;
  }
  .rts-product-details-section2 .details-product-area .product-thumb-area .product-thumb {
    margin-bottom: 20px;
  }
  .rts-product-details-section2 .details-product-area .product-thumb-area .product-thumb-filter-group {
    margin-left: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .rts-product-details-section2 .details-product-area .product-thumb-area .product-thumb-filter-group .thumb-filter {
    margin-right: 20px;
  }
}

.product-full-details-area.product-full-details-area2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-full-details-area.product-full-details-area2 .details-filter-bar {
  margin-right: 30px;
  border: none;
}
.product-full-details-area.product-full-details-area2 .details-filter-bar .details-filter {
  width: 220px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  margin-bottom: 10px;
  border: 1px solid #ebebeb;
}
.product-full-details-area.product-full-details-area2 .details-filter-bar .details-filter.active {
  background: #90c320;
  color: #fff !important;
  border: 1px solid transparent;
}
@media (max-width: 1200px) {
  .product-full-details-area.product-full-details-area2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product-full-details-area.product-full-details-area2 .details-filter-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: 0;
  }
  .product-full-details-area.product-full-details-area2 .details-filter-bar .details-filter {
    margin-bottom: 0;
    margin-right: 10px;
  }
}
@media (max-width: 950px) {
  .product-full-details-area.product-full-details-area2 .details-filter-bar .details-filter {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .product-full-details-area.product-full-details-area2 .details-filter-bar {
    margin-right: 0 !important;
  }
  .product-full-details-area.product-full-details-area2 .details-filter-bar .details-filter {
    margin-bottom: 10px;
    width: 170px;
    height: 70px;
    font-size: 14px;
  }
}
@media (max-width: 450px) {
  .product-full-details-area.product-full-details-area2 .details-filter-bar .details-filter {
    width: 100%;
    margin-right: 0;
  }
}

.rts-featured-product-section-inner {
  padding: 80px 0;
}
.rts-featured-product-section-inner .go-btn {
  color: #90c320;
}

.product-details-popup-wrapper {
  width: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  pointer-events: none;
}
.product-details-popup-wrapper.popup {
  visibility: visible;
  opacity: 1;
}
.product-details-popup-wrapper.popup .product-details-popup {
  pointer-events: all !important;
}

.rts-product-details-section.product-details-popup-section {
  position: relative;
  border: none;
}
@media (max-width: 1200px) {
  .rts-product-details-section.product-details-popup-section .details-product-area .contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
    margin: 0;
  }
}
@media (max-width: 900px) {
  .rts-product-details-section.product-details-popup-section .details-product-area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .rts-product-details-section.product-details-popup-section .details-product-area .contents {
    max-height: 450px;
    overflow-y: scroll;
  }
}
@media (max-width: 768px) {
  .rts-product-details-section.product-details-popup-section .product-details-popup {
    margin-top: 100px;
    padding: 20px;
    width: 92%;
    height: 90vh;
    overflow-y: scroll;
  }
  .rts-product-details-section.product-details-popup-section .details-product-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .rts-product-details-section.product-details-popup-section .details-product-area .product-thumb-area {
    width: 100%;
    margin: 0 !important;
    margin-bottom: 30px !important;
  }
  .rts-product-details-section.product-details-popup-section .details-product-area .product-thumb-area .product-thumb {
    width: 100%;
  }
  .rts-product-details-section.product-details-popup-section .details-product-area .contents {
    max-height: unset;
    overflow: visible;
  }
}

.product-details-popup {
  pointer-events: none;
  margin: 0 auto;
  height: 520px;
  border-radius: 7px;
  background: #fff;
  padding: 30px !important;
  position: relative;
  z-index: 999;
}
.product-details-popup .product-thumb-area {
  margin-right: 40px !important;
}
.product-details-popup .product-thumb {
  width: 303px;
}
.product-details-popup .product-details-close-btn {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  right: -50px;
  top: -50px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
}
.product-details-popup .product-details-close-btn:hover i {
  color: red;
}
.product-details-popup .product-details-close-btn i {
  font-size: 20px;
  color: #90c320;
}
@media (max-width: 1200px) {
  .product-details-popup .product-details-close-btn {
    right: 0;
  }
}
@media (max-width: 1200px) {
  .product-details-popup {
    width: 90%;
  }
}

.rts-checkout-section {
  margin: 100px 0;
}
@media (max-width: 768px) {
  .rts-checkout-section {
    margin: 50px 0;
  }
}
.rts-checkout-section .coupon-area {
  margin-bottom: 40px;
}
.rts-checkout-section .coupon-ask {
  padding: 20px 30px;
  background: #f5f5f5;
  margin-bottom: 10px;
}
.rts-checkout-section .coupon-ask span {
  font-size: 16px;
  color: #777777;
  font-weight: 400;
}
.rts-checkout-section .coupon-ask button {
  color: #90c320;
  font-weight: 700;
}
.rts-checkout-section .coupon-input-area {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 300ms;
  transition: max-height 300ms;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.rts-checkout-section .coupon-input-area input {
  width: 80%;
  padding: 0 30px;
  height: 50px;
  border-radius: 6px;
  border: 1px solid #e3e3e3;
  outline: none;
  -webkit-transition: -webkit-box-shadow 300ms;
  transition: -webkit-box-shadow 300ms;
  transition: box-shadow 300ms;
  transition: box-shadow 300ms, -webkit-box-shadow 300ms;
  font-size: 16px;
  color: #777777;
}
.rts-checkout-section .coupon-input-area .apply-btn {
  width: 18%;
  height: 50px;
  background: #90c320;
  color: #fff;
  border-radius: 6px;
}
.rts-checkout-section .coupon-input-area .apply-btn:hover {
  background: #B79B6C;
}
.rts-checkout-section .coupon-input-area.show {
  max-height: 100px;
}
.rts-checkout-section .checkout-form input,
.rts-checkout-section .checkout-form select,
.rts-checkout-section .checkout-form textarea {
  width: 100%;
  padding: 17px 30px;
  border-radius: 6px;
  border: 1px solid #e3e3e3;
  margin-bottom: 25px;
  outline: none;
  -webkit-transition: -webkit-box-shadow 300ms;
  transition: -webkit-box-shadow 300ms;
  transition: box-shadow 300ms;
  transition: box-shadow 300ms, -webkit-box-shadow 300ms;
  font-size: 16px;
  color: #777777;
}
.rts-checkout-section .checkout-form input:focus,
.rts-checkout-section .checkout-form select:focus,
.rts-checkout-section .checkout-form textarea:focus {
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  border: 1px solid transparent;
}
.rts-checkout-section .check-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.rts-checkout-section .check-options .form-group {
  margin-right: 15px;
}
.rts-checkout-section .check-options .form-group label {
  font-size: 16px;
  color: #777777;
}
.rts-checkout-section .check-options .form-group label::before {
  top: -1px;
  border-radius: 50%;
  margin-right: 7px;
}
.rts-checkout-section .check-options .form-group label::after {
  top: 7px;
}
.rts-checkout-section .action-item {
  padding: 30px;
  border: 1px solid #f0f0f0;
  border-radius: 6px;
  margin-bottom: 30px;
}
@media (max-width: 500px) {
  .rts-checkout-section .action-item {
    padding: 20px;
  }
}
.rts-checkout-section .action-item .action-top {
  padding-bottom: 10px;
  margin-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #f0f0f0;
}
.rts-checkout-section .action-item .action-top .action-title {
  font-size: 16px;
  color: #777777;
}
.rts-checkout-section .action-item .action-top .down-icon i {
  font-size: 17px;
}
.rts-checkout-section .action-item .action-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.rts-checkout-section .action-item .checkout-options {
  padding-bottom: 10px;
}
.rts-checkout-section .action-item .checkout-options .shipping {
  font-size: 16px;
  margin-bottom: 5px;
}
.rts-checkout-section .action-item .checkout-options .form-group label::before {
  border-radius: 50%;
}
.rts-checkout-section .action-item .checkout-options .form-group label::after {
  top: 8px;
  left: 6px;
}
.rts-checkout-section .action-item .checkout-options input:checked + label:before {
  background: #72a398;
}
.rts-checkout-section .action-item .checkout-options input:checked + label:after {
  border: solid #fff;
  border-width: 0 2px 2px 0;
}
.rts-checkout-section .action-item .payment-options {
  padding-bottom: 0;
}
.rts-checkout-section .action-item .payment-options .form-group.last-child {
  margin-bottom: 0;
}
.rts-checkout-section .action-item .action-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #f0f0f0;
  padding-top: 10px;
}
.rts-checkout-section .action-item .category-item:last-child .category-item-inner {
  margin-bottom: 0;
}
.rts-checkout-section .action-item .category-item .category-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  margin-bottom: 10px;
}
.rts-checkout-section .action-item .category-item .category-title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rts-checkout-section .action-item .category-item .point {
  background: #e3e3e3;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 10px;
}
.rts-checkout-section .action-item .category-item .category-title {
  font-size: 14px;
  color: #777777;
  font-weight: 500;
}
.rts-checkout-section .action-item .category-item i {
  font-size: 14px;
  color: #999999;
}
.rts-checkout-section .action-item .category-item .sub-categorys {
  margin-left: 20px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 500ms;
  transition: max-height 500ms;
}
.rts-checkout-section .action-item .category-item .sub-categorys .sub-categorys-inner {
  padding-bottom: 15px;
}
.rts-checkout-section .action-item .category-item .sub-categorys a {
  font-size: 14px;
  color: #777777;
  font-weight: 500;
}
.rts-checkout-section .action-item .category-item .sub-categorys a:hover {
  color: #90c320;
}
.rts-checkout-section .action-item .category-item.show .sub-categorys {
  max-height: 500px;
}
.rts-checkout-section .action-item .category-item.show .category-item-inner .down-icon i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.rts-checkout-section .action-item .color-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
}
.rts-checkout-section .action-item .color-item:hover .color-arrow {
  color: #90c320;
}
.rts-checkout-section .action-item .color-item:last-child {
  margin-bottom: 0;
}
.rts-checkout-section .action-item .color-item.selected .color i {
  display: block;
}
.rts-checkout-section .action-item .color-item .color {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  margin-right: 10px;
}
.rts-checkout-section .action-item .color-item .color i {
  display: none;
  color: white;
  font-size: 8px;
  -webkit-transform: translateX(3px) translateY(2px);
          transform: translateX(3px) translateY(2px);
}
.rts-checkout-section .action-item .color-item .color-name {
  font-size: 14px;
  color: #777777;
}
.rts-checkout-section .action-item .color-item .color-arrow {
  margin-left: auto;
  color: #b9b9b9;
}
.rts-checkout-section .action-item .product-brands .brands-inner {
  max-height: 400px;
  overflow-y: scroll;
}
.rts-checkout-section .action-item .product-brands .brands-inner::-webkit-scrollbar {
  width: 3px;
}
.rts-checkout-section .action-item .product-brands .brands-inner::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.rts-checkout-section .action-item .product-brands .brands-inner::-webkit-scrollbar-thumb {
  background-color: #B79B6C;
  border-radius: 0;
  border: none;
}
.rts-checkout-section .action-item .product-brands a {
  font-size: 14px;
  color: #777777;
  margin-bottom: 10px;
  font-weight: 500;
}
.rts-checkout-section .action-item .product-brands a:hover {
  color: #90c320;
}

.place-order-btn {
  width: 100%;
  padding: 20px;
  border-radius: 6px;
  font-size: 16px;
  color: #fff;
  background: #90c320;
  text-align: center;
  margin-top: 20px;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.place-order-btn:hover {
  background: #B79B6C;
  color: #fff;
}

.rts-cart-section .pretitle {
  font-size: 14px;
  color: #777777;
  font-weight: 500;
}
.rts-cart-section .product-title {
  font-size: 16px;
  font-weight: 500;
}
.rts-cart-section .product-price {
  color: #040404;
  font-size: 14px;
}
.rts-cart-section .cart-edit .quantity-edit {
  border: 1px solid #e7e7e7;
  height: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.rts-cart-section .remove-btn {
  font-size: 14px;
  color: #777777;
  font-weight: 500;
}
.rts-cart-section .remove-btn:hover {
  color: #040404;
}
.rts-cart-section .coupon-apply {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.rts-cart-section .coupon-apply .coupon-text {
  font-size: 18px;
  margin-right: 20px;
}
.rts-cart-section .coupon-apply .apply-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rts-cart-section .coupon-apply .apply-input input {
  width: 280px;
  border: 1px solid #e7e7e7;
  border-radius: 6px 0 0 6px;
  padding: 0 20px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rts-cart-section .coupon-apply .apply-input input::-webkit-input-placeholder {
  font-size: 14px;
  color: #999999;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.rts-cart-section .coupon-apply .apply-input .apply-btn {
  padding: 0 40px;
  font-size: 16px;
  color: #fff;
  background: #d51243;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0 6px 6px 0;
}
.rts-cart-section .coupon-apply .apply-input .apply-btn:hover {
  background: #040404;
}
.rts-cart-section .coupon-apply .apply-input .apply-btn:hover i {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.rts-cart-section .coupon-apply .apply-input .apply-btn i {
  font-size: 14px;
}
@media (max-width: 1200px) {
  .rts-cart-section .cart-table-area {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .rts-cart-section tr {
    padding: 30px 0;
  }
  .rts-cart-section .product-thumb {
    margin-bottom: 15px;
  }
  .rts-cart-section .product-title-area {
    margin-bottom: 10px;
  }
  .rts-cart-section .product-price {
    margin-bottom: 10px;
  }
  .rts-cart-section .cart-edit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .rts-cart-section .cart-edit .quantity-edit {
    margin: 0 auto;
  }
  .rts-cart-section .coupon-apply {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 20px;
  }
  .rts-cart-section .coupon-apply .coupon-text {
    margin-bottom: 10px;
  }
  .rts-cart-section .coupon-apply .apply-input input {
    width: unset !important;
  }
}

.checkout-box .checkout-box-inner {
  padding: 40px;
  border: 1px solid #f1f1f1;
  border-radius: 6px;
  margin-bottom: 20px;
}
.checkout-box .checkout-box-inner .subtotal-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 5px;
  margin-bottom: 30px;
  border-bottom: 1px solid #f1f1f1;
}
.checkout-box .checkout-box-inner .subtotal-area .title {
  font-size: 16px;
  color: #777777;
}
.checkout-box .checkout-box-inner .subtotal-area .subtotal-price {
  font-size: 16px;
  font-weight: 700;
}
.checkout-box .checkout-box-inner .shipping-check .title {
  font-size: 16px;
  margin-bottom: 7px;
}
.checkout-box .checkout-box-inner .shipping-check .check-options {
  margin-bottom: 20px;
}
.checkout-box .checkout-box-inner .shipping-check .check-options .check-title {
  font-size: 14px;
  color: #777777;
}
.checkout-box .checkout-box-inner .shipping-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
.checkout-box .checkout-box-inner .shipping-location span {
  font-size: 14px;
}
.checkout-box .checkout-box-inner .shipping-location span span {
  color: #985034;
}
.checkout-box .checkout-box-inner .shipping-location span i {
  font-size: 14px;
  color: #985034;
}
.checkout-box .checkout-box-inner .total-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 10px;
  border-top: 1px solid #f1f1f1;
}
.checkout-box .checkout-box-inner .total-area .title {
  font-size: 16px;
  color: #777777;
}
.checkout-box .checkout-box-inner .total-area .total-price {
  font-size: 16px;
  font-weight: 700;
}
.checkout-box .procced-btn {
  width: 100%;
  padding: 15px 0;
  font-size: 16px;
  font-weight: 700;
  background: #ffbd27;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
}
.checkout-box .procced-btn:hover {
  background: #040404;
  color: #fff;
}
.checkout-box .continue-shopping {
  font-size: 16px;
  font-weight: 700;
}
.checkout-box .continue-shopping:hover {
  color: #777777;
}
.checkout-box .continue-shopping:hover i {
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}
.checkout-box .continue-shopping i {
  margin-right: 5px;
}

.form-group {
  display: block;
  margin-bottom: 10px;
}

.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group label {
  position: relative;
  cursor: pointer;
}

.form-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  background: #e3e3e3;
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
}

.form-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
  width: 4px;
  height: 8px;
  border: solid #040404;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.rts-shop-section {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .rts-shop-section .product-pagination-area {
    margin-bottom: 30px;
  }
}
@media (max-width: 500px) {
  .rts-shop-section .shop-product-topbar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 20px;
  }
  .rts-shop-section .shop-product-topbar .items-onlist {
    margin-bottom: 10px;
  }
  .rts-shop-section .shop-product-topbar .filter-area {
    margin-left: 0;
  }
  .rts-shop-section .shop-product-topbar .separator {
    margin: 0 10px !important;
  }
  .rts-shop-section .shop-product-topbar .grid-btn {
    margin-left: auto;
  }
  .rts-shop-section .shop-product-topbar .list-btn {
    margin-right: 0;
  }
}

.shop-product-topbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
.shop-product-topbar .items-onlist {
  font-size: 16px;
  color: #999999;
  font-weight: 500;
}
.shop-product-topbar .items-onlist span {
  color: #040404;
}
.shop-product-topbar .filter-area {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.shop-product-topbar .filter-area .product-filter {
  font-size: 16px;
  color: #777777;
  font-weight: 500;
}
.shop-product-topbar .filter-area .product-filter i {
  margin-right: 5px;
  color: #040404;
}
.shop-product-topbar .filter-area .separator {
  position: relative;
  top: unset;
  right: unset;
  margin: 0 25px;
  width: 2px;
  height: 14px;
  background: #f0f0f0;
}
.shop-product-topbar .filter-area .product-show {
  font-size: 16px;
  color: #777777;
  font-weight: 500;
  margin-right: 40px;
}
.shop-product-topbar .filter-area .product-show select {
  border: none;
  font-weight: 700;
}
.shop-product-topbar .filter-area .product-show select option {
  background: #040404;
  color: #fff;
}
.shop-product-topbar .filter-area .product-show span {
  color: #040404;
}
.shop-product-topbar .filter-area .product-show i {
  font-size: 10px;
  margin-left: 5px;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.shop-product-topbar .filter-area .grid-btn {
  margin-right: 15px;
}

.shop-side-action .action-item {
  padding: 30px;
  border: 1px solid #f0f0f0;
  border-radius: 6px;
  margin-bottom: 30px;
}
.shop-side-action .action-item .action-top {
  padding-bottom: 10px;
  margin-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #f0f0f0;
}
.shop-side-action .action-item .action-top .action-title {
  font-size: 16px;
}
.shop-side-action .action-item .action-top .down-icon i {
  font-size: 17px;
}
.shop-side-action .action-item .category-item:last-child .category-item-inner {
  margin-bottom: 0;
}
.shop-side-action .action-item .category-item .category-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  margin-bottom: 10px;
}
.shop-side-action .action-item .category-item .category-title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.shop-side-action .action-item .category-item .point {
  background: #e3e3e3;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 10px;
}
.shop-side-action .action-item .category-item .category-title {
  font-size: 14px;
  color: #777777;
  font-weight: 500;
}
.shop-side-action .action-item .category-item i {
  font-size: 14px;
  color: #999999;
}
.shop-side-action .action-item .category-item .sub-categorys {
  margin-left: 20px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 500ms;
  transition: max-height 500ms;
}
.shop-side-action .action-item .category-item .sub-categorys .sub-categorys-inner {
  padding-bottom: 15px;
}
.shop-side-action .action-item .category-item .sub-categorys a {
  font-size: 14px;
  color: #777777;
  font-weight: 500;
}
.shop-side-action .action-item .category-item .sub-categorys a:hover {
  color: #040404;
}
.shop-side-action .action-item .category-item.show .sub-categorys {
  max-height: 500px;
}
.shop-side-action .action-item .category-item.show .category-item-inner .down-icon i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.shop-side-action .action-item .color-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
}
.shop-side-action .action-item .color-item:hover .color-arrow {
  color: #040404;
}
.shop-side-action .action-item .color-item:last-child {
  margin-bottom: 0;
}
.shop-side-action .action-item .color-item.selected .color i {
  display: block;
}
.shop-side-action .action-item .color-item .color {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  margin-right: 10px;
}
.shop-side-action .action-item .color-item .color i {
  display: none;
  color: white;
  font-size: 8px;
  -webkit-transform: translateX(3px) translateY(2px);
          transform: translateX(3px) translateY(2px);
}
.shop-side-action .action-item .color-item .color.black {
  background: #000;
}
.shop-side-action .action-item .color-item .color.blue {
  background: #0084ff;
}
.shop-side-action .action-item .color-item .color.gray {
  background: #d4d4d4;
}
.shop-side-action .action-item .color-item .color.green {
  background: #61b163;
}
.shop-side-action .action-item .color-item .color.red {
  background: #ff6262;
}
.shop-side-action .action-item .color-item .color.yellow {
  background: #ffc000;
}
.shop-side-action .action-item .color-item .color-name {
  font-size: 14px;
  color: #777777;
}
.shop-side-action .action-item .color-item .color-arrow {
  margin-left: auto;
  color: #b9b9b9;
}
.shop-side-action .action-item .product-brands .brands-inner {
  max-height: 400px;
  overflow-y: scroll;
}
.shop-side-action .action-item .product-brands .brands-inner::-webkit-scrollbar {
  width: 3px;
}
.shop-side-action .action-item .product-brands .brands-inner::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.shop-side-action .action-item .product-brands .brands-inner::-webkit-scrollbar-thumb {
  background-color: #B79B6C;
  border-radius: 0;
  border: none;
}
.shop-side-action .action-item .product-brands a {
  font-size: 14px;
  color: #777777;
  margin-bottom: 10px;
  font-weight: 500;
}
.shop-side-action .action-item .product-brands a:hover {
  color: #040404;
}
.shop-side-action .banner-item {
  background: #ce3259;
  border-radius: 6px;
  display: block;
}
.shop-side-action .banner-item .banner-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  height: 370px;
}
.shop-side-action .banner-item .banner-inner .pretitle {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 7px;
}
.shop-side-action .banner-item .banner-inner .title {
  font-size: 40px;
  color: #fff;
}

.product-pagination-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-pagination-area button {
  width: 50px;
  height: 50px;
  border: 1px solid #f0f0f0;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  margin-right: 7px;
}
.product-pagination-area button.active, .product-pagination-area button:hover {
  background: #ce3259;
  color: #fff;
}

.account-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1200px) {
  .account-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .account-inner .account-side-navigation {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 40px;
    margin-right: -10px;
  }
  .account-inner .account-side-navigation .filter-btn {
    margin-right: 10px;
  }
}

.account-side-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 60px;
}
@media (max-width: 1300px) {
  .account-side-navigation {
    margin-right: 20px;
  }
}
@media (max-width: 500px) {
  .account-side-navigation .filter-btn {
    width: 100% !important;
  }
}
.account-side-navigation .filter-btn {
  width: 220px;
  height: 60px;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 500;
  color: #999999;
  border: 1px solid #ebebeb;
  margin-bottom: 10px;
}
.account-side-navigation .filter-btn:last-child {
  margin-bottom: 0;
}
.account-side-navigation .filter-btn.active {
  color: #fff;
  background: #040404;
  border: 1px solid transparent;
}
.account-side-navigation .filter-btn i {
  margin-right: 10px;
}

.dashboard .account-profile-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.dashboard .account-profile-area .profile-dp {
  margin-right: 20px;
  max-width: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.dashboard .account-profile-area .profile-name {
  font-size: 20px;
}
.dashboard .account-profile-area .profile-name span {
  color: #c3c3c3;
  font-weight: 400;
}
.dashboard .account-profile-area .profile-date {
  font-size: 14px;
  color: #040404;
}
.dashboard p {
  margin-bottom: 40px;
}
.dashboard .activity-box {
  padding: 50px 60px;
  border: 1px solid #f4f4f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dashboard .activity-box .activity-item {
  text-align: center;
}
.dashboard .activity-box .activity-item .icon {
  margin-bottom: 15px;
}
.dashboard .activity-box .activity-item .icon i {
  font-size: 37px;
}
.dashboard .activity-box .activity-item .title {
  font-size: 18px;
  margin-bottom: 5px;
}
.dashboard .activity-box .activity-item .value {
  font-size: 14px;
  color: #777777;
  display: block;
}
@media (max-width: 1300px) {
  .dashboard .activity-box {
    padding: 30px 20px;
  }
  .dashboard .activity-box .activity-item .icon i {
    font-size: 30px;
  }
  .dashboard .activity-box .activity-item .title {
    font-size: 16px;
  }
}
@media (max-width: 900px) {
  .dashboard .activity-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .dashboard .activity-box .activity-item {
    margin: 0 20px;
    margin-bottom: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 768px) {
  .dashboard .activity-box .activity-item {
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }
}

.orders tr th:last-child {
  text-align: end;
  padding-right: 0;
}
.orders tr td:last-child {
  text-align: end;
}
@media (max-width: 768px) {
  .orders h2 {
    text-align: center;
  }
  .orders .top-tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .orders tr td:last-child {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .address .billing-address {
    margin-bottom: 30px;
  }
}

.login-form {
  margin-right: 20px;
}
.login-form .section-title {
  margin-bottom: 40px;
}
@media (max-width: 450px) {
  .login-form .section-title {
    margin: 30px 0 10px 0;
  }
}
.login-form .section-title h2 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
}
.login-form .card .card-body {
  padding: 50px 40px;
}
.login-form .card .card-body .form {
  margin-bottom: 30px;
}
.login-form .card .card-body .form .form-label {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #444;
}
.login-form .card .card-body .form .form-control {
  color: #000;
  border: 2px solid #f4f4f4;
  padding: 18px 15px 18px 30px;
  border-radius: 5px;
}
.login-form .card .card-body .form .form-control::-webkit-input-placeholder {
  color: #666666;
}
.login-form .card .card-body .form .form-control::-moz-placeholder {
  color: #666666;
}
.login-form .card .card-body .form .form-control:-ms-input-placeholder {
  color: #666666;
}
.login-form .card .card-body .form .form-control::-ms-input-placeholder {
  color: #666666;
}
.login-form .card .card-body .form .form-control::placeholder {
  color: #666666;
}
.login-form .card .card-body .form .password-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.login-form .card .card-body .form .password-input .show-password-input {
  position: absolute;
  right: 10px;
  cursor: pointer;
}
.login-form .card .card-body .form .password-input .show-password-input::after {
  content: "";
  font-weight: 500;
  color: #777777;
  font-family: "Font awesome 5 Pro";
}
.login-form .card .card-body .form .btn {
  text-align: center;
  width: 200px;
  height: 60px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  background-color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.login-form .card .card-body .form .btn:hover i {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.login-form .card .card-body .form .btn i {
  margin-left: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.login-form .card .card-body .forgot-password {
  font-size: 16px;
  color: #444;
  font-weight: 500;
  margin-top: 18px;
}

.rts-wishlist-section {
  padding: 100px 0;
}
@media (max-width: 900px) {
  .rts-wishlist-section {
    padding: 50px 0;
  }
}
@media (max-width: 576px) {
  .rts-wishlist-section {
    padding: 25px 0;
  }
}
@media (max-width: 900px) {
  .rts-wishlist-section .table-bordered .heading {
    display: none;
  }
}
.rts-wishlist-section .table-bordered .heading th {
  border: none;
  font-size: 18px;
  padding: 10px 0;
}
@media (max-width: 900px) {
  .rts-wishlist-section tr {
    display: block;
    text-align: center;
  }
}
@media (max-width: 900px) {
  .rts-wishlist-section tr {
    padding: 30px 0;
  }
}
@media (max-width: 900px) {
  .rts-wishlist-section tr td {
    display: block;
    text-align: center;
    padding: 0 !important;
  }
}
.rts-wishlist-section .first-child {
  width: 37%;
}
@media (max-width: 900px) {
  .rts-wishlist-section .first-child {
    width: 100%;
    display: -ms-grid;
    display: grid;
    text-align: center;
  }
}
.rts-wishlist-section .first-td button {
  margin-right: 15px;
}
@media (max-width: 900px) {
  .rts-wishlist-section .first-td button {
    margin: 0 0 15px 0;
  }
}
.rts-wishlist-section .pretitle {
  font-size: 14px;
  color: var(--theme-color);
  font-weight: 500;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .rts-wishlist-section .pretitle {
    padding-left: 10px;
  }
}
@media (max-width: 900px) {
  .rts-wishlist-section .pretitle {
    margin: 0 0 15px;
  }
}
.rts-wishlist-section .product-title {
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 900px) {
  .rts-wishlist-section .product-title {
    margin: 0 0 10px;
  }
}
.rts-wishlist-section .product-price {
  color: #040404;
  font-size: 14px;
}
@media (max-width: 900px) {
  .rts-wishlist-section .product-price {
    margin: 0 0 10px;
  }
}
.rts-wishlist-section .stock {
  color: #99cc33;
  font-weight: bold;
}
@media (max-width: 900px) {
  .rts-wishlist-section .stock {
    margin: 0 0 10px;
  }
}
.rts-wishlist-section .stock1 {
  color: #cc0033;
  font-weight: bold;
}
@media (max-width: 900px) {
  .rts-wishlist-section .stock1 {
    margin: 0 0 10px;
  }
}
.rts-wishlist-section .last-td {
  width: 15%;
  text-align: center;
}
@media (max-width: 900px) {
  .rts-wishlist-section .last-td {
    width: 100%;
    text-align: center;
  }
}
.rts-wishlist-section .last-td .cart-btn {
  font-size: 14px;
  font-weight: 700;
  width: 150px;
  height: 45px;
  border-radius: 7px;
  border: 1px solid #e7e7e7;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
@media (max-width: 1200px) {
  .rts-wishlist-section .last-td .cart-btn {
    padding: 0 18px;
  }
}
.rts-wishlist-section .last-td .cart-btn:hover {
  background: #000;
  color: #fff;
}
.rts-wishlist-section .last-td .cart-btn i {
  -webkit-transition: all 50ms;
  transition: all 50ms;
}
.rts-wishlist-section .last-td .cart-btn1 {
  font-size: 14px;
  background-color: #ececec;
  color: #ccc;
  font-weight: 700;
  width: 150px;
  height: 45px;
  border-radius: 7px;
  border: 1px solid #e7e7e7;
}
.rts-wishlist-section .wishlist-social {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 900px) {
  .rts-wishlist-section .wishlist-social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 576px) {
  .rts-wishlist-section .wishlist-social {
    margin: 0;
  }
}
.rts-wishlist-section .wishlist-social .text {
  margin-right: 10px;
}
.rts-wishlist-section .wishlist-social .text a {
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
}
.rts-wishlist-section .wishlist-social .icon ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rts-wishlist-section .wishlist-social .icon ul li {
  margin: 0 10px;
  padding: 2px 5px;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
@media (max-width: 400px) {
  .rts-wishlist-section .wishlist-social .icon ul li {
    margin: 0 5px;
  }
}
.rts-wishlist-section .wishlist-social .icon ul li:hover {
  background: #000;
}
.rts-wishlist-section .wishlist-social .icon ul li:hover a {
  color: #fff;
}
.rts-wishlist-section .wishlist-social .icon ul li a {
  font-size: 16px;
  color: #999999;
  font-weight: bold;
  -webkit-transition: color 0ms;
  transition: color 0ms;
}

/**------------------------------------------------------------------
 * Buttons Start Here
 */
button {
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.shop-now-btn {
  padding: 10px 25px;
  background: #fff;
  color: #040404;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  padding: 10px 20px;
  padding-bottom: 12px;
  border-radius: 6px;
  -webkit-transition: background 500ms;
  transition: background 500ms;
  border: 1px solid transparent;
}
.shop-now-btn i {
  margin-left: 5px;
}

.shop-now-btn:hover {
  background: #040404;
  color: var(--theme-color);
  border: 1px solid #414141;
}

.arrow-btn-hover {
  overflow: hidden;
}
.arrow-btn-hover:hover {
  color: #fff;
  background: transparent;
  border: 1px solid transparent;
}
.arrow-btn-hover:hover::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.arrow-btn-hover:hover::after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.arrow-btn-hover i {
  margin-left: 5px;
  font-size: 17px;
}
.arrow-btn-hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-clip-path: polygon(97% 0, 100% 50%, 97% 100%, 0 100%, 0 0);
          clip-path: polygon(97% 0, 100% 50%, 97% 100%, 0 100%, 0 0);
  background: #FF1856;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  z-index: -1;
}
.arrow-btn-hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10%;
  height: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-clip-path: polygon(70% 50%, 0 0, 0 100%);
          clip-path: polygon(70% 50%, 0 0, 0 100%);
  background: #fff;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  z-index: -1;
}

.rts-post-2-medium .post-title {
  max-width: 350px;
}
.rts-post-2-medium .post-title a {
  font-size: 20px;
  line-height: 24px;
  background-size: 200% 1px;
}

.all-products-link {
  color: #040404;
  font-size: 14px;
  line-height: 26px;
  padding: 15px 40px;
  border: 2px solid #EFEFEF;
  border-radius: 7px;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.all-products-link:hover {
  background: var(--theme-color);
  border: 2px solid var(--theme-color);
  color: #fff;
}

.newsletter-btn {
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  line-height: 15px;
  background: #1D72FF;
  padding: 12px 25px;
  -webkit-transition: background 500ms;
  transition: background 500ms;
}
.newsletter-btn img {
  margin-right: 2px;
  margin-top: -1px;
  -webkit-filter: hue-rotate(30deg) brightness(5);
          filter: hue-rotate(30deg) brightness(5);
}
.newsletter-btn:hover {
  background: #5295ff;
  color: #fff;
}

.slider-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  color: #040404;
}
.slider-btn:hover {
  background: var(--theme-color);
  color: #fff;
}
.slider-btn::after {
  display: none;
}

.catagory-menu-icon {
  cursor: pointer;
}

/**------------------------------------------------------------------
 * Buttons End Here
 */
.floating-elements .floating-item {
  position: absolute;
}

.banner5.floating-elements {
  z-index: 10;
}
.banner5.floating-elements .item1 {
  left: 20px;
  bottom: -110px;
}
.banner5.floating-elements .item2 {
  right: 50px;
  top: 100px;
}
.banner5.floating-elements .item3 {
  right: 80px;
  bottom: -20px;
}