/*
Theme Name: Spiff Commerce
Template: ekko
Theme URI: http://www.ekko-wp.com
Author: Key-Design
Author URI: http://themeforest.net/user/Key-Design
Description: Flexible Multi-Purpose Responsive WordPress Theme
Version: 1.0
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, translation-ready

/* Import Gotham font */

@import url('webfontkit/stylesheet.css');

/* Below you can write your style */

@import url('webfontkit/stylesheet.css');

body * {
  font-family: Sans-Serif !important;
}
.post-password-form input[type=password] {
  border: 1px solid #efefef;
}
.post-password-form input[type=submit] {
  margin-left: 20px;
  padding: 0px 20px;
  border-radius: 5px;
  background: #F23064;
  color: #FFFFFF;
  border-width: 0px;
}
.post-password-form input[type=submit]:hover {
  filter: contrast(80%);
}
body.page .post-password-form p {
  margin-bottom: 20px;
}
@keyframes rightToLeft {
	0% {
		transform: translateX(224px);
	}

	100% {
		transform: translateX(0px);
	}
}
@keyframes leftToRight {
	0% {
		transform: translateX(-100px);
	}
 

	100% {
		transform: translateX(0px);
	}
}
.show-workflow #dev-root {
  transform: translateX(224px);
  transition: all 0.5s;
}
.slide-left-to-right #dev-root {
  transform: translateX(-100px);
  transition: all 0.5s;
}
.show-workflow #dev-root {
  animation: rightToLeft 1.2s ease 0s 1 normal forwards;
}
.slide-left-to-right #dev-root {
  animation: leftToRight 1.2s ease 0s 1 normal forwards;
}
.tt_button.btn-try {
  pointer-events: none;
}
.open-btn-try .tt_button.btn-try {
  pointer-events: unset;
}

.all-sections.hide,
.upper-footer.hide,
.lower-footer.hide,
.spiff-experience.hide
 {
  display: none;
}
#hero-main-banner.vc_row {
  background: linear-gradient(104.58deg, #12105A -0.14%, #45C9C9 98.41%);
 
}
.header-bttn-wrapper .btn-book-demo.tt_button.modal-menu-item {
  background-color: #fff;
  border-color: #fff;
  color: #202020 !important;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 700;
  line-height: 31px;
  border-radius: 10px;
}

#hero-main-banner .vc_column_container {
  max-width: 1440px;
  margin: 0 auto;
}
#hero-main-banner .vc_column_container .header-text-shadow {
text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.4)
}

#main-menu .navbar-nav .menu-item a {
font-family: 'gothamlight';
}
#main-menu .navbar-nav .menu-item.active a {
text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.4)
}


body.page p {
  color: #000000;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.upper-footer
{
  background:	linear-gradient(97.38deg, #272323 13.93%, #343232 87.8%);
  border-top: unset;
}
#footer .lower-footer {
  background: linear-gradient(31deg, #272323 13.93%, #343232 87.8%);
  border-top: unset;
}
.upper-footer .footer_widget p {
  color:rgba(255, 255, 255, 0.8);
}	
#footer .lower-footer span {
  color: #ffffff;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
}			
.upper-footer .col-lg-2 {
  width: 20%;
}
#footer .upper-footer .widget-title {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  color: rgba(255, 255, 255, 0.6);
}
#footer .footer_widget .menu li a {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.8);
}

.take-directly {
  background-image: linear-gradient(264.02deg, #F4F4F4 22.76%, #E4FFFF 91.17%);
  text-align: center;
  padding: 175px 140px;
}
.vc_btn3-container.button-meeting .vc_btn3.vc_btn3-size-md  {
  padding: 19px 58px ;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 31px;
  border-radius: 10px !important;
}
.container .take-directly  h5 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 31px;
  color: #000000;
  margin-bottom: 20px;
}
.take-directly .column-left {
  text-align: left;
}
.section-easy .kd-photobox {
  box-shadow: unset;
}

.section-easy.quick-setup .kd-photobox .phb-content {
  padding: 27px 0px 0px 0px;
}
.section-easy .kd-photobox .phb-content.no-image h5 {
  font-weight: 700;
  font-size: 22px;
  line-height: 33px;
}
.section-easy.quick-setup .kd-photobox .phb-content.no-image h5 {
  line-height: 33px;
  font-size: 26px;
  margin-bottom: 27px;
}
.section-easy.quick-setup {
  padding-bottom: 50px;
}
.section-easy .kd-photobox .photobox-img {
  text-align: center;
}
.section-easy .kd-photobox .photobox-img img {
  width: 234px;
  height: 234px;
}
.section-easy {
  padding-top: 93px;
}
.section-easy .owl-dots .owl-dot.active span, 
.section-trust-by .owl-dots .owl-dot.active span
{
  background-color: #F23064;
  width: 100%;
}

.section-easy .owl-dots .owl-dot.active ,
.section-trust-by .owl-dots .owl-dot.active 
{
  margin-right: 15px;
}
.owl-dots .owl-dot span {
  width: 14px;
  transition: all 0.7s;
  border-radius: 10px;
}
.owl-dots .owl-dot {
  width: 34px;
  height: 14px;
  margin: 0px;
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
  transition: all 0.5s;
  border-radius: 10px;
}
.wpb_wrapper .gs_logo_area .swiper-pagination-bullet {
  height: 14px;
  width: 14px;
  transition: all 0.7s;
}
.wpb_wrapper .gs_logo_area .swiper-pagination-bullet-active {
  background-color: #F23064;
  width: 34px;
  transition: all 0.7s;
  border-radius: 10px;
  margin-right: 15px;
}
.wpb_wrapper .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}

.section-easy.section-cricket .kd-photobox .photobox-img img {
  width: 141px;
  height: 58px;
  margin: 14px 30px;
}
.section-easy.section-cricket {
  background: linear-gradient(180deg, #F3F3F3 2.1%, rgba(243, 243, 243, 0) 100%);
  padding-bottom: 55px;
}
.section-easy.section-cricket .kd-photobox .phb-content,
.section-easy.section-cricket  .kd-photobox
{
  background: transparent;
}
.section-easy.section-cricket  .kd-photobox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.section-easy.section-cricket .kd-photobox .photobox-img {
  background: #FFFFFF;
  border-radius: 16px;
}
.section-easy.section-cricket .kd-photobox .phb-content.no-image {
  width: 100%;
}
.section-easy .owl-dots {
  margin-top: 40px;
}
.section-easy.section-cricket .kd-photobox .phb-content {
  padding: 37px 0px 0px 0px;
}
p.head-innovation {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color:#000000;
  width: 100%;
}
h4.head-innovation {
  font-weight: 400;
  font-size: 30px;
  line-height: 42px;
  color:#000000;
}
.author-innovation {
  display: flex;
  align-items: end;
}
.vc_section.section-support-plans {
  padding-top: 90px;
  padding-bottom: 110px;
}
.wpb_single_image.wpb_content_element.author-avatar img{
  width: 175px;
  height: 175px;
  border-radius: 200px;
  margin-bottom: 30px;
}
.section-support-plans .column-right .wpb_wrapper {
  display: flex;
  flex-wrap: wrap;
}
.wpb_content_element.position-author {
  padding: 20px;
}
#wrapper .wpb_text_column.description-author p:last-child {
  margin-bottom: 30px;
}
.section-support-plans {
  padding-top: 84px;
  padding-bottom: 104px;
}
.section-support-plans .column-left {
  padding-top: 80px;
}

