
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root{
  --heading-font: "Lora", serif;
}
body {
  font-family: "Roboto Flex", sans-serif;
  font-size: 18px;
}

a {
  text-decoration: none;
}
a:hover {
  color: #ef523d!important;
}
li {
  list-style: none;
}

.my-wrapper{
	width: 1140px;
	margin: 0 auto;
}

/* top bar css */

.topbar {
  display: flex;
  justify-content: space-between;
  background: #27d974;
  width: 100%;
  padding: 10px 20px;
  align-items: center;
}

.topbar ul {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.top-left img {
  height: 22px;
}

.topbar ul li {
  padding: 0 10px;
}

.header-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 60px;
}

.header-center .top-right ul {
  display: flex;
}

.header-center .top-right ul li {
  border-right: 1px solid #555;
  padding: 0 15px;
}

.header-center .top-right ul li:last-child {
  border-right: 0;
}

.header-center .top-center ul li img {
  max-width: 100%;
  max-height: 60px;
}

.header-center .top-center {
  padding-right: 70px;
}

.top-left form input {
  width: 100%;
  border-radius: 30px;
  height: 40px;
  padding: 10px;
  border: 1px solid #ddd;
}
.topbar li a {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
}
.topbar li a:hover {
  color: #f05845;
}
.rb-search-btn {
  background: #fff;
  border: none;
  color: #747474;
}

.container {
  max-width: 1340px;
  margin: 0 auto;
}

p {
  color: #333;
  font-weight: 300;
}

a {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

a,
a:hover {
  text-decoration: none !important;
}

.hero {
  height: 100vh;
  width: 100%;
  background: #5d5b6a;
}

.site-navbar .site-logo {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 24px;
  background-color: var(--white);
}

.site-navbar .site-navigation .site-menu {
  margin-bottom: 0px;
  padding-left: 0;

}

.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
}

.site-navbar .site-navigation .site-menu > li {
  display: inline-block;
  padding: 0 10px;
}



.site-navbar .site-navigation .site-menu > li > a {
  padding: 10px 5px;
    padding-right: 20px;
  font-size: 19px;
  display: inline-block;
  color: #333;
  text-decoration: none !important;
  font-weight: 500;
  transition: all 0.4s;
  position: relative;
  letter-spacing: 1px;
}

.site-navbar .site-navigation .site-menu > li > a:before {
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  bottom: 0px;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  width: 100%;
  opacity: 0;
  background-color: #f15943;
  transition: all 0.4s;
  transform: scale(0);
}


.site-navbar .site-navigation .site-menu > li > a:hover::before {
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.site-menu.main-menu.js-clone-nav.mr-auto.d-none.d-lg-block {
  padding-left: 0 !important;
  text-align: center;
}

.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}

.site-navbar .site-navigation .site-menu .has-children > a {
  position: relative;
  padding-right: 20px;
}

/* .site-navbar .site-navigation .site-menu .has-children>a:before {
	  position: absolute;
	  content: "\e313";
	  font-size: 16px;
	  top: 50%;
	  right: 0;
	  -webkit-transform: translateY(-50%);
	  -ms-transform: translateY(-50%);
	  transform: translateY(-50%);
	  font-family: 'icomoon';
  } */

.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  box-shadow: 0 1px 5px -1px rgb(0 0 0 / 30%);
  -webkit-box-shadow: 0 1px 5px -1px rgb(0 0 0 / 30%);
  padding: 0px 0;
  margin-top: 0;
  margin-left: 0px;
  background: #fff;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
}

.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown.arrow-top:before {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown.arrow-top:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: #000;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 210px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
  padding: 9px 20px;
  display: block;
  font-family: var(--primary-color);
  font-size: 14px;
}

.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > a:before {
  content: "\e315";
  right: 20px;
}

.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > .dropdown,
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > ul {
  left: 100%;
  top: 0;
}



.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
  margin-top: 1px;
  visibility: visible;
  opacity: 1;
}

/*=========megamenu css============*/

.megamenu-box ul {
  padding-left: 0;
}

.site-navbar .site-navigation .site-menu .item-megamenu {
  position: inherit;
}

.site-navbar .site-navigation .site-menu .has-children .megamenu-box {
  position: absolute;
  z-index: 999;
  width: 100%;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  display: table;
  padding: 15px;
}

