/* Less Variables */
/* Font */
/*Color */
/*Background */
/*Font-weight*/
/*Footer */
.flex {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
}
.rowFlexMargin {
  margin-left: -15px;
  margin-right: -15px;
}
.banner-slider .banner_item_bg img {
  border-radius: 0;
}
.grid-layout {
  display: grid;
}
@media (min-width: 768px) {
  .grid-layout.two-col {
    grid-template-columns: 1fr 1fr;
  }
}
.flex-layout {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
}
.cms-index-index .header-control {
  border-bottom: 0;
}
.cms-index-index .page-main.container {
  display: none;
}
.cms-index-index .header-container .header-content {
  border-bottom: 0;
}
.cms-index-index .page-footer {
  margin: 0;
}
.header-container .header-content {
  border-bottom: 1px solid #ebebeb;
}
.banner_item_bg {
  margin-top: 0;
}
.block-search .block-content input {
  border: 2px solid #ebebeb;
  border-radius: 4px;
}
.block-search .block-content button.action {
  border-radius: 0 4px 4px 0;
}
.sidebar .block-search .block-content input {
  border-radius: 3px;
}
.owl-carousel .product_row .item-product:first-child {
  padding-bottom: 0 !important;
}
.title-category-dropdown {
  border-left: 1px solid #ebebeb;
  border-radius: 0;
}
.title-category-dropdown:after {
  left: 10px;
}
.velaServicesInner .boxServiceImage {
  background-position: left -67px;
}
.rokan-newproduct .block-content-new,
.the_blog .block-content,
.cat_1 .tab_container,
.hot-deal .hot-deal-tab-slider.hot-deal-tab-slider-customcss {
  padding: 0;
  border: 0;
}
.footer-container.footer {
  padding: 0;
}
.block_notification {
  background: #5ea201;
  padding: 12px 0;
  color: #ffffff;
  text-align: center;
  margin-bottom: 50px;
  font-size: 16px;
}
.block_notification p {
  display: inline;
}
.block_notification p strong {
  font-weight: 500;
  font-size: 20px;
}
.rokan-product-heading {
  position: relative;
}
.rokan-product-heading h2 {
  margin-top: 70px;
  display: inline-block;
  font-size: 30px;
  margin-bottom: 21px;
}
.cat_1 .tab_container {
  background: transparent;
}
.cat_home16 .owl-carousel .item-product,
.bestsellerproduct .owl-carousel .item-product {
  padding: 0;
  border: 1px solid #ebebeb;
  margin: 0 15px;
  border-radius: 10px;
  background: #ffffff;
}
.cat_home16 .owl-carousel .item-product .product-thumb,
.bestsellerproduct .owl-carousel .item-product .product-thumb {
  border-radius: 10px;
}
.cat_home16 .owl-carousel .item-product .product-info,
.bestsellerproduct .owl-carousel .item-product .product-info {
  padding: 0 20px 25px 20px;
}
.item-product:hover .product-info-cart {
  bottom: 10px;
}
.product.data.items > .item.title h2,
.filter-content .filter-options .filter-options-title h2,
.contact-index-index h3 h2,
#pageContent .velaAboutUsTitle h2,
.title-widget-post h2,
.title-post-tab h2,
.item-post-full .post-title h2,
.rokan-product-heading h2 {
  letter-spacing: -1px;
}
.velaNewsletterFooter .velaContentTitle {
  width: 37%;
  display: inline-block;
  float: left;
  text-align: left;
  margin: 0 0 10px;
  padding-left: 70px;
  position: relative;
}
.velaNewsletterFooter .velaContentTitle:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 51px;
  height: 51px;
  background-color: #ffffff;
  -webkit-mask: url(images/newletter_icon.svg) no-repeat 100% 100%;
  mask: url(images/newletter_icon.svg);
}
.velaNewsletterFooter .newsletterDescription {
  color: #ffffff;
}
.velaNewsletterFooter .newsletterDescription span {
  color: #ffffff;
}
.velaNewsletterFooter .newsletter-footer input[type="email"] {
  border-color: transparent;
}
.velaNewsletterFooter .newsletter-footer button.action,
.velaNewsletterFooter .newsletter-footer button.action:hover {
  background: #222222;
  color: #ffffff;
}
.velaNewsletterFooter .velaFooterTitle {
  margin: 0;
  padding: 0;
  color: #ffffff;
}
.velaNewsletterFooter .velaContentForm {
  width: 44%;
  float: left;
}
.velaNewsletterFooter .velaContentForm form {
  width: 90%;
}
@media (max-width: 1500px) and (min-width: 1399px) {
  .velaNewsletterFooter .velaContentForm {
    width: 40%;
  }
  .velaNewsletterFooter .velaContentForm input[type=email] {
    width: 35px;
  }
}
.velaNewsletterFooter .newsletter-footer {
  margin: 0;
}
.velaNewsletterFooter .newsletter-footer:before {
  display: none;
}
.velaNewsletterFooter .velaContentSupport {
  width: 18%;
  float: right;
  margin: 0 0 10px;
  text-align: right;
}
@media (max-width: 1500px) and (min-width: 1399px) {
  .velaNewsletterFooter .velaContentSupport {
    width: 21%;
  }
}
.velaNewsletterFooter .velaContentSupport .support-mail {
  padding-left: 60px;
  position: relative;
  text-align: left;
}
.velaNewsletterFooter .velaContentSupport .support-mail label {
  font-size: 14px;
  color: #ffffff;
  margin-top: 6px;
}
.velaNewsletterFooter .velaContentSupport .support-mail strong {
  font-size: 20px;
  color: #ffffff;
  margin-top: 8px;
  display: inline-block;
  font-weight: 500;
}
.velaNewsletterFooter .velaContentSupport .support-mail:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  -webkit-mask: url(images/support_icon.svg) no-repeat 100% 100%;
  mask: url(images/support_icon.svg);
}
.rowFlexMargin .velaBlock .intro-footer {
  padding-top: 5px;
}
.vc_tta-tabs-container .tabs li:not(:last-child) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .vc_tta-tabs-container {
    margin-right: 0;
  }
}
.vc_tta-tabs-container .tabs li {
  float: none;
  position: relative;
  display: inline-block;
}
.nav-toggle:before {
  color: #222222;
}
.owl-theme .owl-controls .owl-buttons > div:before {
  font-size: 12px;
  color: #999;
}
.footer-container .container > .rowFlex.rowFlexMargin {
  padding-bottom: 0;
}
.footer-container .container > .rowFlex.rowFlexMargin .flex-end .col-sm-6:not(.no-padding) {
  height: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: flex-end;
}
.rowFlexMargin .velaBlock .velaFooterTitle {
  margin: 0 0 40px;
}
@media (min-width: 768px) {
  .block-testimonials .row {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    align-items: flex-end;
  }
  .block-testimonials .row .col-md-6:not(.hidden-sm) {
    padding-bottom: 15px;
  }
}
@media (min-width: 1401px) {
  .block-testimonials .row .col-md-6:not(.hidden-sm) {
    padding-bottom: 55px;
  }
}
.block_wcu h3 {
  color: #5ea201;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 25px;
}
.block_wcu h4 {
  color: #222222;
  font-size: 30px;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.block_wcu h4 strong {
  font-weight: 500;
}
.block_wcu h3,
.block_wcu h4 {
  letter-spacing: -1px;
}
.testimo-slider .owl-theme .owl-pagination {
  bottom: 0;
  text-align: left;
}
@media (max-width: 1400px) {
  .testimo-slider .owl-theme .owl-pagination {
    bottom: 20px;
  }
}
@media (max-width: 991px) {
  .testimo-slider .owl-theme .owl-pagination {
    bottom: 0;
  }
}
.box-testimo {
  margin-top: 50px;
}
.testimonialContent {
  background: none;
  padding: 0 0 0 60px;
}
.testimonialContent:before {
  background: url(images/quocte9.png) center center no-repeat;
  top: 0;
  right: auto;
}
.testimonialContent .desc {
  color: #666;
}
.testimonialContent .desc p {
  line-height: 2.14;
}
.item-testimo .author-test-link {
  margin: 0;
  width: 65px;
  height: 65px;
}
.item-testimo {
  text-align: left;
  padding-bottom: 70px;
}
.info-testimonial {
  display: inline-block;
  margin-top: 30px;
}
.info-testimonial .author-testimo {
  display: inline-block;
}
.info-testimonial .author-test-info {
  display: inline-block;
  margin-left: 10px;
}
.info-testimonial .author-test-info .author-test-link {
  margin: 0;
}
.info-testimonial .author-test-info h3 {
  font-size: 14px;
  margin-top: 15px;
}
.info-testimonial .author-test-info span {
  color: #999;
  font-size: 14px;
  text-transform: capitalize;
}
@media (max-width: 1399px) {
  .velaNewsletterFooter .velaContentTitle {
    width: 50%;
  }
  .velaNewsletterFooter .velaContentForm {
    width: 50%;
  }
  .velaNewsletterFooter .velaContentSupport {
    display: none;
  }
}
@media (min-width: 1200px) {
  .title-category-dropdown span {
    padding-left: 37px;
  }
  .rowFlexMargin .vela-contactinfo .contacinfo-phone.contactinfo-item {
    margin-top: 34px;
  }
}
@media (max-width: 1199px) {
  .velaNewsletterFooter .velaContentTitle {
    width: 100%;
  }
  .velaNewsletterFooter .velaContentForm {
    width: 100%;
  }
  .newsletter-footer {
    text-align: left;
  }
  .onsale_product .col-onsale-right {
    width: 80%;
  }
  .rokan-onsaleproduct .col-onsale-left {
    display: none;
  }
  .menu_primary {
    width: 65%;
  }
  .navigation li.level0 {
    margin: 0 20px 0 0;
  }
  .wp-header > div {
    width: auto;
  }
  .wp-header .box_language {
    min-width: 60px;
  }
  .wp-header .top-search {
    width: calc(100% - 80px);
  }
  .velaNewsletterFooter .velaContentForm form {
    width: 100% !important;
  }
}
@media (max-width: 1199px) {
  .newsletter-footer > form {
    width: 100%;
  }
  .newsletter-footer .control {
    width: calc(100% - 180px);
  }
  .newsletter-footer input[type="email"] {
    width: 100%;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .menu_left_home1 .title-category-dropdown {
    width: 55px;
    display: flex;
    text-align: center;
    justify-content: center;
    padding: 0;
  }
  .menu_left_home1 .title-category-dropdown span {
    padding-left: 0;
  }
  .menu_left_home1 .title-category-dropdown:after {
    position: static;
  }
}
@media (max-width: 1024px) and (min-width: 992px) {
  .header .block.block-search {
    margin-right: 20px;
  }
}
@media (max-width: 991px) {
  .onsale_product .col-onsale-right {
    width: 100%;
  }
  .block_wcu {
    margin-top: 15px;
  }
  .block-testimonials {
    margin-bottom: 60px;
  }
  .header .block.block-search {
    width: 100%;
  }
  .banner_mid_1 {
    margin-bottom: 2px;
  }
}
@media (max-width: 767px) {
  .header-control {
    border: 0;
  }
  .searchsuite-autocomplete {
    left: 0;
    right: 0;
  }
  .searchsuite-autocomplete .title {
    text-align: left;
  }
  .owl-theme .owl-buttons {
    display: none !important;
  }
  .banner_mid_1 .bs-banner:not(:first-child) {
    margin: 30px 0 0 !important;
  }
  .header-control.header-nav {
    position: static;
  }
  .nav-toggle {
    top: auto !important;
    bottom: 30px;
  }
  .rowFlexMargin .velaBlock .velaFooterTitle {
    margin-bottom: 0;
  }
  .rowFlexMargin .velaBlock .velaFooterTitle,
  .rowFlexMargin .velaBlock {
    display: block;
    width: 100%;
  }
  .footer-container.footer {
    margin-bottom: 30px;
  }
  .rowFlexMargin .no-padding {
    padding: 0;
  }
  .rowFlexMargin .no-padding .velaFooterTitle {
    margin-bottom: 20px;
  }
  .toolbar-products {
    margin-top: 0;
  }
  .velaNewsletterFooter {
    margin-bottom: 40px;
  }
  .footer-container .container > .rowFlex.rowFlexMargin .flex-end .col-sm-6:not(.no-padding) {
    height: auto;
  }
  .footer-container .container > .rowFlexMargin .rowFlexMargin {
    margin: 0;
  }
  .footer-container .container > .rowFlexMargin .col-12 {
    padding: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .wp-header .col-logo-fixed .logo {
    padding-bottom: 5px;
  }
}
@media (max-width: 480px) {
  .owl-carousel .item-product {
    padding: 0 15px;
  }
  .newsletter-footer .control {
    width: calc(100% - 120px);
  }
  .compare-wishlist-icon .mini-cart-wrapper {
    padding-left: 0;
  }
  .velaNewsletterFooter .newsletterDescription {
    padding: 0;
  }
  .cat_1 {
    margin-bottom: 30px;
  }
  .cat_home16 .vc_tta-tabs-container .tabs li a {
    margin: 0 5px;
  }
}
.verticalmenu.navigation.side-verticalmenu > ul {
  border: 1px solid #ebebeb !important;
  border-top: 0 !important;
}
.rowFlexMargin .velaBlock .contacinfo-logo {
  margin-bottom: 25px;
}
.onsale_product .item-product .product-info-cart button.item_added span:before {
  background-color: #222222;
}
.section-brands {
  margin-bottom: 0;
}
.section-brands .block-widget-rokanthemes-brand {
  border-width: 1px 0 0 0;
}
.section-brands .owl-theme .owl-controls .owl-buttons {
  display: none;
}
@media (min-width: 992px) {
  /* 	.container {
	width: 95%;
} */
  .title-category-dropdown:after {
    left: 20px;
  }
}
@media (min-width: 768px) {
  /* 	.container {
	width: 95%;
} */
  .searchsuite-autocomplete {
    left: 160px;
    width: calc(100% - 290px);
  }
}
.velaNewsletterFooter .newsletter-footer .field.newsletter {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
}
.velaNewsletterFooter .newsletter-footer .field.newsletter:after,
.velaNewsletterFooter .newsletter-footer .field.newsletter:before {
  content: '';
  display: table;
  clear: both;
}
.velaNewsletterFooter .newsletter-footer .field.newsletter .control {
  width: 100%;
  flex: 1;
}
.velaNewsletterFooter .newsletter-footer .field.newsletter .control input {
  width: 100%;
}
.page-footer {
  margin-top: 40px;
}
.velaNewsletterFooter .velaContentSupport .support-mail label {
  color: #c9e79f;
}
.header-control {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
@media (max-width: 1280px) {
  .header-content .hoteline_header {
    display: none;
  }
}
@media (max-width: 1024px) {
  body .compare-wishlist-icon .top-info ul li a .qty {
    right: -2px !important;
  }
}
.product-info-main .product-reviews-summary .reviews-actions {
  margin: 0;
  padding: 0;
}
.verticalmenu.navigation.side-verticalmenu > ul li.level0 .level0.submenu {
  bottom: -1px;
}
.rokan-product-heading {
  text-align: center;
}
.rokan-product-heading .short_des {
  max-width: 570px;
  margin: auto;
}
.cat_home16 {
  background-image: url(../images/bg_h16.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.cat_home16 .vc_tta-tabs-container .tabs li a {
  padding: 0;
  margin: 0 28px;
  font-size: 16px;
  font-weight: 500;
  display: block;
  color: #222222;
  position: relative;
}
.cat_home16 .vc_tta-tabs-container .tabs li a:hover,
.cat_home16 .vc_tta-tabs-container .tabs li.active a {
  color: #5ea201;
}
.cat_home16 .vc_tta-tabs-container .tabs li a:before {
  content: "";
  background-image: url(../images/icon_01.png);
  background-position: top center;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  display: block;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  margin-bottom: 10px;
}
.cat_home16 .vc_tta-tabs-container .tabs li.active a:after {
  opacity: 1;
  visibility: visible;
}
.cat_home16 .vc_tta-tabs-container .tabs li a:after {
  content: "";
  background-image: url(../images/icon_hv01.png);
  background-position: top center;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  display: block;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto auto 10px;
  opacity: 0;
  visibility: hidden;
}
.cat_home16 .vc_tta-tabs-container .tabs li:nth-child(2) a:before {
  content: "";
  background-image: url(../images/icon_02.png);
}
.cat_home16 .vc_tta-tabs-container .tabs li:nth-child(2) a:after {
  background-image: url(../images/icon_hv02.png);
}
.cat_home16 .vc_tta-tabs-container .tabs li:nth-child(3) a:before {
  content: "";
  background-image: url(../images/icon_03.png);
}
.cat_home16 .vc_tta-tabs-container .tabs li:nth-child(3) a:after {
  background-image: url(../images/icon_hv03.png);
}
.cat_home16 .vc_tta-tabs-container .tabs li:nth-child(4) a:before {
  content: "";
  background-image: url(../images/icon_04.png);
}
.cat_home16 .vc_tta-tabs-container .tabs li:nth-child(4) a:after {
  background-image: url(../images/icon_hv04.png);
}
.cat_home16 .vc_tta-tabs-container .tabs li:nth-child(5) a:before {
  content: "";
  background-image: url(../images/icon_05.png);
}
.cat_home16 .vc_tta-tabs-container .tabs li:nth-child(5) a:after {
  background-image: url(../images/icon_hv05.png);
}
.cat_home16 .vc_tta-tabs-container .tabs li a:hover:after {
  opacity: 1;
  visibility: visible;
}
.cat_home16 .vc_tta-tabs-container {
  margin-top: 50px;
}
.owl-theme .owl-pagination {
  bottom: -62px;
}
.wrapper_slider .owl-theme .owl-pagination {
  bottom: 15px;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #5ea201;
  border: 2px solid #5ea201;
}
.product.data.items > .item.title,
.filter-content .filter-options .filter-options-title,
.contact-index-index h3,
#pageContent .velaAboutUsTitle,
.title-widget-post,
.title-post-tab,
.item-post-full .post-title,
.rokan-product-heading {
  letter-spacing: 0;
}
.bestsellerproduct {
  margin-bottom: 140px;
}
.rokan-product-heading {
  padding-bottom: 50px;
}
.cat_1 {
  margin-bottom: 155px;
}
.categorytab-container.cat_1 .vc_tta-tabs-container .tabs li a {
  color: #222222;
}
.categorytab-container.cat_1 .vc_tta-tabs-container .tabs li a:hover {
  color: #5ea201;
}
.block-why-makes {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 40px;
}
.why-makes-block {
  text-align: center;
  padding-top: 90px;
  position: relative;
}
.why-makes-block .box-title {
  font-size: 30px;
  font-weight: 500;
  color: #222222;
  margin-bottom: 20px;
}
.why-makes-block .subtitle.bst-short-desc {
  max-width: 570px;
  margin: auto;
}
.why-makes-block .showcase {
  -js-display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin-top: 48px;
  align-items: center;
}
.why-makes-block .showcase .sc-child {
  padding-right: 10px;
}
.why-makes-block .showcase .sc-child .sc-element {
  -js-display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  text-align: left;
  margin-bottom: 73px;
}
.why-makes-block .showcase .sc-child .sc-element .txt-content {
  line-height: 22px;
}
.why-makes-block .showcase .sc-child .sc-element .txt-content .title {
  font-size: 18px;
  font-weight: 500;
  color: #222222;
  margin-bottom: 17px;
  text-transform: capitalize;
}
.why-makes-block .showcase .sc-child .sc-element.color-01,
.why-makes-block .showcase .sc-child .sc-element.color-02,
.why-makes-block .showcase .sc-child .sc-element.color-03 {
  flex-flow: row-reverse;
}
.why-makes-block .showcase .sc-child .sc-element.color-01 .txt-content,
.why-makes-block .showcase .sc-child .sc-element.color-02 .txt-content,
.why-makes-block .showcase .sc-child .sc-element.color-03 .txt-content {
  text-align: right;
  margin-right: 30px;
}
.why-makes-block .showcase .sc-child .sc-element.color-03 {
  margin-bottom: 0;
}
.why-makes-block .showcase .sc-child .sc-element.color-04 .txt-content,
.why-makes-block .showcase .sc-child .sc-element.color-05 .txt-content,
.why-makes-block .showcase .sc-child .sc-element.color-06 .txt-content {
  margin-left: 30px;
}
.why-makes-block .showcase .sc-child .sc-element.color-06 {
  margin-bottom: 0;
}
.page_footer {
  background: #1d262d;
}
.page_footer .footer-bottom {
  background: #1d262d;
}
.page_footer .rowFlexMargin .velaBlock .velaFooterTitle,
.page_footer .velaNewsletterFooter .newsletterDescription .text-subcrib {
  color: #ffffff;
}
.page_footer .rowFlexMargin .velaBlock .velaFooterLinks li a {
  color: #7a8792;
}
.page_footer .rowFlexMargin .velaBlock .velaFooterLinks li a:hover {
  color: #5ea201;
}
.page_footer .velaNewsletterFooter .newsletterDescription,
.page_footer .velaNewsletterFooter .newsletterDescription span {
  color: #7a8792;
}
.page_footer .velaNewsletterFooter {
  text-align: left;
}
.page_footer .velaContent {
  color: #7a8792;
}
.page_footer .velaContent > p {
  margin-bottom: 0;
}
.page_footer .newsletter-footer > form {
  display: block;
}
.page_footer .newsletter-footer input[type="email"] {
  border-radius: 4px 0 0 4px;
}
.page_footer .newsletter-footer button.action,
.page_footer .newsletter-footer button.action:hover {
  border-radius: 0 4px 4px 0;
}
.page_footer .velaNewsletterFooter .newsletterDescription {
  line-height: 22px;
  margin-bottom: 25px;
}
.page_footer .velaNewsletterFooter .newsletter-footer button.action,
.page_footer .velaNewsletterFooter .newsletter-footer button.action:hover {
  background: #5ea201;
}
.footer-bottom .copyright {
  color: #7a8792;
}
.rowFlexMargin .velaBlock .velaFooterTitle {
  margin: 0 0 28px;
  padding: 0;
}
.velaNewsletterFooter .newsletterDescription .text-subcrib,
.rowFlexMargin .velaBlock .velaFooterTitle {
  color: #222222;
}
.velaBlock_search {
  padding-left: 108px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.page_footer .velaBlock_search .velaContent {
  margin-top: 5px;
}
.footer-bottom {
  color: #222222;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-container.footer {
  padding: 80px 0 0;
  border-top: 1px solid #ebebeb;
  margin-bottom: 50px;
}
.super-deal-banner .super-deal-banner-content {
  display: flex;
  align-items: center;
}
.super-deal-banner .super-deal-banner-content .sub-title-deal {
  color: #5ea201;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.super-deal-banner .super-deal-banner-content h2 {
  font-size: 36px;
  font-weight: 500;
  color: #222222;
  text-transform: capitalize;
  letter-spacing: -1px;
}
.super-deal-banner .super-deal-banner-content h3 {
  font-size: 36px;
  font-weight: 400;
  color: #222222;
  text-transform: capitalize;
  margin-bottom: 17px;
  letter-spacing: -1px;
}
.super-deal-banner .super-deal-banner-content .short-des {
  font-size: 14px;
  margin-bottom: 53px;
}
.super-deal-banner .super-deal-banner-content .title_countdown {
  font-size: 16px;
  font-weight: 500;
  color: #222222;
  margin-bottom: 25px;
  letter-spacing: -0.5px;
}
.super-deal-banner .super-deal-banner-content .super-deal-countdown .time_circles {
  display: flex;
  align-items: center;
}
.super-deal-banner .super-deal-banner-content .super-deal-countdown .time_circles > div {
  width: auto !important;
  margin-right: 30px;
}
.super-deal-banner .super-deal-banner-content .super-deal-countdown .time_circles > div:last-child {
  margin-right: 0;
}
.super-deal-banner .super-deal-banner-content .super-deal-countdown .time_circles > div .number {
  font-size: 30px;
  font-weight: 500;
  color: #222222;
  margin-right: 10px;
  vertical-align: bottom;
}
.super-deal-banner .super-deal-banner-content .super-deal-countdown .time_circles > div .text {
  font-size: 12px;
  font-weight: 400;
  color: #999;
  vertical-align: bottom;
  display: inline-block;
  margin-bottom: 3px;
  text-transform: uppercase;
}
.super-deal-banner .super-deal-banner-content .view-all-deal {
  line-height: 55px;
  font-size: 16px;
  color: #ffffff;
  background: #5ea201;
  padding: 0 60px;
  height: 55px;
  font-weight: 500;
  margin-top: 54px;
}
.velaServicesInner {
  margin-bottom: 30px;
}
.item-product:hover .actions-secondary {
  top: 4px;
  right: 10px;
}
.owl-theme .owl-controls .owl-page span {
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .cat_home16 {
    background: #f5f5f5;
  }
}
.cms-index .banner_mid_1 {
  margin-bottom: 30px;
}
.cms-index .banner_mid_1 .bs-banner img {
  width: 100%;
}
.cms-index.page-layout-1column .block.widget.grid .products-grid .product-items {
  display: flex;
  flex-wrap: wrap;
}
.cms-index.page-layout-1column .block.widget.grid .products-grid .product-items .product-item {
  margin-bottom: 30px;
}
@media (max-width: 639px) {
  .cms-index.page-layout-1column .block.widget.grid .products-grid .product-items .product-item {
    padding: 0;
  }
}
.cms-index.page-layout-1column .block.widget.grid .products-grid .product-items .product-item .product-item-info {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.cms-index.page-layout-1column .block.widget.grid .products-grid .product-items .product-item .product-item-info .product-item-details {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.cms-index.page-layout-1column .block.widget.grid .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-name {
  margin: 5px 0 0;
}
.cms-index.page-layout-1column .block.widget.grid .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cms-index.page-layout-1column .block.widget.grid .products-grid .product-items .product-item .product-item-info .product-item-details .product-code {
  margin-bottom: 4px;
}
.cms-index.page-layout-1column .block.widget.grid .products-grid .product-items .product-item .product-item-info .product-item-details .product-code span {
  font-weight: bold;
}
.cms-index.page-layout-1column .block.widget.grid .products-grid .product-items .product-item .product-item-info .product-item-details .price-box {
  margin-top: auto;
  margin-bottom: 10px !important;
}
.cms-index.page-layout-1column .block.widget.grid .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.cms-index.page-layout-1column .block.widget.grid .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary {
  flex-grow: 1;
}
.cms-index.page-layout-1column .block.widget.grid .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .action.tocart.primary {
  width: 100%;
  max-width: 198px;
  padding: 0 20px;
}
.products-grid .product-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.products-grid .product-grid .item-product {
  margin-left: 2%;
  width: calc(49%);
  padding: 0;
  margin-bottom: 30px;
}
.products-grid .product-grid .item-product:first-child {
  margin-left: 0;
}
@media (min-width: 640px) {
  .products-grid .product-grid .item-product {
    margin-left: 2%;
    width: calc(32%);
  }
  .products-grid .product-grid .item-product:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media (min-width: 769px) {
  .products-grid .product-grid .item-product {
    margin-left: 2%;
    width: calc(23.5%);
  }
  .products-grid .product-grid .item-product:nth-child(3n+1) {
    margin-left: 2%;
  }
  .products-grid .product-grid .item-product:nth-child(4n+1) {
    margin-left: 0;
  }
}
@media (min-width: 1024px) {
  .products-grid .product-grid .item-product {
    margin-left: 2%;
    width: calc(18.4%);
  }
  .products-grid .product-grid .item-product:first-child {
    margin-left: 0;
  }
  .products-grid .product-grid .item-product:nth-child(3n+1) {
    margin-left: 2%;
  }
  .products-grid .product-grid .item-product:nth-child(4n+1) {
    margin-left: 2%;
  }
  .products-grid .product-grid .item-product:nth-child(5n + 1) {
    margin-left: 0;
  }
}
@media (max-width: 639px) {
  .products-grid .product-grid .item-product:nth-child(2n + 1) {
    margin-left: 0;
  }
}
.product-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.product-grid:before,
.product-grid:after {
  content: none;
}
.product-grid .item-product {
  display: flex;
  flex-direction: column;
}
.product-grid .item-product .product-info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.product-grid .item-product .product-info .product-name a {
  color: #333333;
}
.product-grid .item-product .product-info .product-code {
  margin-top: 8px;
}
.product-grid .item-product .product-info .info-price {
  margin-top: auto;
}
.product-grid .item-product .product-info .info-price .price {
  font-size: 1.2rem;
  font-weight: 700;
  white-space: nowrap;
}
.product-grid .item-product .product-info a {
  color: #333333;
}
.product-grid .item-product .product-info a:visited {
  color: #333333;
}
.main-nav ul li .subchildmenu > li > a,
.verticalmenu.navigation.side-verticalmenu > ul li.level0 > a,
.block-wishlist .block-title strong,
.cart-container .checkout-methods-items .action.primary span,
.bundle-actions .action.primary,
.review-form .action.submit.primary,
.block-cart-failed .action.continue,
.cart-container .form-cart .action.continue,
button,
.cart.table-wrapper .actions-toolbar > .action,
.cart.table-wrapper .action-gift,
.action.primary,
.verticalmenu.navigation.side-verticalmenu > ul li.level0 .level0.submenu .subchildmenu > li.level1 > a,
.modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #mb-ajaxsuite-popup-wrapper .wrapper-success .product-information .product-name .pupup-suc-added-to-your-bag,
.block-minicart .block-content > .actions .viewcart,
.page-title-wrapper .page-title .base {
  text-transform: none;
  border-color: #5ea201;
}
.navigation-product.verticalmenu-product .level0 {
  margin-bottom: 30px;
}
.navigation-product.verticalmenu-product .level0 > .level-top {
  display: block;
  padding-bottom: 20px;
}
.navigation-product.verticalmenu-product .cat-label {
  display: none;
}
.navigation-product.verticalmenu-product .title-cat-mega-menu {
  display: block;
}
.product-item-name > A {
  hyphens: none;
  word-wrap: normal;
}
.oneclick-btn {
  margin-top: 20px;
  padding-top: 0 !important;
}
.cms-index.page-layout-1column .block.widget.grid .products-grid .product-items .product-item .product-item-info .product-item-details .product-code span {
  font-weight: bold;
  color: #5ea201;
}
.header-wrapper-sticky.enable-sticky {
  border-bottom: 1px solid #ebebeb;
}
.mini-cart-wrapper.enable-sticky {
  z-index: 99999999 !important;
}
.topbar-header {
  border-bottom: 1px solid #ebebeb;
}
.header-container .header-content .header {
  background: none;
}
.header-content {
  /* 	@media (max-width: 1440px){
	.header-control{
		.container{
			> .row{
				.flex;
				justify-content: space-between;
				.menu_primary{
					flex: 1;
				}
			}
		}
	}

} */
}
.header-content .header .header_main {
  border: 0;
}
.header-content .header .header_main .wp-header {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: auto;
  padding: 22px 0;
}
.header-content .header .header_main .wp-header:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 15px;
  left: 15px;
  border-bottom: 1px solid #ebebeb;
}
@media (max-width: 767px) {
  .header-content .header .header_main .wp-header:after {
    display: none;
  }
}
@media (min-width: 1366px) {
  .header-content .header .header_main .wp-header .col-logo-fixed {
    min-width: 270px;
  }
}
@media (max-width: 1500px) and (min-width: 1200px) {
  .header-content .header .header_main .wp-header .col-logo-fixed {
    min-width: 270px;
  }
  .header-content .header .header_main .wp-header .menu_primary {
    flex: 1;
  }
}
.header-content .header .flex-layout {
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  margin-left: auto;
  max-width: 1408px;
}
.header-content .header .col-header-action {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: center;
}
.header-content .hoteline_header {
  margin-left: 0;
  float: none;
  margin-top: 0;
}
.header-content .hoteline_header .wrap {
  color: #222222;
}
.header-content .hoteline_header .wrap * {
  color: #222222;
}
.header-content .box_language .flex-layout {
  flex-direction: row;
  justify-content: flex-end;
}
.compare-wishlist-icon .top-info ul li a {
  padding-left: 32px;
}
.compare-wishlist-icon .top-info ul li a .qty {
  right: 18px !important;
}
.compare-wishlist-icon .top-info ul li.wishlist a .qty {
  right: 28px !important;
}
.top-info ul li a {
  color: #222;
  font-size: 0;
}
.box_language .top-account ul li {
  line-height: 45px;
}
.box_language .top-account ul li a {
  line-height: 45px;
  display: inline-block;
}
.box_language .top-account ul li:first-child a {
  border-left: 1px solid #ebebeb;
}
.top-search {
  float: right;
}
.header-container .header-content .top-bar-left {
  float: none;
  font-size: 13px;
}
.header-container .header-content .top-bar-left .top-header {
  background: transparent;
  line-height: 1;
}
.header-container .header-content .top-bar-left .top-header .switcher {
  float: left;
  padding: 0 18px;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}
.header-container .header-content .top-bar-left .top-header .switcher.switcher-currency {
  padding-right: 15px;
}
.header-container .header-content .top-bar-left .top-header .switcher.switcher-language {
  padding-right: 15px;
  border-left: none;
}
.header-container .header-content .top-bar-left .top-header .switcher.switcher-language strong {
  padding-left: 0;
}
.header-container .header-content .top-bar-left .top-header .switcher .switcher-options strong {
  line-height: 45px;
  padding-left: 0;
}
.header-container .header-content .top-bar-left p {
  margin-bottom: 0;
}
.header-container .header-content .top-bar-left .top-text-left {
  text-align: center;
}
.header-content .menu_primary {
  width: calc(100% - 270px);
}
@media (max-width: 1199px) {
  .header-content .menu_primary {
    width: calc(100% - 80px);
  }
}
.box_language .top-account ul li:last-child a {
  padding-right: 20px;
  border-right: 1px solid #ebebeb;
}
.header-content .header .header_main .wp-header:after {
  display: none;
}
.header-container .mini-carts .minicart-wrapper {
  width: auto;
  height: auto;
  margin: 0;
  padding-left: 30px;
}
@media (max-width: 1024px) {
  .header-container .mini-carts .minicart-wrapper {
    padding-left: 10px;
  }
}
.header-container .mini-carts .header-mini-cart {
  text-transform: capitalize;
  display: block;
  text-align: center;
  line-height: 1.4;
  color: #222222;
}
.header-container .mini-carts .header-mini-cart:before {
  display: block;
}
.header-container .mini-carts .header-mini-cart .qty {
  top: 11px;
  right: -3px;
  background: #5ea201;
}
@media (max-width: 1199px) {
  .header-container .mini-carts .header-mini-cart {
    font-size: 0;
  }
  .header-container .mini-carts .header-mini-cart .qty {
    right: -10px;
  }
}
.header-container .mini-carts .header-mini-cart:hover {
  color: #5ea201;
}
@media (max-width: 1199px) {
  .wp-header > div {
    width: auto;
  }
}
@media (max-width: 1440px) {
  .compare-wishlist-icon .top-info ul li a,
  .compare-wishlist-icon .top-info ul li a {
    padding: 0 15px;
  }
  .compare-wishlist-icon .top-info ul li:last-child a {
    padding-right: 15px;
  }
  .header-container .mini-carts .minicart-wrapper {
    padding-left: 15px;
  }
}
@media (max-width: 1199px) {
  .wp-header .box_language .top-account {
    display: none;
  }
}
.header .block.block-search {
  padding-left: 0;
}
@media (min-width: 1399px) {
  .menu_left_home1 {
    position: relative;
    min-width: 270px;
    width: auto;
  }
}
@media (max-width: 1399px) {
  .block-search {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .vc_tta-tabs-container.pull-right {
    padding: 0;
  }
  .vc_tta-tabs-container .tabs li:not(:last-child) {
    margin-left: 0;
  }
  .col-header-action {
    position: absolute;
    right: 15px;
    top: 0;
  }
  .header-container .header-content .minicart-wrapper {
    position: static;
  }
  .wp-header {
    height: 60px;
  }
  .nav-toggle {
    top: 7px;
  }
  .block.block-search {
    margin: 0;
  }
  .header-control.header-nav {
    width: 100%;
  }
}
@media (max-width: 1366px) {
  .header-container .mini-carts .header-mini-cart,
  .compare-wishlist-icon .top-info ul li a {
    font-size: 0;
  }
  .header-container .mini-carts .header-mini-cart .qty {
    top: 5px;
    right: -8px;
  }
  .compare-wishlist-icon .top-info ul li a .qty {
    right: 3px !important;
    top: 0px;
  }
  .compare-wishlist-icon .top-info ul li.wishlist a .qty {
    right: 5px !important;
  }
}
@media (max-width: 991px) {
  .velaBlock_search {
    padding-left: 0;
    border-left: none;
  }
  .wp-header > div,
  .header-content .header .flex-layout,
  .header-content .header .header_main .wp-header {
    display: block;
  }
  .wp-header .top-search {
    width: 100%;
    padding-left: 70px;
  }
  .verticalmenu.navigation.side-verticalmenu {
    top: -76px;
  }
  .menu_left_home1 .title-category-dropdown {
    border: none;
  }
  .header .block.block-search {
    margin: 20px 0;
  }
  .header-control {
    border-top: 0;
    min-height: 0;
  }
}
@media (max-width: 767px) {
  .page_footer .rowFlexMargin .velaBlock .velaFooterTitle {
    padding: 25px 0 0;
  }
  .velaFooterMenu .velaFooterTitle:before {
    color: #ffffff;
  }
  .why-makes-block .showcase .sc-child .sc-element.color-01,
  .why-makes-block .showcase .sc-child .sc-element.color-02,
  .why-makes-block .showcase .sc-child .sc-element.color-03 {
    flex-flow: unset;
  }
  .why-makes-block .showcase .sc-child.sc-center-position {
    display: none;
  }
  .why-makes-block .showcase .sc-child .sc-element.color-01 .txt-content,
  .why-makes-block .showcase .sc-child .sc-element.color-02 .txt-content,
  .why-makes-block .showcase .sc-child .sc-element.color-03 .txt-content {
    text-align: left;
    margin-right: 0;
    margin-left: 30px;
  }
  .why-makes-block .showcase .sc-child .sc-element.color-03 {
    margin-bottom: 73px;
  }
  .header-main {
    margin: 0;
  }
  .col-header-action {
    top: -34px;
  }
  .super-deal-banner .super-deal-banner-content {
    display: block;
  }
  .super-deal-banner .super-deal-banner-content .supper-deal-title {
    margin-top: 30px;
  }
  .header-container .header-content .top-bar-left .top-header {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-container .header-content .top-bar-left .top-header .switcher {
    display: flex;
    align-items: center;
    float: none;
    border: none;
    padding: 0 !important;
  }
  .header-container .header-content .top-bar-left .top-header .switcher .switcher-label {
    display: inline-flex;
  }
  .header-container .header-content .top-bar-left .top-header .switcher .switcher-options strong {
    display: inline-block;
    padding: 0 10px 0 20px;
    line-height: 15px;
  }
  .header-container .header-content .top-bar-left .top-header .switcher .switcher-options strong span {
    display: flex;
  }
  .header-container .header-content .top-bar-left .top-header .switcher .switcher-options strong .fa {
    height: 15px;
  }
  .header-container .header-content .top-bar-left .top-header .switcher .switcher-options .switcher-dropdown {
    z-index: 10;
  }
  .header-container .header-content .top-bar-left .top-header .switcher.switcher-language {
    margin-left: 20px;
  }
  .header-content .box_language {
    display: none;
  }
  .header-content .box_language .flex-layout {
    justify-content: center;
  }
  .box_language .top-account ul li:first-child a {
    border-left: none;
  }
  .box_language .top-account ul li:last-child a,
  .box_language .top-account ul li a {
    border: none;
  }
  .verticalmenu.navigation.side-verticalmenu {
    top: 0;
  }
  .page_footer .footer-container .container > .rowFlex.rowFlexMargin .col-md-6,
  .page_footer .footer-container .container > .rowFlex.rowFlexMargin .col-second {
    padding: 0;
  }
  .page_footer .footer-container .container > .rowFlex.rowFlexMargin .col-md-6 .rowFlexMargin,
  .page_footer .footer-container .container > .rowFlex.rowFlexMargin .col-second .rowFlexMargin {
    margin: 0;
  }
  .page_footer .footer-container .container > .rowFlex.rowFlexMargin .col-md-6 .col-xs-12,
  .page_footer .footer-container .container > .rowFlex.rowFlexMargin .col-second .col-xs-12 {
    padding: 0;
  }
}
@media (max-width: 480px) {
  .header-container .header-content .top-bar-left .switcher.language.switcher-language {
    margin-left: 20px;
  }
  .why-makes-block .showcase {
    display: block;
  }
  .why-makes-block .showcase .sc-child {
    padding-right: 0;
  }
}
.header-container .header-content {
  border-bottom: none;
}
@media (min-width: 769px) {
  .detail-info.detail-info-product-view.product-info.product-info-main {
    float: left;
  }
}