.button-meeting.tt_button
{
  padding: 18px 42px;
  font-size: 20px;
  line-height: 31px;
  font-weight: 700;
  text-transform: none;
}
.button-support.tt_button {
  padding: 18px 42px;
  font-size: 20px;
  line-height: 31px;
  font-weight: 700;
  text-transform: capitalize;
}
.button-support.mobile {
  display: none;
}
.wpb-js-composer .section-tab-list .vc_tta-container .vc_tta.vc_tta-style-classic.vc_tta-tabs-position-top .vc_tta-tabs-container {
  margin-bottom: 78px;
  background: transparent;
  border-top: unset;
}
.wpb-js-composer .section-tab-list .vc_tta-container .vc_tta.vc_tta-style-classic.vc_tta-tabs-position-top .vc_tta-tabs-container {
  border-bottom: unset;
}
.wpb-js-composer .section-tab-list .vc_tta-container .vc_tta.vc_tta-style-classic.vc_tta-tabs-position-top .vc_tta-tabs-container .vc_tta-tabs-list li {
  padding-left: 20px;
  padding-right: 20px;
}
.wpb-js-composer .section-tab-list .vc_tta-container .vc_tta.vc_tta-style-classic.vc_tta-tabs-position-top .vc_tta-tabs-container .vc_tta-tabs-list li a {
  line-height: 23px;
  color: #939696;
  font-size: 19px;
  padding-bottom: 18px;
}
.container .section-tab-list h2 {
  margin-bottom: 30px;
}
.container .section-tab-list h2.custom-heading {
  margin-bottom: 11px;
}
.wpb-js-composer .section-tab-list .vc_tta-container .vc_tta.vc_tta-style-classic.vc_tta-tabs-position-top .vc_tta-tabs-container .vc_tta-tabs-list li.vc_active a {
  color: #000000;
}
.section-tab-list
{
  background: linear-gradient(107.6deg, #EEFFFF 3.9%, rgba(245, 245, 245, 0) 92.91%);
  padding-top: 65px;
  position: relative;
}


#wrapper .wpb_text_column.description-custom-made p:last-child {
  padding-right: 12px;
}
.section-trust-by {
  padding-top: 65px;
  padding-bottom: 40px;
}
.transparent-navigation .navbar.navbar-default .menubar .navbar-nav .dropdown-menu .menu-item a {
  color: #000000 !important;
} 
.section-tab-list .vc_tta-panels .vc_tta-panel {
  background: transparent;
}
.section-tab-list .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
  background-color: transparent;
}
.wpb_wrapper .video-container img {
  border-radius: unset;
}
.video-container .play-btn-primary-color .play-video {
  background-repeat: no-repeat;
  background-color: unset;
  background-image: url("assets/images/Vector-2.png");
  background-size: cover;
  border:unset;
}
.play-video .fa-play:before {
  content: none;
}
.video-container .play-video:hover .fa-play::before{
  content: "\f04b";
}
.upper-footer .footer_widget .redux-social-media-list i {
  color: rgba(255, 255, 255, 0.6);
  font-size: 24px;
}
.upper-footer ul.redux-social-media-list {
  margin-top: 20px;
  display: flex;
}
.upper-footer ul.redux-social-media-list li {
  margin-right: -3px;
  padding: 5px 5px 5px 0px;
}
.vc_row.section-tab-list:after {
  background-image: url("assets/images/Vector.png");
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-repeat: no-repeat;
  width: 243px;
  height: 231px;
}
.back-to-top.active {
  background-color: #F23064;
}
.fa-angle-up:before {
  color: #FFFFFF;
}
/* .navbar.navbar-default .navbar-nav a:hover {
  font-weight: bold;
} */
.tt_button.btn-try {
  text-transform: capitalize;
}
.page img.nav-logo,
.page img.fixed-logo
{
  width: 150px;
  height: 50px;
}
.navbar.navbar-default .menubar {
  background:linear-gradient(104.58deg, #12105A -0.14%, #45C9C9 98.41%);
}
.transparent-navigation .navbar .menubar {
    background:transparent !important;
}

.navbar.navbar-default .menubar.main-nav-right .navbar-nav a {
  color: #FFFFFF !important;
}
.upper-footer .first-widget-area img {
  width: 160px;
  height: 50px;
}
.tt_button.btn-try {
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 700;
  line-height: 31px;
  height: 71px;
  width: 191px;
}
.wpb-js-composer .section-tab-list .vc_tta-container .vc_tta.vc_tta-style-classic.vc_tta-tabs-position-top .vc_tta-tabs-container .vc_tta-tabs-list li a  {
  font-weight: 700;
}
.tt_button.tt_primary_button {
  border-radius: 10px;
}
.footer-widget-area {
  padding-top: 73px;
}
#main-menu .navbar-nav > .menu-item-has-children > a:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0.5L6 6.5L12 0.5' fill='white'/%3E%3C/svg%3E"); 
  background-repeat: no-repeat;
  width: 12px;
  height: 7px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  right: -10px;
}
#main-menu .navbar-nav > .menu-item-has-children > a:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0.5L6 6.5L12 0.5' fill='%23F23064'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 12px;
  height: 7px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  right: -10px;
  content: "";
}
.btn-hover-2 .container .tt_button.tt_primary_button.btn_primary_color:hover {
  background-color: #24355A !important;
  color: #ffffff !important;
}
.first-widget-area .widget_media_image {
  margin-top: 23px;
}

.upper-footer .footer_widget .redux-social-media-list i {
  margin-left: 0px;
 }
 .upper-footer ul.redux-social-media-list li {
  margin-right: 10px;
 }

body.page .vc_tta-panels .description-retargeting-volume p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.wpb_single_image.retargeting-mobile,
.wpb_text_column.wpb_content_element.description-retargeting-volume.mobile,
.title-partner.mobile,
header.kd-section-title.mobile .separator_off
{
  display: none;
}
.section-easy.quick-setup {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 4px;
}
.tt_button.button-support.mobile {
  display: none;
}
.row-trust-by-galery-mobile {
  display: none;
}

.tt_button.btn-close-experience,
.tt_button.btn-fullscreen-experience
{
  text-transform: capitalize;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 31px;
  color: #FFFFFF;
 
}
.tt_button.btn-close-experience {
  background-color: #454C82 ;
  border-color: #454C82;
  height: 41px;
  width: 168px;
  padding: 0px;
}
.tt_button.btn-fullscreen-experience {
  background-color: #5EA8B9 ;
  border-color: #5EA8B9;
  height: 41px;
  width: 135px;
  padding: 0px;
}
.spiff-experience {
  min-height: 1vh;
  opacity: 0;
  transition: all 0.7s;
  max-width: 1240px !important;
  width: 100%;
  margin: 0 auto !important;
}
.spiff-experience.show-experience {
  opacity: 1;
}
.tt_button.btn-fullscreen-experience.full-final-button {
  width: 158px;
}
.btn-close-experience .fa-angle-left:before {
  font-size: 20px;
}
#hero-main-banner.vc_row.fullscreen {
  background: #404040;
}
#hero-main-banner.vc_row.fullscreen .tt_button.btn-close-experience,
#hero-main-banner.vc_row.fullscreen .tt_button.btn-fullscreen-experience {
  background: rgba(255, 255, 255, 0.2);
  border: none;
}
.section-trust-by .clients.slider .clients-content img,
.section-trust-by .gs_logo_single--inner

{
  filter: grayscale(1);
  cursor: pointer;
}
.section-trust-by .clients.slider .clients-content img:hover,
.section-trust-by .gs_logo_single--inner:hover
{
  filter: grayscale(0);
}
.upper-footer .footer_widget .redux-social-media-list i:hover {
  opacity: 0.5;
}
.btn-close-experience .fa-angle-left:before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='20' viewBox='0 0 12 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.8976 16.79C11.4508 17.3433 11.4508 18.2402 10.8976 18.7935C10.3443 19.3467 9.44734 19.3467 8.8941 18.7935L1.10243 11.0018C0.549189 10.4486 0.549189 9.55159 1.10243 8.99835L8.8941 1.20668C9.44734 0.653437 10.3443 0.653437 10.8976 1.20668C11.4508 1.75992 11.4508 2.65691 10.8976 3.21015L4.10764 10.0001L10.8976 16.79Z' fill='white' fill-opacity='0.87'/%3E%3C/svg%3E");
  width: 12px;
  height: 20px;
  position: absolute;
  top: 50%;
  background-repeat: no-repeat;
  transform: translate(-90%, -50%);
}
.btn-fullscreen-experience .fa-expand-arrows-alt:before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.5293 18.5H14.7793V17.75H17.0293L9.5293 10.25L2.0293 17.75H4.2793V18.5H0.529297V14.75H1.2793V17L8.7793 9.5L1.2793 2V4.25H0.529297V0.5H4.2793V1.25H2.0293L9.5293 8.75L17.0293 1.25H14.7793V0.5H18.5293V4.25H17.7793V2L10.2793 9.5L17.7793 17V14.75H18.5293V18.5Z' fill='white'/%3E%3C/svg%3E");
  height: 20px;
  width: 18px;
  position: absolute;
  top: 50%;
  background-repeat: no-repeat;
  transform: translate( 0, -50%);
}
.tt_button.btn-close-experience, .tt_button.btn-fullscreen-experience {
  position: relative;
  border-radius: 8px;
}
.tt_button.btn-fullscreen-experience.pull-left {
  padding-right: 18px;
  margin-right: 0px;
}


/* #dev-root h2.text-white.leading-5 {
  font-size: 12px;
  color: #FFFFFF;
  font-weight: 300;
}
#dev-root h1 {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  margin: 0px 0px 0px 20px;
  max-width: 270px;
}

#dev-root .text-\[14px\].pl-\[22px\]  {
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  line-height: 21px;
  padding-right: 60px;
  padding-right: 20px;
}
#dev-root a.block.w-full:hover {
  color: #ffffff;
} */

#hero-main-banner.fullscreen.vc_row.vc_row-o-content-middle>.vc_column_container>.vc_column-inner {
  padding-top: 45px;
}
/* #dev-root button.text-white {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px; 
}
#dev-root .hidden {
  display: block !important;
} */
.block-workflow-product.kd-animated {
  animation-delay: 0.4s;
}
#dev-root.kd-animated {
  animation-delay: 0.6s;
}

