/*
Theme Name: Ceonogy BIKE 1
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
/*mobile*/
.off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
  width: 80%;
}

@media only screen and (max-width: 48em) {
  .footer-middle .col {
    padding-bottom: 0;
  }
  .repsonsive-col > .col-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
/*mobile*/
/*home banner*/
.home #content {
  padding-top: 0;
}

/*home banner*/
/*box shadow*/
.box-shadow-grey, .custom-product-page > .row > .col, .box-shadow-col > .col-inner {
  box-shadow: 0 0 5px #ccc;
}

/*box shadow*/
/*padding styles*/
.no-padding-bottom {
  padding-bottom: 0;
}

/*padding styles*/
/*blog posts fix*/
.one-col-blog-posts, .related-products-wrapper {
  background-color: #fff;
}

.one-col-blog-posts h3, .related-products-wrapper h3 {
  padding: 0 35px;
  padding-top: 8px;
}

.one-col-blog-posts h3 .section-title-main, .related-products-wrapper h3 .section-title-main {
  border: none;
}

.one-col-blog-posts .flickity-button, .related-products-wrapper .flickity-button {
  border-radius: 0;
}

.one-col-blog-posts.row, .related-products-wrapper .row {
  margin-top: 0px !important;
}

.one-col-blog-posts > .col, .related-products-wrapper > .col {
  padding: 0;
}

/*blog posts fix*/
/*slider and scroll bar fix*/
.slider > .flickity-prev-next-button svg {
  width: 25px !important;
  border: 0 !important;
  padding: 5px;
}

.slider-nav-push.slider-nav-reveal .flickity-prev-next-button svg {
  margin-top: 0;
}

.slider .flickity-prev-next-button .flickity-button-icon {
  left: 50%;
  top: 50%;
}

.slider .flickity-page-dots {
  left: 0;
}

::-webkit-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background: #e76301;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

/*slider and scroll bar*/
/*vertical product category menu*/
.vertical-product-category-menu-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.vertical-product-category-menu-wrapper ul li {
  padding-left: 0;
  padding: 8px 4px;
  margin-bottom: 0;
  margin-left: 0 !important;
}
.vertical-product-category-menu-wrapper ul li a {
  font-size: 15px;
  display: flex;
  align-items: center;
  padding: 0;
}
.vertical-product-category-menu-wrapper ul li img {
  margin-right: 8px;
}
.vertical-product-category-menu-wrapper ul li .icon-angle-down {
  top: 2px;
  margin-right: -0.1em;
  margin-left: auto;
}
.vertical-product-category-menu-wrapper ul li .icon-angle-down:before {
  content: "\f105";
}
.vertical-product-category-menu-wrapper ul li .nav-dropdown-default li {
  border-bottom: 1px solid #ececec;
}
.vertical-product-category-menu-wrapper ul li .nav-dropdown-default li a {
  border: none;
}

/*vertical product category menu*/
/*icon title*/
.icon-title .icon-box-text, .two-col-with-title .icon-box-text, .one-col-with-title .icon-box-text {
  margin-bottom: 15px;
}
.icon-title .icon-box-text p, .two-col-with-title .icon-box-text p, .one-col-with-title .icon-box-text p {
  margin-left: -42px;
}
@media only screen and (max-width: 48em) {
  .icon-title .icon-box-text p, .two-col-with-title .icon-box-text p, .one-col-with-title .icon-box-text p {
    margin-top: 8px;
  }
}
.icon-title .icon-box-text h3, .two-col-with-title .icon-box-text h3, .one-col-with-title .icon-box-text h3 {
  margin-bottom: 0;
}

/*icon title*/
/*limit text to 3 lines*/
.limit-2-lines, .slider-style-tr-btn p.product-title a, .limit-3-lines {
  word-wrap: break-word;
  overflow: hidden;
  max-height: 32.8px;
  line-height: 16.4px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.limit-3-lines {
  max-height: 49.2px;
}

/*limit text to 3 lines*/
/*left right vertical button for slider*/
/*left right vertical button for slider*/
/*top right control button for slider*/
.slider-style-tr-btn {
  overflow: inherit;
}
.slider-style-tr-btn button.flickity-button.flickity-prev-next-button {
  background: #fff;
  border: 1px solid #e6e7eb;
  border-radius: 4px;
  width: 30px !important;
  height: 30px;
  opacity: 1 !important;
  transform: translate(0);
  box-shadow: none;
  top: -40px;
  min-height: 30px;
}
.slider-style-tr-btn button.flickity-button.flickity-prev-next-button.previous {
  left: calc(100% - 75px) !important;
}
.slider-style-tr-btn button.flickity-button.flickity-prev-next-button.next {
  right: 10px !important;
}
.slider-style-tr-btn p.product-title a {
  max-height: 36.8px;
  line-height: 18.4px;
}

/*top right control button for slider*/
/*two columns layout with title*/
.two-col-with-title > .col > .col-inner {
  min-height: 359px;
}

.two-col-with-title > .col > .col-inner, .one-col-with-title > .col > .col-inner {
  box-shadow: 0 0 5px #ccc;
}

/*two columns layout with title*/
/*one column layout with title*/
/*one column layout with title*/
/*footer styles*/
.absolute-footer {
  background: #f76600;
  box-shadow: 0 0 1px #000;
  padding-bottom: 0;
}
.absolute-footer .footer-secondary.pull-right {
  margin-bottom: 5px;
}
.absolute-footer .footer-primary.pull-left {
  margin-top: 12px;
}

#footer > .section {
  box-shadow: 1px 0px 1px #4e4444;
}