.site-navbar .site-navigation .site-menu .has-children .megamenu-box ul li a {
  display: block;
  padding: 0.3rem 0rem;
  font-size: 14px;
}

.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .megamenu-box
  ul
  li
  a:hover {
    color: #f14d3e !important;
}

.menu_head_box h4:before {
  background: #f14d3e;
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  bottom: -1px;
  left: 0;
}

.menu_head_box h4 {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding-bottom: 10px;
}
.menu_head_box img {
  width: 100%;
  margin-bottom: 20px;
}

/* production section css */
.product-img {
  width: 100%;
}

.product-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.4s;
  transition-duration: 0.4s;
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: cover;
  z-index: 1;
}

.product-ancher {
  display: block;
  width: 100%;
  position: relative;
  min-height: 250px;
  margin: 15px 0;
}
.readmore {
  color: #f34e45;
  font-weight: 600;
}
.product-img img {
  width: 100%;
  border-radius: 10px;
}

.back-to-top a {
  background: #f05640;
  color: #fff;
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  border-radius: 50%;
  line-height: 40px;
  position: fixed;
  left: 20px;
  bottom: 50px;
}

.product-ancher .product-text {
  text-align: left;
  z-index: 2;
  overflow: hidden;
  display: block;
  padding: 35px;
  width: 100%;
  color: #fff;
  position: absolute;
  bottom: 0;
}

.overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  transition: all 0.4s ease;
  border-radius: 10px;
}

.product-ancher:hover .overlay {
  opacity: 1;
}

.prosection-right .product-ancher {
  min-height: 292px;
  margin: 15px 0;
}

.cta-btn {
  border-radius: 30px;
  border: 2px solid #fff;
  display: inline-block;
  padding: 10px 20px;
}

.prosection-right .product-ancher .product-text {
  top: 0 !important;
}

.prosection-right .col-md-12 {
  padding-left: 0px;
  padding-right: 0;
}

.product-ancher.two {
  min-height: 293px;
  width: 100%;
}

.product-section.section2 .product-ancher .product-text {
  text-align: center;
  bottom: 25%;
}

.product-section.section2 .product-text h3 span {
  font-weight: normal;
}

.product-section.section2 .product-text h3 {
  font-weight: 700;
  font-size: 22px;
}

.cta-btn.active {
  color: #333;
  background: #fff !important;
  font-weight: 600;
  text-transform: uppercase;
  border-color: #fff !important;
}

.product-section.section2 .cta-btn {
  background: #f15a43;
  border-color: #f15a43;
  text-transform: uppercase;
  font-size: 14px;
}

/* new css */
[class~="arrow"][class~="collapsed"] [class~="zmdi-minus"] {
  display: none;
}

[class~="arrow"][class~="collapsed"] [class~="zmdi-plus"] {
  display: block;
}

[class~="arrow"] {
  z-index: 9;
}

[class~="arrow"] {
  background: #788a8d;
  padding: 3px;
  font-size: 13px;
}
.logo-mobile.img-fluid {
  width: 100%;
  height: 30px;
}

[class~="arrow"] {
  border-radius: 2px;
}

[class~="ratings"] label::before,
[class~="arrow"] {
  cursor: pointer;
}

[class~="arrow"],
[class~="arrow"] {
  color: #fff;
}

[class~="arrow"] {
  line-height: 1.25pc;
}

[class~="arrow"] {
  text-align: center;
}

[class~="arrow"] {
  height: 1.25pc;
}

[class~="arrow"] {
  width: 20px;
}

[class~="arrow"] {
  top: 10px;
}

[class~="arrow"] {
  right: 0;
}

[class~="arrow"] {
  position: absolute;
}

/* cta banner css */
.cta-banner {
  width: 100%;
  padding: 50px 0;
}
.cta-banner .product-img {
  width: 100%;
  height: 350px;
}
.ctb-left h2 {
  color: #7a7a7a;
  font-family: var(--heading-font);
  font-size: 30px;
  font-weight: 500;
  text-align: left;
}
.ctb-left p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  color: #606060;
  margin: 1rem 0;
}
.learn-more {
  background-color: #ef523d;
  border-radius: 30px 30px 30px 30px;
  display: inline-block;
  border: 2px solid #ef523d;
  padding: 12px 30px;
  color: #fff;
}
.learn-more:hover {
  color: #ef523d !important;
  background-color: transparent;
}
.product-section.section3 .product-text {
  color: #000;
}
.product-section.section3 .prosection-right .product-ancher .product-text {
  top: auto;
}