.section-easy .kd-photobox .photobox-img {
  display: flex;
  justify-content: center;
}
.workflow-image {
  cursor: pointer;
}
.show-workflow .column-right,
.fullscreen .column-right
{
  width: 100%;
}
#hero-main-banner.show-workflow  .column-right.vc_column_container>.vc_column-inner,
#hero-main-banner.fullscreen  .column-right.vc_column_container>.vc_column-inner
{
  padding-left: 0px;
  padding-right: 0px;
}
.column-left.all-sections {
  transition: all 0.7s;
}
.show-workflow #dev-root,
.fullscreen #dev-root 
{
  min-width: unset;
}
.tt_button.btn-try.mobile {
  display: none;
}
#hero-main-banner .column-right.vc_column_container {
  position: relative;
  height: 735px ;
}
#hero-main-banner .column-right.vc_column_container::before {
  content:"";
  background-image: url("assets/images/workflow-experience.png");
  background-repeat: no-repeat;
  position: absolute;
  top: -2px;
  left: 55px;
  width: 1210px;
  height: 820px;
}
#hero-main-banner .column-right.vc_column_container.load-done-ex::before {
  content: unset;
  transition: all 0.2s;
}
.workflow-product-disabled {
  cursor: pointer;
}
.page .kd-panel-header .kd-panel-subtitle {
  color: #000000;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.page .kd-panel-header .kd-panel-title {
  font-weight: 700;
  font-size: 19px;
  color: #000000;
  line-height: 31px;
}
.page .kd-panel-phone, 
.page .kd-panel-email,
.page .kd-panel-phone a,
.page .kd-panel-email a
{
  font-size: 14px;
  background: #F23064;
  color: #FFFFFF;
  border-radius: 44px;
}
.kd-panel-phone i::before,
.kd-panel-email i::before{
  color: #FFFFFF;
}
.page .kd-panel-phone:after, 
.page .kd-panel-email:after,
.page .kd-panel-social-list .redux-social-media-list a:after
{
  opacity: 1;
}
.kd-panel-social-list .redux-social-media-list a:hover:after {
  opacity: 0.5;
}

.kd-side-panel .kd-panel-wrapper .wpcf7 .wpcf7-submit {
  margin-top: 20px;
}
.kd-panel-social-list .redux-social-media-list a {
  background: #f2f2f2;
}
.kd-panel-social-list i.fa.fa-twitter-square {
  color: #1d9bf0 !important;
}
.kd-panel-social-list i.fa.fa-youtube-square {
  color: #ff0000 !important;
}
.kd-panel-social-list i.fa.fa-facebook-square {
  color: #1877f2 !important;
}
.kd-panel-social-list i.fa.fa-linkedin {
  color: #0077b7 !important;
}
.kd-panel-social-list i.fa.fa-instagram {
  color: #F23064 !important;
}
.spiff-experience.transition-btn .vc_column_container>  .vc_column-inner  {
  padding-left: 15px;
  padding-right: 15px;
}
.spiff-experience.transition-btn.show-experience .vc_column_container>  .vc_column-inner  {
  padding-right: 0px;
  padding-left: 0px;
}
#hero-main-banner.fullscreen #dev-root {
  width: 100%;
}
#hero-main-banner.fullscreen .spiff-experience.show-experience  {
  max-width: 100% !important;
}
#hero-main-banner.fullscreen .spiff-experience.show-experience .vc_column_container  {
  max-width: 100% ;
}
#hero-main-banner.show-workflow .vc_column_container  {
  max-width: 1240px;
}
#hero-main-banner.fullscreen .vc_column_container  {
  max-width: 100%;
}
.description-custom-made.tablet {
  display: block;
}
.description-custom-made.desktop {
  display: none;
}
.container #dev-root h1 {
  margin-bottom: 0px;
}
@media(min-width: 1440px) and (max-width: 1440px) {
  #hero-main-banner.fullscreen #dev-root {
    height: unset;
  }
}
@media (min-width: 1368px) {
  #dev-root {
    box-shadow: rgba(0, 0, 0, 0.6) 0px 35px 60px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  }
  .description-custom-made.tablet {
    display: none;
  }
  .description-custom-made.desktop {
    display: block;
  }
  .section-easy.section-cricket .kd-photobox .phb-content.no-image h5 {
    padding-left: 170px;
    padding-right: 170px;
  }
  #wrapper .wpb_text_column.text-spiff-support p:last-child  {
    padding-right: 140px;
    margin-bottom: 61px;
  }
  .description-author {
    padding-right: 40px;
  }
  .section-easy.quick-setup .kd-photobox .phb-content p {
    padding: 0px 15px;
  }
  .description-increase-conversion p{
    padding-right: 120px;
  }
  .description-retargeting-volume p {
    padding-right: 60px;
  }
  #retargeting-volume .title-heading {
    padding-right: 25px;
  }
  .wpb-js-composer .section-tab-list .vc_tta-container .vc_tta.vc_tta-style-classic.vc_tta-tabs-position-top .vc_tta-tabs-container {
    padding-left: 220px;
    padding-right: 220px;  
  }

  #hero-main-banner .vc_column_container .text-content {
    font-weight: 400;
    margin-right: 10px;
  }
  #hero-main-banner .vc_column_container .text-content-second {
    font-weight: 400;
    margin-right: 25px;
  }
  #hero-main-banner .column-left.vc_column_container>.vc_column-inner {
    padding-right: 0px;
    padding-left: 0px;
  }

  #hero-main-banner .column-right.vc_column_container>.vc_column-inner {
    padding-left: 54px;
  }
  #hero-main-banner .box-content-image {
    display: flex;
    align-items: center;
    transition: all 0.5s;
  }
 
  body.page .box-photo p {
    line-height: 49px;
  }
  .upper-footer .container {
    width: 1330px;
  }
  .upper-footer ul.redux-social-media-list li {
    margin-right: 30px;
  }
  #hero-main-banner .column-right.vc_column_container>.vc_column-inner
  .upper-footer .col-lg-2 {
    width: 19%;
  }
  .upper-footer .col-lg-2.second-widget-area {
    width: 20%;
  }
 }

 @media (max-width:1368px) {
  #hero-main-banner .vc_column_container .text-content strong {
    font-weight: bold;
  }
 }
 @media (min-width: 1200px) and (max-width:1368px) {
  .upper-footer .col-lg-2 {
    width: 19%;
  }
  .upper-footer .col-lg-2.second-widget-area {
    width: 22%;
  }
  .menubar.main-nav-right .container {
    width: 1200px;
  }
  
  .footer_widget ul.redux-social-media-list li {
    padding: 0px 1px 0px 0px;
  }
  .upper-footer ul.redux-social-media-list li {
    margin-right: 4px;
  }
  
 }
 @media (min-width: 1200px) {
  #wrapper .wpb_text_column.description-author p:last-child {
    font-size: 26px;
    font-weight: 400;
    line-height: 42px;
  }
  #hero-main-banner.vc_row.fullscreen #dev-root,
  #hero-main-banner.vc_row.fullscreen #dev-root .App
  {
    min-height: 90vh;
  }
  #dev-root .App {
    height: 75.1vh;
    max-height: unset;
  }
  #hero-main-banner.vc_row.show-workflow #dev-root .App {
    max-height: 80vh;
  }
  .tw-flex.tw-flex-1.tw-justify-center.content  {
    max-height: 52.2vh;
  }
  #hero-main-banner.vc_row.fullscreen #dev-root .App .tw-flex.tw-flex-1.tw-justify-center.content  {
    max-height: unset;
  }
  
 }

 @media (min-width: 769px) {
  #dev-root {
    min-width: 1210px;
    cursor: pointer;
  }
 }
 @media (min-width: 900px) and (max-width: 1024px) {
  .upper-footer .col-lg-2.second-widget-area {
    width: 25%;
  }
  .upper-footer .col-lg-2 {
    width: 18%;
  }
 }
 @media (min-width: 960px) and (max-width: 1180px) {
  .navbar .modal-menu-item.tt_button {
    display: block !important;
  }
  #main-menu .navbar-nav .menu-item a {
    padding: 32px 6px;
  }
 
 }
 @media (min-width: 960px) and (max-width: 1368px) {
  
  .widget ul.redux-social-media-list li {
    padding: 0px 5px 0px 0px;
  }
  .upper-footer ul.redux-social-media-list li {
    margin-right: 10px;
  }

 }

 @media (min-width: 960px) and (max-width: 991px) {
  .vc_row.wpb_row.vc_row-fluid {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
 }
 @media (min-width: 960px) {
  .menubar.main-nav-right {
    padding-top: 45px;
  }
 
  .row-book-metting {
    display: flex;
    align-items: center;
  }
  #footer .lower-footer span {
    margin-left: 165px;
  }
  #increase-conversion .column-left .wpb_single_image .vc_single_image-wrapper {
    width: 240px;
    margin-right: 170px;
  }
  .vc_tta.vc_tta-style-classic.vc_tta-tabs .vc_tta-panel.vc_active#retargeting-volume {
    padding-bottom: 179px;
  }
  .vc_tta.vc_tta-style-classic.vc_tta-tabs .vc_tta-panel.vc_active#increase-conversion {
    padding-bottom: 49px;
  }
  .vc_tta.vc_tta-style-classic.vc_tta-tabs .vc_tta-panel.vc_active#custom-made {
    padding-bottom: 108px;
  }

  #footer .upper-footer .redux-social-icons-display .widget-title {
    text-transform: uppercase;
  }
  #footer .lower-footer {
    padding-bottom: 40px;
  }
  #hero-main-banner.vc_row.vc_row-o-content-middle>.vc_column_container>.vc_column-inner {
    padding-top: 155px;
    padding-bottom: 150px;
  }
  #hero-main-banner.fullscreen.vc_row.vc_row-o-content-middle>.vc_column_container>.vc_column-inner {
    padding-top: 10px;
  
  }
  #hero-main-banner.fullscreen.vc_row.vc_row-o-columns-middle {
    align-content: unset !important;
  }
  #hero-main-banner.fullscreen.vc_row.vc_row-o-content-middle>.vc_column_container {
    min-height: 80vh;
  }
  #hero-main-banner.fullscreen #dev-root,
  #hero-main-banner.fullscreen #dev-root .App
  {
    min-height: 81vh;
  }
   
  #hero-main-banner.not-scrool-app #dev-root
  {
    height: unset;
  }
 
  #hero-main-banner.show-workflow.vc_row.vc_row-o-content-middle>.vc_column_container>.vc_column-inner {
    padding-top: 155px;
  }
 
  body.home .container
  .tt_button.btn-close-experience,
  .tt_button.btn-fullscreen-experience 
  {
  
    margin-bottom: 20px;
    z-index: 1;
  }

  .tt_button.btn-close-experience {
    float: left !important;
  }
  .tt_button.btn-fullscreen-experience {
    float: right !important;
  }
  #hero-main-banner  .wpb_column.vc_column_container:has(.show-experience) {
    max-width: 1240px;
  }

  .spiff-experience.workflow-product .wpb_wrapper{
    display: block;
  }

  .spiff-experience .hidden {
    display: block !important;
  }
  #hero-main-banner.fullscreen  .column-right.vc_column_container,
  #hero-main-banner.fullscreen .wpb_column.vc_column_container:has(.show-experience)
  {
    max-width: 100%;
  }
  body.home.page .container #hero-main-banner{
    width:5000px;
    left:-1885px;
  }
 }
 @media (max-width: 1200px) and (min-width: 1024px) {
  .upper-footer .col-lg-2 {
    width: 19%;
  }
  .upper-footer .col-lg-2.second-widget-area {
    width: 22%;
  }
  }