.footer-middle {
  color: #ffefef;
}
.footer-middle .ux-menu-title, .footer-middle h4 {
  color: #ffefef;
  font-size: 1em;
  min-height: 3em;
  text-transform: uppercase;
  padding-bottom: 0.3em;
  padding-top: 0.3em;
  font-family: "Paytone One", sans-serif;
  font-weight: normal;
  display: flex;
  align-items: center;
}
.footer-middle .social-icons {
  font-size: 1em;
}
.footer-middle a:hover {
  color: #fff6f0 !important;
  text-shadow: 0 0 3px #ccc;
}
.footer-middle p {
  margin-bottom: 0.6em;
}

.linear-orange {
  background: linear-gradient(1deg, #f76600, #ff9866);
}
.linear-orange, .linear-orange .uppercase, .linear-orange h3.section-title {
  color: #fff;
}
.linear-orange h3.section-title {
  border-bottom: 2px solid #fd934b;
}

/*footer styles*/
@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
  .promo-img img {
    object-position: 13.5% 50%;
  }
  .home-intro {
    padding-bottom: 0;
  }
  .home-intro .row > .col {
    padding-bottom: 0;
  }
  .home-banner.section {
    padding-left: 15px;
    padding-right: 15px;
  }
  .home-banner .promotion-news > .col-inner > .row > .col.post-item:last-child {
    padding-bottom: 15px;
  }
  .home-banner h3 {
    font-size: 1em;
  }
  .home-banner .text-box {
    padding-top: 10px;
  }
  .home-banner .button.primary {
    margin-left: -99% !important;
  }
  .home-banner .slider img {
    height: 160px;
  }
  .home-banner .slider .flickity-viewport {
    height: 170px !important;
  }
}
.header-main .searchform-wrapper.ux-search-box.relative.is-normal:not(.form-flat) form.searchform {
  background: #fff;
  border: 2px solid #ff6a00;
  border-radius: 100px;
  padding-left: 25px;
}
.header-main .searchform-wrapper.ux-search-box.relative.is-normal:not(.form-flat) form.searchform button {
  border-radius: 80px;
}

.home-banner .promotion-news h3 {
  font-size: 1em;
  padding-left: 10px;
  background: #ff6a00;
  color: #fff;
}
.home-banner .promotion-news h5.post-title {
  text-shadow: 0 0 5px #000;
  font-size: 1em;
}
.home-banner .promotion-news .col.post-item {
  padding-bottom: 35px;
}
.home-banner.section {
  box-shadow: 0 0 5px #ccc;
  padding-bottom: 0 !important;
}
.home-banner.section > .section-content > .row > .col {
  padding-bottom: 0;
}
@media screen and (min-width: 850px) {
  .home-banner.section .large-3 {
    flex-basis: 18.8%;
    max-width: 18.8%;
  }
}
@media screen and (min-width: 850px) {
  .home-banner.section .large-7 {
    flex-basis: 64.5355555%;
    max-width: 64.5355555%;
  }
}

#wrapper, #main {
  background-color: #f9f9f9;
}

button, input {
  border-radius: 8px !important;
}

.custom-product-page {
  margin-top: 20px;
}
.custom-product-page .price.product-page-price {
  margin-bottom: 0.5em;
}
.custom-product-page > .row > .col {
  background: #fff;
  padding-top: 10px;
}
.custom-product-page > .row > .col:first-child {
  border-right: 2px solid dashed #000;
  border-radius: 8px 0 0 8px;
}
.custom-product-page > .row > .col:last-child {
  border-radius: 0 8px 8px 0;
}

.home #content > .row-main {
  max-width: 100%;
  padding: 0;
}
@media only screen and (max-width: 48em) {
  .home #content > .row-main .section {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 48em) {
  .home #content > .row-main .section > .row > .col {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.home #content > .row-main .section.home-banner, .home #content > .row-main > .large-12.col {
  padding: 0;
}
.home #content > .row-main .row.align-center {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.home #content > .row-main .our-services-wrapper h3 {
  margin-bottom: 0.6em;
}
.home #content > .row-main .our-services-wrapper ul {
  list-style: none;
}
.home #content > .row-main .our-services-wrapper ul li {
  margin-bottom: 0;
}
.home #content > .row-main .our-services-wrapper ul li a p {
  margin-bottom: 0;
}
.home #content > .row-main .our-services-wrapper ul li {
  padding-left: 0;
  margin-left: 0;
}
.home #content > .row-main .our-services-wrapper ul li .moreBtn {
  color: #fa7109;
  font-weight: bolder;
  margin-bottom: 0;
}
.home #content > .row-main .our-services-wrapper ul li .moreBtn:hover {
  color: #c35400;
}
.home #content > .row-main .our-services-wrapper ul li .titleList {
  display: flex;
  align-items: center;
  font-weight: bolder;
}
.home #content > .row-main .our-services-wrapper ul li .titleList span:last-child {
  padding-left: 10px;
}

.page-wrapper {
  padding-bottom: 0;
}

/*# sourceMappingURL=style.css.map */