/* foorer css */


footer {
  background: #788a8d;
  padding: 30px 0 10px 0;
  color: #fff;
}
.footer-top {
  margin-bottom: 30px;
}
.top-right ul {
  display: flex;
  justify-content: right;
  margin-bottom: 0;
}
.top-right ul li {
  padding: 0 5px;
}
.top-right ul li {
  padding: 0 5px;
}
footer .top-right ul li a {
  color: #fff;
}
footer a {
  color: #fff;
}
footer h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}
.cnuctul a span {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  border-radius: 50px;
  border: 2px solid #fff;
  text-align: center;
  margin-bottom: 5px;
}
.cnuctul a span:hover {
  color: #fff !important;
  background-color: #f05640 !important;
  border-color: #f05640;
}
.cnuctul a:hover {
  color: #fff !important;
}

footer p {
  color: #fff;
}
.newsform label {
  color: #666;
}
.newsform label span {
  color: #f15a43;
}
footer .newsform p {
  color: #666;
}
footer .newsform button {
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  height: 32px;
  line-height: 32px;
  margin: 0 5px 10px 0;
  padding: 0 22px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  width: -moz-fit-content;
  border: none;
  border-radius: 30px;
  background: #f05640;
  color: #fff;
}
.footer-bottom p {
  margin-bottom: 0;
  color: #666;
}
.footer-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 10px;
}
.payment {
  width: 50%;
}

/* cetogories page */
.bredcrumb-section ol {
  background: none;
}
.moretext {
  display: none;
}
.cte-header {
  padding: 10px 0;
}
.cte-header p {
  color: #666;
  margin-bottom: 0;
}
.fltr-right .form-select {
  background: #fff;
  border: 1px solid #e6e6e6;
  padding: 7px 5px;
  color: #000;
}
.fltr-right .form-select.two {
  color: #aaa;
}
.fltr-right {
  text-align: right;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.45rem 1.25rem;
}
.filter-row h3 {
  color: #222;
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  font-size: 1.5em;
}
.row.filter-row {
  margin-bottom: 30px;
  align-items: center;
}
.cte-sidebar h4 {
  border-bottom: 1px solid #d6d4d4;
  padding-bottom: 0.5rem;
  padding-top: 1.5rem;
  font-weight: 400;
  font-size: 1.2em;
}
.cte-sidebar {
  padding: 0 15px;
}
.form-select.form-control {
  border-radius: 30px;
}
/* price filter css */
.price-range-block {
  margin: 60px;
}
.ui-slider-horizontal {
  height: 0.6em;
}
.ui-slider-horizontal {
  margin-bottom: 15px;
  width: 40%;
}
.ui-widget-header {
  background: #3fe331;
}

.price-range-search {
  width: 40.5%;
  background-color: #f9f9f9;
  border: 1px solid #6e6666;
  min-width: 40%;
  display: inline-block;
  height: 32px;
  border-radius: 5px;
  margin-bottom: 20px;
  font-size: 16px;
}
.price-range-field {
  width: 48%;
  /* min-width: 16%; */
  background-color: #f9f9f9;
  border: 1px solid #6e6666;
  color: black;
  font-family: myFont;
  font: normal 14px Arial, Helvetica, sans-serif;
  border-radius: 5px;
  height: 26px;
  padding: 5px;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
  width: 92%;
  margin: 0 auto;
  margin-top: 0px;
  margin-top: 16px;
}
/* product section */
/* .product-section {
	padding: 20px 0 20px 0;
  } */
.title-heading {
  color: #fff !important;
  font-family: var(--main-font);
  margin-bottom: 20px;
  text-transform: capitalize;
  font-size: 36px;
}
.product-inner {
  display: block;
  margin: 0;
  /* padding: 20px 20px 20px 20px; */
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  transition: all 0.3s;
  z-index: 1;
  height: auto !important;
  position: relative;
  text-align: center;
}