@media (min-width: 900px) and (max-width: 1200px) {
 .upper-footer .container {
    width: 100%;
    padding-left: 32px;
    padding-right: 32px;
 }
}
@media (max-width: 960px) {
  body.home .container #hero-main-banner{
  width:calc(100% + 32px);
  left:-15px;
}
  .navbar.navbar-default .menubar {
    background: linear-gradient(90deg, #12105A 0.14%, #45C9C9 219%) !important;
  }
  .navbar.navbar-default .menubar .container:has(in) {
    background-color: #ffffff !important;
  }

  .navbar.navbar-default .menubar .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #hero-main-banner.vc_row {
    padding-top: 30px;
  }

  /* ===== menubar mobile ===== */
  .navbar-default.navbar .navbar-toggle .icon-bar,
  .navbar-default.navbar .navbar-toggle .icon-bar::before
  {
    background-color: #FFFFFF;
    border-radius: 20px;
    height: 5px;
    width: 50px;
  }
  .navbar-default .navbar-toggle .icon-bar:before {
    top: -15px;
  }
  .navbar-default.navbar .navbar-toggle.collapsed .icon-bar::after {
    height: unset;
  }
  .navbar-default .navbar-toggle.collapsed {
    margin-right: 20px;
  }
  .navbar-default .navbar-toggle .icon-bar,
  .navbar-default .navbar-toggle .icon-bar::before
  {
    width: 40px;
    height: 4px;
  }
  .navbar-default .navbar-toggle[aria-expanded="true"] .icon-bar,
  .navbar-default .navbar-toggle[aria-expanded="true"] .icon-bar::before
  {
    background-color: #505050;
  }

  .navbar-default .navbar-toggle[aria-expanded="true"] {
    margin-right: 20px;
  }

  .navbar.navbar-default .menubar .container:has(.collapse.in) {
    background-color: #ffffff;
    padding-left: 40px;
    padding-right: 40px;
  }
  .navbar.navbar-default .menubar .container:has(.collapse.in)  #logo {
    display: none;
  }
  .header-bttn-wrapper .tt_button.btn-book-demo.modal-menu-item
  {
    background-color: #F23064;
    color: #FFFFFF !important;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 700;
    line-height: 31px;
    height: 51px;
  }

  .navbar.navbar-default .menubar .container:has(.collapse.in) .menu-item-has-children.dropdown {
    display: inline-block;
  }
  #main-menu .navbar-nav .menu-item-has-children .mobile-dropdown {
    color: #A9A9A9 !important;
    top: 6px;
    right: -30px;
  }
  #main-menu .navbar-nav .menu-item-has-children.dropdown.mobile-visible .mobile-dropdown {
    right: 120px;
  }
  #main-menu .navbar-nav .menu-item-has-children.mobile-visible .dropdown-menu  {
    padding-left: 0px;
  }
  #main-menu.underline-effect .navbar-nav .menu-item-has-children.mobile-visible.menu-item .dropdown-menu .menu-item a {
    margin-left: 0px;
    color: #A9A9A9 !important;
  }
  .home .nav-transparent-secondary-logo .fixed-logo {
    width: 126px;
    height: 39.12px;
  }
  .navbar.navbar-default .menubar .nav.navbar-nav a,
  .navbar.navbar-default .menubar.main-nav-right .navbar-nav a
  {
    color: #000000 !important;
  }
 
  .tt_button.pull-left {
    width: 100%;
  }
  .container .section-tab-list h2.vc_custom_heading {
    font-size: 30px !important;
    font-weight: 700;
    line-height: 36px !important;
    text-transform: capitalize;
    padding-right: 15px !important;
  }
  .container .section-tab-list h2.vc_custom_heading.custom-heading {
    text-transform: none;
   
  }
  .container .section-tab-list h2.vc_custom_heading.increase-heading {
    margin-bottom: 20px;
  }
  .section-tab-list .vc_tta-panel-body .vc_row.wpb_row.vc_inner {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .vc_tta-container .vc_tta-tabs .vc_tta-panels .description-increase-conversion p {
    line-height: 24px;
    padding-right: 30px;
  }
  .section-tab-list #increase-conversion .vc_tta-panel-body .vc_row.wpb_row.vc_inner .column-left .wpb_wrapper{
    display: flex;
    flex-wrap: wrap;
  }
  .description-increase-conversion {
    width: 65%;
  }
  .wpb_single_image.image-conversion {
    margin-top: 0px !important;
    width: 35%;
  }
  .wpb_single_image.retargeting-desktop,
  .wpb_text_column.wpb_content_element.description-retargeting-volume.desktop,
  .title-partner.desktop,
  header.kd-section-title.desktop .separator_off
  {
    display: none;
  }
  .wpb_single_image.retargeting-mobile,
  .wpb_text_column.wpb_content_element.description-retargeting-volume.mobile,
  .title-partner.mobile,
  header.kd-section-title.mobile .separator_off
  {
    display: block;
  } 
 
  .container .section-support-plans .title-partner h2 {
    margin-bottom: 30px;
  }
  .section-easy.section-cricket .kd-photobox .phb-content {
    padding: 20px 0px 0px 0px;
  }
  .section-cricket .kd-photobox .phb-content.no-image h5 {
    margin-bottom: 20px;
  }
  .section-easy.section-cricket .kd-photobox {
    margin-left: 10px;
    margin-right: 10px;
  }
  #footer .lower-footer {
    padding-top: 0px;
  }
  #main-menu .navbar-nav .menu-item-has-children .mobile-dropdown:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0.5L6 6.5L12 0.5' fill='%238D8D8D'/%3E%3C/svg%3E");
    width: 12px;
    height: 6px;
    background-repeat: no-repeat;
    position: absolute;
    top: 14px;
    transform: translate(-50%, -50%);
  }
  #main-menu .navbar-nav .menu-item-has-children.mobile-visible .mobile-dropdown:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0.5L6 6.5L12 0.5' fill='%238D8D8D'/%3E%3C/svg%3E");
    width: 12px;
    height: 6px;
    background-repeat: no-repeat;
    position: absolute;
    top: 14px;
    transform: translate(-50%, -50%);
  }
  #hero-main-banner.vc_row {
    background: linear-gradient(90deg, #12105A 0.14%, #45C9C9 210%); 
  }
  .take-directly {
    padding: 25px 50px;
    box-shadow: 0px -1px 34px rgba(0, 0, 0, 0.15);
  }
  .footer_widget.widget ul.redux-social-media-list li {
    float: left;
    display: block;
    width: auto;
    padding: 0px;
    width: 25px;
    height: 25px;
    padding: 0px;
    margin: 0px 10px 0px 0px;
  }
 
  .home .nav-transparent-secondary-logo .fixed-logo {
    width: 150px;
    height: 50px;
  }
  .tt_button.btn-fullscreen-experience.full-final-button {
    width: 100%;
  }
  #wrapper.hide-title-section.fullscreen {
    padding-top: 0px;
  }
  
 
}
@media (min-width: 960px ) and (max-width: 960px) {
 
  .header-bttn-wrapper .btn-book-demo.tt_button.modal-menu-item {
    background-color: #fff;
    border-color: #fff;
    color: #202020 !important;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 700;
    line-height: 31px;
    border-radius: 10px;
  }
  .menubar.main-nav-right {
    padding-top: 0px;
  }
}
@media (max-width: 900px) {
 .upper-footer .container {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
 }
 .upper-footer .col-lg-2 {
    width: 50%;
 }
}
@media (min-width: 768px) {
  .row-book-metting {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 961px ) and (max-width: 992px) {
  .wpb_single_image.vc_align_left.image-team {
    width: 25%;
  }
  .wpb_content_element.position-author {
    width: 75%;
  }
}


@media (min-width: 768px) and (max-width: 960px) {
  .section-support-plans .column-left,
  .section-support-plans .column-right {
    padding-left: 10px;
    padding-right: 10px;
  }

  .wpb_single_image.vc_align_left.image-team {
    width: 31%;
  }
  .wpb_content_element.position-author {
    padding: 7px 20px;
  }
  .wpb_content_element.position-author {
    width: 65%;
  }
  p.head-innovation {
    margin-bottom: 10px;
  }
  #hero-main-banner .vc_row.wpb_row.vc_inner .column-right .vc_column-inner {
    padding-left: 30px !important;
    padding-right: 0px !important;
  }
  #hero-main-banner.show-workflow .vc_row.wpb_row.vc_inner .column-right .vc_column-inner,
  #hero-main-banner.fullscreen .vc_row.wpb_row.vc_inner .column-right .vc_column-inner
  {
    padding-left: 0px !important;
  }
}
@media (max-width: 768px) {

  #hero-main-banner {
    min-height: unset !important;
  }
  .wpb-js-composer .section-tab-list .vc_tta-container .vc_tta.vc_tta-style-classic.vc_tta-tabs-position-top .vc_tta-tabs-container {
    display: flex;
  }
  .section-tab-list .vc_tta.vc_tta-tabs .vc_tta-panel-heading {
    display: none;
  }
  .section-tab-list .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
    border: unset;
  }
  .wpb-js-composer .section-tab-list .vc_tta-container .vc_tta.vc_tta-style-classic.vc_tta-tabs-position-top .vc_tta-tabs-container {
    margin-bottom: 0px;
  }
  .wpb-js-composer .section-tab-list .vc_tta-container .vc_tta.vc_tta-style-classic.vc_tta-tabs-position-top .vc_tta-tabs-container .vc_tta-tabs-list li {
    flex: 0 0 61vw;
    padding-left: 32px;
  }
  .wpb-js-composer .section-tab-list .vc_tta-container .vc_tta.vc_tta-style-classic.vc_tta-tabs-position-top .vc_tta-tabs-container .vc_tta-tabs-list {
    overflow: scroll;
  }
  .wpb-js-composer .section-tab-list .vc_tta-container .vc_tta.vc_tta-style-classic.vc_tta-tabs-position-top .vc_tta-tabs-container .vc_tta-tabs-list::-webkit-scrollbar {
    display: none;
  }
  .wpb-js-composer .section-tab-list .vc_tta-container .vc_tta.vc_tta-style-classic.vc_tta-tabs-position-top .vc_tta-tabs-container .vc_tta-tabs-list li:before {
    border-top: unset;
  }
  .wpb-js-composer .section-tab-list .vc_tta-container .vc_tta.vc_tta-style-classic.vc_tta-tabs-position-top .vc_tta-tabs-container .vc_tta-tabs-list li.vc_active:before {
    opacity: unset;
  }
  .section-trust-by .trust-by-galery-mobile .wpb_image_grid .wpb_image_grid_ul {
    display: flex;
    flex-wrap: wrap;
    height: auto !important;
  }
  .section-trust-by .trust-by-galery-mobile .wpb_image_grid .wpb_image_grid_ul .isotope-item {
    margin: 0px;
    width: 33%;
    position: relative !important;
    top: unset !important;
    left: unset !important;
  }
  .trust-by-carousel.owl-carousel {
    display: none !important;
  }
  .vc_row.wpb_row.vc_inner .trust-by-galery-mobile .vc_column-inner {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .row-trust-by-galery-mobile {
    display: flex;
  }
  .slider-logo.desktop {
    display: none;
  }
  #hero-main-banner .column-left,
  #hero-main-banner .column-right
  {
    width: 100%;
  }
  #dev-root {
    min-width: 1210px;
  }
  .show-workflow #dev-root, 
  .fullscreen #dev-root 
  {
    height: 100vh;
    min-width: 100%;
  }
  .tt_button.btn-try.desktop {
    display: none;
  }
  .tt_button.btn-try.mobile {
    display: flex;
    margin-top: 775px;
  }
  .load-done-ex .tt_button.btn-try.mobile {
    margin-top: 50px;
  }
  .show-workflow .tt_button.btn-try.mobile,
  .fullscreen .tt_button.btn-try.mobile
  {
    display: none;
  }
  #hero-main-banner .column-right.vc_column_container::before {
    top: 28px;
    left: 0px;
  }
  #hero-main-banner .column-right.vc_column_container {
    position: relative;
    height: 100% ;
  }
}
@media (max-width: 767px) {
  .tt_button.button-support.mobile  {
    display: block;
  }
  .tt_button.button-support.desktop {
    display: none;
  }
}
@media (max-width: 768px) and (min-width: 576px) {
  .section-support-plans .column-left,
  .section-support-plans .column-right {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row-book-metting {
    display: flex;
    align-items: center;
  }
 
  
  .wpb_single_image.wpb_content_element.image-team {
    width: 25%;
  }
  .wpb_content_element.position-author {
    width: 70%;
  }
  p.head-innovation {
    margin-bottom: 10px;
  }
  #hero-main-banner .vc_row.wpb_row.vc_inner .column-right .vc_column-inner {
    padding-left: 0px !important;

  }
  .upper-footer ul.redux-social-media-list {
    display: flex;
    flex-wrap: wrap; 
  }
  
}

@media (max-width: 576px) {
  .upper-footer .col-lg-2 {
    width: 100%;
  }
  #footer .upper-footer .widget-title {
      color: #ffffff;
  }
  #footer .upper-footer .widget_nav_menu .widget-title {
    margin-top: 41px;
  }
  .container .title-partner h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
  }
  .section-support-plans {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .button-support.tt_button.desktop
  {
    display: none;
  }
  
  .button-support.mobile {
    display: block;
  }

  .vc_btn3-container.button-meeting .vc_btn3,
  .vc_btn3-container.button-meeting 
  {
    width: 100%;
  }
  .button-support.tt_button.mobile
  {
    margin-top: 30px;
  }
  .wpb_content_element.position-author {
    padding: 20px 0px 0px 20px;
    width: 55%;
    margin-top: 30px;
  }
  body.page p.head-innovation {
    margin-bottom: 0px;
    line-height: 20px;  
  }
  .container h4.head-innovation {
    line-height: 20px;
    font-size: 16px;
  }
  .wpb_single_image.wpb_content_element.image-team {
    margin-top: 30px;
  }
  #wrapper .wpb_text_column.description-author p:last-child {
    border-bottom: 1px solid #000000;
    padding-bottom: 30px;
    margin-bottom: 0px;
    font-size: 22px;
    line-height: 33px;
    font-weight: 400;
  }
  .section-support-plans {
    padding-top: 0px;
    padding-bottom: 45px;
  }

  .section-support-plans .column-left {
    padding-top: 60px;
  }
  .tt_button {
    width: 100%;
  } 
  .author-avatar {
    display: none;
  }
  .section-support-plans .vc_row.wpb_row.vc_inner .column-left .vc_column-inner {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
  }
  #wrapper .section-support-plans .wpb_text_column p:last-child {
    margin-bottom: 5px;
  }
  .vc_row.wpb_row.vc_row-fluid.section-easy.section-cricket {
    padding-top: 25px;
    border-bottom: 1px solid #E9E9E9;
  }
  .section-easy.section-cricket .kd-photobox {
    justify-content: left;
  }
  .vc_row.wpb_row.vc_row-fluid.section-easy {
    padding-top: 20px !important;
    padding-bottom: 25px;
  }
  .section-easy .kd-photobox .phb-content {
    padding: 30px 0px 0px 0px;
  }
  .vc_row.wpb_row.vc_inner .image-easy-column  .vc_column-inner {
    padding-top: 0px !important;
  }
  .section-easy .kd-photobox .photobox-img img {
    margin: 0px;
  }
  header.kd-section-title.title-easy .separator_off {
    margin-bottom: 5px;
  }
  .take-directly .vc_row.wpb_row.vc_inner .column-left .vc_column-inner {
    padding-bottom: 0px !important;
  }
  .take-directly .vc_row.wpb_row.vc_inner .column-right .vc_column-inner {
    padding-top: 0px !important;
  }
  .footer-widget-area {
    padding-top: 0px;
  }
  .footer_widget .menu {
    padding-bottom: 0px;
  }
  .upper-footer .footer_widget .redux-social-media-list i::before {
    font-size: 47px;
    color: #ffffff;
  }
  .upper-footer ul.redux-social-media-list {
    margin-bottom: 0px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
  }
  .footer_widget.widget ul.redux-social-media-list li {
    float: none;
    width: unset;
    height: unset;
    padding: 0px;
    display: flex;
    margin: 0px 0px 20px 20px;
    width: calc(20% - 20px);
  }
  .vc_row.wpb_row.vc_row-fluid.section-tab-list {
    padding-bottom: 55px;
    padding-top: 35px;
  }
  .section-tab-list .vc_row.wpb_row.vc_inner .column-left .vc_column-inner {
    padding-bottom: 0px !important;
  }
  .section-tab-list .vc_row.wpb_row.vc_inner .column-right .vc_column-inner {
    padding-top: 0px !important;
  }
  .vc_row.wpb_row.vc_row-fluid.section-trust-by {
    padding-top: 35px;
  }
  .vc_row.wpb_row.vc_inner.vc_row-fluid.row-trust-by-galery-mobile {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .row-trust-by-galery-mobile .wpb_image_grid .wpb_image_grid_ul img {
    margin-bottom: 20px;
  }

  .navbar.navbar-default .m  enubar .container {
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 30px;
    padding-bottom: 32px;
  }
  
  .tt_button.btn-try {
    background-color: #F23064;
    color: #FFFFFF !important;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 700;
    line-height: 31px;
    height: 71px;
  }
  .main-nav-right .header-bttn-wrapper {
    margin-right: 0px;
  }
  #hero-main-banner .vc_row.wpb_row.vc_inner {
    padding-left: 32px !important;
    padding-right: 0px !important;
  }
  #hero-main-banner .column-left .vc_column-inner {
    padding-right: 32px !important;
  }
  .kd-section-title.text-left {
    padding-right: 35px;
  }
  #hero-main-banner.show-workflow .vc_row.wpb_row.vc_inner,
  #hero-main-banner.fullscreen .vc_row.wpb_row.vc_inner
  {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .load-done-ex .tt_button.btn-try.mobile {
    width: calc(100% - 32px);
  }
  .container #hero-main-banner.vc_row-has-padding-bottom {
    padding-bottom: 0px !important;
  }

  .section-cricket .kd-photobox .phb-content.no-image h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
  }
  .section-cricket .kd-photobox .phb-content p {
    font-size: 16px;
    font-weight: 700;
    line-height: 49px;
    text-align: left;
  }
 
  #footer .lower-footer span {
    text-align: left;
    padding-left: 15px;
  }
  .lower-footer .container {
    padding: 0px 25px;
  }
  .container .take-directly h5 {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
  }
  body.page .take-directly p {
    line-height: 20px;
  }
  #footer .lower-footer span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
  }
  .wpb-js-composer .section-tab-list .vc_tta-container .vc_tta.vc_tta-style-classic.vc_tta-tabs-position-top .vc_tta-tabs-container .vc_tta-tabs-list li {
    flex: 0 0 66vw;
  }
 
  #hero-main-banner .vc_column_container {
    overflow-x: scroll;
  }
  body.home #home-mobile-app .container {
    width: 100% !important ;
  }
  #hero-main-banner .vc_column_container .text-content-second {
    display: none;
  }
 
}
@media (max-width: 414px) {
  .wpb-js-composer .section-tab-list .vc_tta-container .vc_tta.vc_tta-style-classic.vc_tta-tabs-position-top .vc_tta-tabs-container .vc_tta-tabs-list li {
    flex: 0 0 73vw;
  }
  .upper-footer .col-lg-2 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .redux-social-icons-display ul.redux-social-media-list li,
  #footer .lower-footer span
  {
    padding-left: 0px;
  }
  .vc_tta-container .vc_tta-tabs .vc_tta-panels .description-increase-conversion p {
    padding-right: 0px;
  }
}
@media (max-width: 438px) {
  .post-password-form input[type=submit] {
    margin-left: 0px;
    margin-top: 5px;
  }
  .post-password-form p label {
    margin-bottom: 10px;
  }
  #hero-main-banner.vc_row.wpb_row .column-right.vc_column_container::before {
    content:"";
    background-image: url("assets/images/workflow-experience-mobile.png");
    background-repeat: no-repeat;
    position: absolute;
    top: -2px;
    left: 0px;
    width: 1210px;
    min-height: 300px;
    height: unset;
  
  }
  #hero-main-banner #dev-root {
    display: none;
  }
  #hero-main-banner.show-workflow #dev-root,
  #hero-main-banner.fullscreen #dev-root
  {
    display: block;
  }
  #hero-main-banner.show-workflow.vc_row.wpb_row .column-right.vc_column_container::before,
  #hero-main-banner.fullscreen.vc_row.wpb_row .column-right.vc_column_container::before 
  {
    content: unset;
  }
  #hero-main-banner .column-right.vc_column_container {
    min-height: 300px;
    overflow: hidden;
  }
  .tt_button.pull-left.btn-fullscreen-experience.display-none {
    display: none;
  }
  .close-experience-mobile {
    display: none;
  }
  #hero-main-banner.fullscreen  .close-experience-mobile {
    display: block;
  }
  #hero-main-banner.fullscreen .spiff-experience {
    display: none;
  }
  .vc_row.wpb_row.vc_inner.close-experience-mobile .vc_column-inner {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
  }
  .close-experience-mobile .vc_icon_element {
    margin-bottom: 0px;
  }
  .close-experience-mobile .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
    width: 1em;
    height: 2em;
  }
  #hero-main-banner .load-done-ex .tt_button.btn-try.mobile {
    margin-top: 283px;
  }
  .vc_row.wpb_row.vc_inner.box-content-image .vc_column-inner {
    padding-top: 10px  !important;
  }
  .close-experience-mobile .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon:before {
    font-size: 20px;
  }
  .container #hero-main-banner.fullscreen.vc_row-has-padding-bottom {
    padding-top: 0px;
  }
}