.product-item:hover {
  z-index: 999;
  border-color: #242424;
}
.image-container {
  position: relative;
  margin-bottom: 15px;
  height: 260px;
}
.product-item a {
  outline: none;
  text-decoration: none;
}
.product-item a:hover,
a {
  transition: all 0.2s ease-in-out;
}
.product-thumbnail-wrapper {
  position: relative;
}
.product-item figure.product-inner:hover {
  background-color: #fff;
  /* box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1); */
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  z-index: 9999;
}
.product-thumbnail.with-second-image {
  position: relative;
  text-align: center;
  width: 100%;
  height: 183px;
  border-radius: 12px;
}
.product-thumbnail.with-second-image:hover .product-thumbnail-background {
  opacity: 1;
  transition: opacity 0ms ease 0s !important;
}
.product-thumbnail.with-second-image.second-image-loaded:hover img {
  opacity: 0 !important;
  transition: opacity 300ms ease 0.05s !important;
}
.product-thumbnail.with-second-image.second-image-loaded img {
  opacity: 1 !important;
  transform: translateZ(0) rotate(0);
  -webkit-transform: translateZ(0) rotate(0);
  transition: opacity 300ms ease 0s;
}
.product-thumbnail-wrapper .product-thumbnail img {
  width: 100%;
  object-fit: cover;
  height: 280px;
  border-radius: 10px;
}
.product-thumbnail-background {
  width: 100% !important;
  height: 280px;
  opacity: 0;
  display: block;
  position: absolute;
  background-size: cover !important;
  background-repeat: no-repeat;
  transition: opacity 0ms ease 0.3s !important;
  background-position: center;
  border-radius: 10px;
}

.product-section.on-demand-pro .quick-view-button {
  left: 172px;
}
.product-section.on-demand-pro .product-thumbnail img {
  width: 290px !important;
  max-height: 200px;
}
.product-section.on-demand-pro .category-discription-grid,
.palign-center .inner-desc p {
  text-align: center;
}
.product-inner p.product-category-listing a {
  color: rgba(255, 255, 255, 0.5) !important;
  line-height: 12px;
  display: block;
  margin: 10px 0 0 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.5);
}
.product-inner h4 a {
  font-size: 1.125rem;
  line-height: 20px;
  color: #000 !important;
}
.product-inner h4 {
  margin-bottom: 0;
}

.product-item:hover .quick-view-button {
  display: block;
}

.quick-view-button {
  z-index: 999;
  display: none;
  position: absolute;
  left: 125px;
  right: 0;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 42px;
  padding: 0;
  border-radius: 3px !important;
  background-clip: padding-box;
  opacity: 1;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  background-color: #d79c00;
  z-index: 9;
  top: 40%;
}
.quick-view-button::after {
  color: #fff;
  font-size: 16px;
  line-height: 25.6px;
  font-size: 1rem;
  line-height: 1.6rem;
  font-family: "Font Awesome 5 Free";
  content: "\f06e";
  font-weight: 900;
}