/* style for Bundaberg-Instore */
.btn-start .vc_btn3.vc_btn3-size-md,
.button-connect .test-create-design
{
  -webkit-mask: url(../ekko-child/assets/images/button-style-v2.svg) no-repeat 50% 50%;
  font-family: 'franklin_gothic_demiregular';
  font-weight: 600;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  line-height: 100%;
  width: 114px;
  height: 45px;
  display: inline-block;
}
.container .button-connect .test-create-design {
  font-size: 36px !important;
  -webkit-mask-size: 342px 135px;
  width: 350px;
  height: 150px !important;
}
.vc_btn3-container.btn-start {
  padding: 30px 0px 40px 0px;
  min-height: 190px;
}
.row-button-start .wpb_wrapper {
   background: #FFF6E4;
}
.wpb_single_image.wpb_content_element.vc_align_left.image_qrcode {
  position: absolute;
  top: 0;
  right: 3%;
}

#single-page .box-qrcode  p {
  margin-bottom: 0px;
}
.box-qrcode {
  position: absolute;
  top: 20px;
  right: 6%;
  text-align: center;
  transform: translate(10px, 10px);
}
.box-qrcode img {
  max-height: 100px;
}
.button-connect {
  text-align: center;
  padding: 30px 0px 40px 0px;
  min-height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFF6E4 !important;
}
.woocommerce-page.woocommerce-order-received .navbar-default,
.woocommerce-page.woocommerce-order-received header,
.woocommerce-page.woocommerce-order-received #footer