.product-item:hover figure.product-inner .inner-desc {
  position: relative;
}
.product-item figure.product-inner .inner-desc {
  text-align: left;
  display: none;
  margin-top: 15px;
}
.product-item figure.product-inner::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.product_after_shop_loop {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  height: 60px;
  overflow: hidden;
}
.product_after_shop_loop_switcher {
  height: 80px;
  overflow: hidden;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.inner-desc ul {
  display: flex;
  list-style-type: none;
  justify-content: space-between;
  margin: 0;
  padding-left: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 0;
}
.inner-desc ul li a {
  color: #999;
}
.inner-desc ul li a:hover {
  color: #cd9500 !important;
}
.product-item .reating {
  text-align: center;
}

.product_after_shop_loop .price {
  font-size: 16px !important;
}
a {
  color: #000;
}
.discount-price {
  color: #f34e45;
  font-weight: 700;
}
.category-discription-grid {
  padding: 20px;
}
.product-inner h4 a {
  font-size: 1.125rem;
  line-height: 20px;
  color: #000 !important;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
}
.pagin {
  padding: 15px 0;
  border-top: 1px solid #ddd;
}
.pagin p {
  margin-bottom: 0;
}


/* product detail css */

.product-title {
  margin: 0 0 20px;
  text-transform: none;
  font-weight: 400;
  color: #666;
}




.custom_btn.border-0 {
  font-size: 15px;
  font-weight: 700;
  padding: 8px 40px;
  height: 50px;
  letter-spacing: 2px;
  background: #363a41;
  color: #fff;
  text-transform: uppercase;
  border-radius: 50px;
}
.product__content {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #f34e45;
}

/* product detail content description css */
.tab.mission-list-tab .tabs {
  display: flex;
  justify-content: left;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
.tabs li a {
  margin-right: 0;
  display: block;
  text-align: center;
  color: #333;
  margin-left: 1.2rem;
  padding: 0.5em 1em;
  border-radius: 0.25rem;
}

.tabs li.current a {
  background-color: #f05a45;
  border: 1px solid #f05a45;
  color: #fff!important;
  border-radius: 30px;
}
.mission-tab {
  width: 1140px;
  margin: 50px auto;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 30px;
  border-radius: 20px;
}
.mission-tab h6 {
  font-weight: 700;
}
.row.Specification {
  margin-bottom: 10px;
}

.delivery-info {
  margin-bottom: 30px;
}



/* pro img slider */
.outer {
  margin: 0 auto;
  /* max-width: 800px; */
}
#big .item {
  background: #ec6e46;
  margin: 2px;
  color: #fff;
  border-radius: 10px;
  text-align: center;
}
#thumbs .item {
  background: #c9c9c9;
  line-height: 70px;
  padding: 0px;
  margin: 2px;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
}
#thumbs .item p {
  font-size: 18px;
}
#thumbs .current .item {
  background: #ff5722;
}
.owl-theme .owl-nav [class*="owl-"] {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.owl-theme .owl-nav [class*="owl-"].disabled:hover {
  background-color: #d6d6d6;
}
#big.owl-theme {
  position: relative;
}
#big.owl-theme .owl-next,
#big.owl-theme .owl-prev {
	background: #f05640;
	width: 40px;
	line-height: 40px;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	text-align: center;
	top: 50%;
	border-radius: 50%;
}
#big.owl-theme .owl-prev {
  left: -15px;
}
#big.owl-theme .owl-next {
  right: -15px;
}
#thumbs.owl-theme .owl-next,
#thumbs.owl-theme .owl-prev {
  background: #333;
}

.item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
  }

  #main {
	display: none;
  }
  
  /* contact page css */
  .my-wrapper h1 {
	padding: 0px;
	margin: 0px;
	line-height: 1;
	color: rgba(122, 122, 122, 0.98);
	font-size: 34px;
  }
  .wigte-border {
	border-bottom: 1px solid #666;
	margin: 50px 0;
  }
  .contact-form .form-control {
	border-radius: 30px;
	height: 50px;
  }
  .contact-form textarea {
	border-radius:15px!important;
	height: 100px!important;
  }
  .contact-form .form-control:focus{
	  box-shadow: none;
  }
  .submit-btn {
    background: #EE523F;
	border: 0;
	color: #fff;
	border-radius: 50px;
	height: 43px;
	padding: 8px 20px !important;
  }
  .about-section {
    margin: 50px 0;
  }
  .about-section p a {
    font-weight: bolder;
  }

  /* blog page css */
  .blog-header ul {
    display: flex;
    margin-bottom: 0;
  }
  .blog-header ul  li a{
    display: inline-block;
    margin: 0 5px;
    font-weight: 600;
    color: #acacac;
    padding: 10px;
  }
  .blog-header.row.align-items-center {
    margin-bottom: 20px;
  }
  .bimg img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .bimg {
    width: 100%;
    height: 250px;
    position: relative;
    overflow: hidden;
   border-radius: 10px 10px 0 0;
  }
  .blog-col:hover  .bimg img{
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  .blog-col {
    background-color: #FFF;
    border-radius: 10px;
    box-shadow: 2px 1px 11px 2px rgba(0,0,0,.1);
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
  }
  .blog-col:hover{
    background-color: #FFF;
  box-shadow: 0 0 5px rgba(0,0,0,.49);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.29);
  }
  .bcte {
    font-size: 10px;
    font-weight: 700;
    color: #f05640;
    text-transform: uppercase;
  }
  .blog-txt h4 a:hover {
    color: #000 !important;
  }
  .blog-txt h4 {
    font-size: 1rem;
    font-weight: 700;
    margin: 1rem 0;
  }
  .blog-txt .date {
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    color: #a6a6a6;
  }