{
  display: none;
}
.woocommerce-page.woocommerce-order-received .site-main {
  height: 100vh;
}
.wrapper-checkout-spiff {
  display: flex;
  flex-wrap: wrap;
  padding: 70px 0px;
  background: #fbf2e1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); 
}
.box-logo {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.title-order,
.text-description
{
  width: 100%;
  text-align: center;
}
.container .title-order h1 {
  margin-bottom: 20px;
  color: #603b0f;
}
body.page .title-order p {
  font-size: 40px;
  color: #603b0f;
}
.title-order {
  margin-bottom: 40px;
}

.text-description {
  display: flex;
  justify-content: center;
}
.box-text {
  max-width: 400px;
  width: 100%;
  background-color: #bfb2a5;
  padding: 20px 0px;
}
body.page .box-text  p  {
  color: #603b0f;
  font-size: 16px;
  padding: 0px 18px;
  font-weight: 600;
}
#single-page .box-text p {
  margin-bottom: 0px;
}
@media (max-width:1366px) {
  .woocommerce-page.woocommerce-order-received #wrapper,
  .woocommerce-page.woocommerce-cart #wrapper
  {
    padding-top: 0px;
  }
}
@media (min-width: 1025px) {
  #single-page .woocommerce .box-text-image p{
    font-size: 16px;
    color: #603b0f;
    font-weight: 600;
    margin-bottom: 20px;
  }
}
.woocommerce-checkout.woocommerce-order-received #single-page {
  padding-top: 0px !important;
}
.woocommerce-order-received .container {
  width: 100%;
  height: 100vh;
  background: #fbf2e1;
}
.page-template-default.woocommerce-order-received #primary,
.woocommerce-page.woocommerce-order-received #wrapper
{
  padding-bottom: 0px;
}

.woocommerce-cart.woocommerce-page .navbar-default,
.woocommerce-cart.woocommerce-page header,
.woocommerce-cart.woocommerce-page #footer
{
  display: none;
}
.woocommerce-cart.woocommerce-page .container,
.woocommerce-cart.woocommerce-page #single-page table.cart
{
  background: #FFF6E4;
  width: 100%;
  height: 100vh;
}
.page-template-default.woocommerce-cart  #primary,
.woocommerce-page.woocommerce-cart #wrapper
{
  padding-bottom: 0px;
}
.wrapper-cart-bundaberg {
  display: flex;
  flex-wrap: wrap;
  font-family: 'franklin_gothic_demiregular' !important;
}
.bundaberg-col-left,
.bundaberg-col-right
{
  width: 50%;
}
.woocommerce-cart .woocommerce a.button,
.woocommerce-cart .woocommerce button.button
{
  background-color: #F99608;
  border-color: #F99608;
  color: white;
  border-radius: 8px;
  font-size: 18px;
  padding: 0px 10px;
  width: 150px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;

}
.woocommerce-cart .woocommerce button.button:disabled, .woocommerce-cart .woocommerce button.button:disabled[disabled] {
  color: white
}
.box-button-edit {
  display: flex;
  justify-content: end;
}
.woocommerce-cart.woocommerce-page #single-page .woocommerce {
  padding: 30px;
  height: 100vh;
}
.woocommerce-cart.woocommerce-page #single-page .woocommerce.update-cart {
  height: 88vh;
}
.woocommerce-cart .woocommerce-cart-form {
  height: 100%;
}
.wrapper-cart-bundaberg {
  height: 100%;
}
.bundaberg-col-left {
  padding-right: 20px;
}
.button-edit {
  margin-left: 20px;
}
.box-quantity {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 10px;
}
.container .box-quantity h4 {
  color: #603b0f;
  font-size: 32px;
}
#single-page .container .box-quantity p {
  color: #b8a282;
  margin-bottom: 0px;
  font-size: 12px;
}
.box-quantity span.bold {
  font-weight: 900;
  color: #785931;
  font-size: 12px;
}
.woocommerce .box-quantity .quantity .qty {
  height: 40px;
  width: 70px;
  color: black;
  background-color: #f5f5f5;
  border: 1px solid black !important;
  padding: 10px 5px 10px 0px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
}
.box-image-pack {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 15px 20px 15px; 
  background: #bbb0a0;
  max-width: 500px;
  margin: 20px auto;
}
#single-page .box-text-image p{
  font-size: 14px;
  color: #603b0f;
  font-weight: 600;
  margin-bottom: 0px;
}
#single-page .box-text-image span {
  font-weight: 400;
  font-family: 'franklin_gothic_demiregular' !important;
}
.woocommerce-cart .wrapper-cart-bundaberg .wc-proceed-to-checkout a.checkout-button {
  min-width: 100px;
  font-size: 18px;
  margin: unset;
  min-height: 35px;
}
.woocommerce-cart .wrapper-cart-bundaberg .wc-proceed-to-checkout {
  display: flex;
  justify-content: end;
  padding-bottom: 0px;
}
.image-bundaberg,
.woocommerce-page .image-bundaberg img
{
  height: 100%;
  object-fit: cover;
}
.woocommerce-page .image-bundaberg img {
  width: 100%;
}
.woocommerce-cart.woocommerce-page #single-page {
  padding-top: 0px !important;
}
.bundaberg-col-left {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.box-center {
  margin: auto;
}
.disabled-checkout {
  opacity: 0.5;
  pointer-events: none;
}
.woocommerce-cart .test-create-design {
  border-radius: 4px;
  font-size: 14px;
  padding: 5px 10px;
  width: 100px;
  text-align: center;
  border-color: #F99608 !important;
  background-color: #F99608 !important;
}
.test-create-design-iframe,
.create-load-iframe
{
  display: block !important;
}
.button-edit.wp-element-button {
  background-color: #F99608;
  border-color: #F99608;
  color: white;
  border-radius: 8px;
  font-size: 18px;
  width: 150px;
  font-weight: 400;
  height: 50px;
  cursor: pointer;
  border: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.button-edit.wp-element-button.after-click-edit {
  padding: 5px 10px;
}
.woocommerce-page .box-image-custom img {
  height: 130px;
  margin: 0px auto;
}
.box-image-custom {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
#single-page .box-image-pack p {
  color: #752E15;
  font-weight: bold;
  font-family: 'franklin_gothic_demiregular' !important;
  text-align: center;
  margin: 0px;
}
#single-page .wrapper-cart-bundaberg p,
.woocommerce-cart .woocommerce .wrapper-cart-bundaberg a.button
{
  font-family: 'franklin_gothic_demiregular' !important; 
}
.woocommerce-cart.woocommerce-page #single-page .woocommerce {
  overflow-y: scroll;
}
.woocommerce-page .box-image-upload img {
  height: 100px;
}
::-webkit-scrollbar {
  width: 5px;
}
/* ::-webkit-scrollbar-track {
  background: #f1f1f1; 
} */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px; 
  
}
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.woocommerce .box-button-finish a.button.alt {
  border-radius: 8px;
  font-size: 24px;
  padding: 10px 10px;
  width: 125px;
  height: 60px;
  border-color: #F99608;
  background-color: #F99608;
  color: #FFFFFF;
  font-family: 'franklin_gothic_demiregular' !important; 
  display: flex;
  justify-content: center;
  align-items: center;
}
.box-button-finish {
  position: absolute;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
}
.section-bundaberg .wpb_content_element {
  margin-bottom: 0px;
}
.woocommerce-cart .wrapper-cart-bundaberg .wc-proceed-to-checkout a.checkout-button:hover,
.box-button-finish:hover ,
.box-button-edit a:hover,
.test-create-design:hover,
#single-page .return-to-shop a:hover
{
  color: white;
  background-color: #F99608;
  opacity: 0.6;
}
.box-button-finish:hover {
  border-radius: 4px;
}
.test-create-design {
  font-family: 'franklin_gothic_demiregular' !important; 
}
.product-quantity {
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
}
.woocommerce-cart .test-create-design {
  font-size: 18px !important;
}
.vc_section.section-bundaberg {
  display: flex;
  flex-direction: column;
  height: 100vh;
}
.box-image-instore {
  /* flex-grow: 1; */
  background: #FFF6E4;
}
.row-button-start {
  flex-grow: 1;
  display: flex;
  align-items: center;
  background: #FFF6E4;
}
.box-image-instore .wpb_column.vc_column_container,
.box-image-instore .vc_column_container>.vc_column-inner,
.box-image-instore .wpb_wrapper,
.box-image-instore .wpb_single_image.wpb_content_element,
.box-image-instore .wpb_single_image .vc_single_image-wrapper
{
  height: 100%;
}
.box-image-instore .wpb_single_image img {
  object-fit: contain;
}