.blog-txt{
  padding: 20px;
}
.blog-section {
  padding: 10px 0 50px 0;
}
.pagination li a {
  padding: 2px 5px 2px 5px;
  margin-right: 5px;
  border: 1px solid #f3f3f3;
  color: #ccc;
  display: block!important;
}
.pagination {
  justify-content: center;
}

/* blog detail css */
.blog-detail-wrapper {
  padding: 20px;
  border: 1px solid #e1e1e1;
  margin-bottom: 50px;
}
.pdate {
  width: 100%;
  text-align: center;
  color: #7f7f7f;
  font-size: 16px;
  overflow: hidden;
  position: relative;
}
.pdate::after {
  position: absolute;
  content: '';
  width: 42%;
  height: 1px;
  background: #bfbfbf;
  top: 8px;
  right: 10px;
}
.pdate::before {
  position: absolute;
  content: '';
  width: 42%;
  height: 1px;
  background: #bfbfbf;
  top: 8px;
  left: 10px;
}
.blog-detail-wrapper h1 {
  margin-bottom: 15px;
  margin-top: 15px;
  border-top: 0;
  border-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.375rem;
  text-align: center;
  color: #666;
}
.blog-detail-img {
  text-align: center;
  margin-bottom: 30px;
  padding: 0 36px;
  margin-top: 30px;
}
.blog-detail-img a:hover {
  color: #666!important;
}
.blog-detail-img a:hover {
  color: #666;
}
.blog-detail-img img{
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.blog-detail-content-wrapper {
  padding: 30px 80px;
}
.bdtw {
  margin-bottom: 20px;
}


/* hero slider css */
.hero-item {
  width: 100%;
  height: 550px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* animation: shrink 12s infinite ease-in-out; */
  transition: ease-in-out;
  background-size: cover;
  background-position: center;
}
.hero-slider .owl-dots .owl-dot span {
	width: 15px !important;
	height: 15px !important;
	border-radius: 0 !important;
	background-color: #9db0b6!important;
  }
  .hero-slider .owl-dots .owl-dot span:hover{
    background: rgb(239, 82, 61) !important;
  }
  .hero-slider .owl-dots .owl-dot.active span{
    background: rgb(239, 82, 61) !important;
	  
  }
  .hero-slider .owl-nav{
	  display: none;
  }
  .hero-slider  .owl-dots {
	position: absolute;
	top: 40%;
	right: 0;
	transform: rotate(90deg);
  }
@keyframes shrink {
	0% {
	  background-size: 110% 110%;
	}
	100% {
	  background-size: 100% 100%;
	}
  }
.hero-content{
	width: 1140px;
	margin: 0 auto;
text-align: center;
}

.hero-content h1 {
	font-size: 3.5rem;
	font-weight: 700;
	color: #fff;
  }

.heading{
  color: #333;
  font-family: var(--heading-font);
font-size: 30px;
font-weight: 500;
text-align: center;
text-transform: capitalize;
}
.product-section.section3 {
  margin: 50px 0;
}
.blog-section .heading {
  margin: 20px 0;
}
.blogbg {
  width: 100%;
  background-size: 100%;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

section.section2.wow.fadeInUp.blogbg {
  padding: 50px 0;
  width: 100%;
} 
.contact-scection {
  margin: 50px 0;
}

a.search-icon {
  color: #788a8d;
  margin: 10px;
  position: absolute;
  right: 2px;
  top: 8px;
}


/* new changes */


.top-center ul {
  margin-bottom: 0;
}
.top-center ul li img {
  margin-bottom: 0;
  padding: 8px;
  width: 220px;
}
.two.bd-primary-btn.btn-style.has-arrow.is-bg.radius-60 {
  background: #363a41;
  border-color: #363a41;
}
.quintity {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  align-items: center;
}
.quintity h5 {
  margin-bottom: 0;
}

.section-space {
  padding-top: 80px;
  padding-bottom: 50px;
}

.about-style-two .about-thumb-one {
  border-radius: 8px;
  overflow: hidden;
  display: block;
  position: relative;
  padding-right: 20px;
}
.about-style-two {
  position: relative;
  margin-bottom: 20px;
  filter: drop-shadow(0px 4px 70px rgba(0, 0, 0, 0.15));
}
.about-style-two .about-shape {
  position: absolute;
  top: -20px;
  right: 60px;
  z-index: -1;
  animation: right-2-left 5s linear 0s infinite alternate-reverse both;
}

/* Right To Left */
@keyframes right-2-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100px);
  }
}
.bd-primary-btn.is-bg {
  background-color: #f05640;
  color: #fff;
}
.bd-primary-btn.has-arrow {
  padding: 0 35px 0 35px;
}
.bd-primary-btn.has-arrow .arrow-right {
  left: -25%;
}
.bd-primary-btn.has-arrow .bd-primary-btn-arrow {
  position: absolute;
  z-index: 9;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
.bd-primary-btn.has-arrow .bd-primary-btn-text {
  position: relative;
  z-index: 1;
  transform: translateX(-12px);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
.bd-primary-btn-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-color: #788a8d;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
.bd-primary-btn.has-arrow .arrow-left {
  right: 26px;
}
.bd-primary-btn.has-arrow .bd-primary-btn-arrow {
  position: absolute;
  z-index: 9;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
.bd-primary-btn:hover.has-arrow .arrow-left {
  right: -25%;
}
.bd-primary-btn:hover {
  color: #fff!important;
  border-radius: 60px;
  border-color: #27d974;
  background-color: #27d974;
}
.about-thumb-one img {
  width: 100%;
}
.bd-primary-btn.has-arrow {
  padding: 0 35px 0 35px;
}
.radius-60 {
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -o-border-radius: 60px;
  -ms-border-radius: 60px;
  border-radius: 60px;
}
.bd-primary-btn {
  background-color: transparent;
  color: #788a8d;
  border: 2px solid #f05640;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  padding: 0 25px 0 25px;
  position: relative;
  z-index: 5;
}
.btn-style {
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  position: relative;
  overflow: hidden;
  padding: 0 30px;
  text-transform: capitalize;
}
.bd-primary-btn:hover.has-arrow .arrow-right {
  left: 25px;
}
.bd-primary-btn:hover.has-arrow .bd-primary-btn-text {
  transform: translateX(12px);
}

.section-title-wrapper.mb-35.anim-wrapper.animation-style-3 .heading {
  text-align: left;
}

.about-style-two .about-experience {
  display: flex;
  position: absolute;
  top: 430px;
  right: 0px;
  background-color: #fff;
  padding: 6px 35px 12px 25px;
  border-radius: 8px;
  text-align: center;
  align-items: center;
  gap: 15px;
}
.about-style-two .about-experience .about-experience-title {
  font-size: 70px;
  color: #f05640;
}
.about-style-two .about-experience .about-experience-subtitle {
  text-align: start;
  font-size: 18px;
  font-weight: 500;
}
.about-style-two .about-experience::after {
  position: absolute;
  content: "";
  width: 223px;
  height: 86px;
  left: 50%;
  top: 50%;
  border: 2px dotted #27d974;
  border-radius: 8px;
  transform: translate(-50%, -50%);
}

.cte-slide .owl-prev {
  background: #f05640;
  color: #fff;
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  border-radius: 50%;
  line-height: 40px;
  position: absolute;
  left: -20px;
  bottom: 48%;
}
.cte-slide .owl-next {
  background: #f05640;
  color: #fff;
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  border-radius: 50%;
  line-height: 40px;
  position: absolute;
  right: -20px;
  bottom: 48%;
}

section.section2.wow.fadeInUp.blogbg .offer-btn {
  text-align: center !important;
}
.product-section.section3.wow.fadeInUp.blogbg .offer-btn {
  text-align: center !important;
}
.cte-slide{
  margin: 20px 0 10px 0;
}
footer h5 {
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
}

.footer-top {
  background-color: #fff9ff;
  background-image: url(../images/cielo_couch_sale.jpg);
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
  padding: 50px;
  margin: 50px 0 0 0;
  color: #fff;
}
.m-b20 {
  margin-bottom: 20px;
}
.subscribe-form .input-group-btn {
  padding-left: 10px;
}
.subscribe-form input {
  border-radius: 30px !important;
  height: 50px;
  padding: 10px 20px;
  margin-right: 5px;
  font-size: 15px;
}
.footer-top .heading{
  color:#fff!important;
  margin-bottom: 20px;
}

.about-section {
  margin: 50px 0;
}
.priced-to-go {
  display: none;
}