.box-bottle-pack .select2-container {
  width: 80px !important;
  border-radius: 4px;
  border-color: black;
  background-color: #F5F5F5;
}
#single-page .box-bottle-pack .select2-container--default .select2-selection--single {
  border:  1px solid black;
}
.box-bottle-pack .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0px;
  padding-right: 40px;
  font-size: 16px;
  font-weight: 600;
  color: black;
}
#single-page .box-text p,
.title-order h1,
.title-order p,
.box-qrcode p
{
  font-family: 'franklin_gothic_demiregular' !important;
}

@media (min-width: 1600px) {
  .box-image-instore .wpb_single_image img{
   max-height: 760px;
   width: 100%;
   object-fit: contain;
  }
}
.row-button-start .wpb_text_column {
  display: none;
}
@media  (max-width: 730px) {
  .bundaberg-col-left, .bundaberg-col-right {
    width: 100%;
  }
}

.link-to-customize {
  text-align: center;
  padding: 30px 0px 40px 0px;
  min-height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFF6E4 !important;
}
.container .link-to-customize .button-bundaberg-store {
  font-size: 36px !important;
  -webkit-mask-size: 342px 135px !important;
  width: 350px;
  height: 150px;
  background: rgb(249, 150, 8);
  color: rgb(255, 255, 255);
  cursor: pointer;
  border: none;
  -webkit-mask: url(../ekko-child/assets/images/button-style-v2.svg) no-repeat 50% 50%;
  font-family: 'franklin_gothic_demiregular' !important;
  font-weight: 600;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  line-height: 100%;
  display: inline-block;
}
.link-to-store .button-back-to-store {
  background-color: #F99608;
  border-color: #F99608;
  color: white;
  border-radius: 8px;
  font-size: 18px;
  padding: 0px 10px;
  width: 150px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.button-back-to-store .test-create-design {
  background: #F99608;
  outline: none;
  border: none;
}
/* .link-to-store {
  position: absolute;
  z-index: 99999999;
  top: 20px;
  left: 70px;
} */


/* update background */
body.customizer #wrapper {
  background: #fff6e4;
  /* width: 100vw;
  height: 100vh; */
  width: 200px;
}

body.customizer .link-to-store {
  position: absolute;
  z-index: 999999999999999;
  top: 70px;
  left: 70px;
}


@media only screen and (max-width: 1024px) {
	body.customizer .link-to-store {
    top: 18px;
    left: 18px;
	}
}



.wc-proceed-to-checkout.mobile,
.banner-mobile
{
  display: none;
}


@media only screen and (max-width: 902px) {
	body.customizer.page .link-to-store {
    top: 95px;
    left: 18px;
	}
}
@media (min-width: 1181px) and (max-width: 1200px) {
  .wpb_wrapper .box-qrcode {
    top: 60px;
  }
}
@media (min-width: 1025px) and (max-width: 1180px) {
  .wpb_wrapper .box-qrcode {
    top: 50px;
  }
}
@media (min-width: 834px) and (max-width: 835px) {
  .wpb_raw_code .wpb_wrapper .box-qrcode {
    top: 250px;
  }
}
@media (min-width: 820px) and (max-width: 821px) {
  .wpb_raw_code .wpb_wrapper .box-qrcode {
    top: 250px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .wpb_wrapper .box-qrcode {
    top: 70px;
  }
}
@media (min-width: 768px) and (max-width: 769px) {
  .wpb_wrapper .box-qrcode {
    top: 120px;
  }
}
@media only screen and (max-width: 768px) {
	body .link-to-store .button-back-to-store {
    width: 100px;
	}
 
  body.page .box-qrcode p {
    margin-bottom: 0px;
  }

  /* .wpb-content-wrapper .vc_section.section-bundaberg {
    height: 100%;
  } */

  .banner-desktop
  {
    display: none;
  }
  .wpb_wrapper .banner-mobile {
    display: block;
  }
 
  
}

@media only screen and (max-width: 767px) {
  .box-qrcode.d-none-mobile {
    display: none;
  }
  .box-qrcode {
    position: unset;
  }
}

@media only screen and (max-width: 729px) {
  .wc-proceed-to-checkout.mobile {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
 
  }
  .woocommerce-cart .wc-proceed-to-checkout.mobile a.checkout-button:hover
  {
    color: white;
    background-color: #F99608;
    opacity: 0.6;
  }
  .woocommerce-cart .wc-proceed-to-checkout.mobile a.checkout-button {
    font-size: 18px;
    width: 150px;
    font-weight: 400;
    height: 50px;
    cursor: pointer;
    min-width: unset;
    font-family: 'franklin_gothic_demiregular' !important;
  }
  .woocommerce-cart .wrapper-cart-bundaberg .wc-proceed-to-checkout.desktop {
    display: none;
  }
  .wrapper-cart-bundaberg {
    height: unset;
  }
  .woocommerce-cart.woocommerce-page #single-page .woocommerce {
    overflow-y: unset;
  }
  .bundaberg-col-left {
    padding-right: 0px;
  }
  .box-image-pack {
    max-width: unset;
  }
  .box-center {
    margin: auto 0px;
  }
  body.woocommerce-cart {
    background: #fff6e4;
  }
}


@media only screen and (max-width: 576px) {
	body.customizer .link-to-store .button-back-to-store {
    width: 80px;
    height: 40px;
	}
  .woocommerce-order .wrapper-checkout-spiff {
    top: 35%;
  }
  .woocommerce-cart.woocommerce-page #single-page .single-page-content .woocommerce {
    padding: 10px;
  }
  .woocommerce .box-button-finish {
    bottom: 130px;
  }

}

.error404.bundaberg-store .navbar-default,
.error404.bundaberg-store header,
.error404.bundaberg-store #footer
{
  display: none;
}
body.error404.bundaberg-store #wrapper {
  background-color: #FFF6E4;
  height: 100vh;
  display: flex;
  align-items: center;
}
.error404.bundaberg-store .page-404 {
  padding-top: 0px;
  height: unset;
}
body.error404.bundaberg-store,
body.error404.bundaberg-store h2,
body.error404.bundaberg-store a
{
  font-family: 'franklin_gothic_demiregular' !important;
}
body.error404.bundaberg-store .tt_button {
  background-color: #F99608;
  border-color: #F99608;
}
body.error404.bundaberg-store .tt_button:hover {
  opacity: 0.6;
  color: #FFFFFF;
}

/* style for the spiff plugin */

.navbar-default, .product-inner-content , .product-inner-content,.wc-tabs,.breadcrumbs{
	display: none;
}

.woo-image-left .col-xs-12:last-child {
	display: none;
}

.woo-image-left .col-xs-12:first-child {
	max-width:100%;
	width:100%;
	padding:0;
}

.no-mobile-animation .container {
	max-width:100%;
	width:100%;
	padding:0!important;
}

.woo-image-left .col-xs-12 .woocommerce-tabs .woocommerce-Tabs-panel {
		max-width:100%;
	  width:100%;
	  margin:0!important;
}


.woo-image-left .col-xs-12 .woocommerce-tabs{
	max-width:100%!important;
	width:100%!important;
	padding:0!important;
	margin:0!important;
}

.woo-image-left .col-xs-12 .woocommerce-tabs .woocommerce-Tabs-panel .wpb_single_image {
		max-width:100%;
	  width:100%;
}


.woo-image-left .col-xs-12 .woocommerce-tabs .woocommerce-Tabs-panel  .vc_single_image-wrapper{
	  max-width:100%;
	  width:100%;
}

.woo-image-left .col-xs-12 .woocommerce-tabs .woocommerce-Tabs-panel  .vc_column-inner{
	padding:0;
}

body{
	max-width:100%;
	  width:100%;
}

.blog-header, .breadcrumbs{
	padding:0!important;
}

.single-product .blog-header {
	display:none;
}

#product-content

#wrapper .entry-header.blog-header{
	padding-top:0;
	padding-bottom:0;
}  

.post-type-archive-product  .entry-header .container{
	max-width:100%;
	width:100%;
	margin:0;
	padding:0;
}

.post-type-archive-product  .entry-header .container .vc_column-inner{
	padding:0;
}

.entry-header .section-heading{
	display:none;
}

.ShopFiltersWrapper{
	display:none;
}

.woo-3-columns {
	display:none;
}

.link-to-store {
	display:none;
}
.vc_row.wpb_row.vc_row-fluid.box-image-instore {
    max-height: 69vh;
}
.button-connect {
    padding: 0 !important;
    min-height: fit-content !important;
    
}
.lower-footer {
    display: none;
}
.woocommerce-page #wrapper {
    padding: 0;
    padding-bottom: 0;
}
.post-type-archive {
    width: 100%;
}

.post-type-archive .box-image-instore .wpb_single_image .vc_single_image-wrapper {
    width: 100% !important;
}

figure.wpb_wrapper.vc_figure {
    width: 100%;
}

img.vc_single_image-img.attachment-full {
    object-fit: cover;
}