@media(max-width: 992px) {
	.sticky .masthead-wrap,
	.woocommerce-page .masthead-wrap {
		border-radius: 0;
	}

	.counter {
		overflow-x: scroll;
	  overflow-y: hidden;
	  white-space: nowrap;
	  -webkit-overflow-scrolling: touch;

	  justify-content: normal;

	  padding-bottom: 25px;
	}
	.counter .item {
		max-width: 100%;
		flex: 100%;
	}
	.counter .item .title {
		width: 180px;
		text-align: center;
	}

	.how-it-works {
		flex-direction: column;
	}
	.how-it-works .item {
		max-width: 80%;
  	flex: 80%;
	}
	.how-it-works .item .head .icon {
		font-size: 28px;
	}
	.how-it-works .item .head .title {
		font-size: 18px;
	}
	.how-it-works .background-icons {
	  width: 14px;
	  height: auto;
	  bottom: 0;
	  top: 0;
	  opacity: .8;
	}
	.footer {
		text-align: center;
	}
	.footer .head,
	.footer .bottom {
		flex-direction: column;
		gap: 20px;
	}
	.footer .head .menu,
	.footer .bottom .secure {
		position: static;
		left: auto;
		transform: none;
	}

	.footer .head .menu ul {
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		gap: 20px;
	}

	.footer .bottom {
		flex-direction: column-reverse;
	}

	.section-lr .inner {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
	.section-lr .inner > div:first-child {
		order: 2;
		width: 100%;
	}
	.section-lr .inner > div:last-child {
		order: 1;
		width: 100%;
	}
	.section-lr h2, .section-lr .section-text {
		text-align: center;
	}

	.modal-free .modal-head .account-details {
		flex-direction: column;
	}
	.modal-free .tiktok-items {
		border: 0;
		padding: 0;
	}
	.modal-free .after-complete > a {
		margin-bottom: 8px;
	}
	.modal-free .modal-head .icon-area {
		flex: auto;
	}
	.modal-free .tiktok-posts {
		padding: 20px 0;
	}
}

@media(max-width: 768px) {

	.masthead-left {
		display: none !important;
	}
	.masthead-logo.center-logo {
		position: static;
		width: auto;
		left: auto;
		transform: none;
	}

	.featured {
		padding-top: calc(61px + 30px + 30px);
	}
	.featured h1 {
		font-size: 42px;
	}

	.alt-features {
		gap: 10px;
	}

	.section {
		padding: 30px 0;
	}
	.section h2 {
		font-size: 32px;
		line-height: 36px;
		margin-block: 10px;
	}
	.section .section-text {
		font-size: 16px;
		max-width: 100%;
	}

	.section-counter {
		padding: 0px 0;
	}

	.section-page {
  	padding: 15px 15px;
	}
	.section-page h1 {
		font-size: 28px;
	}
	.section-page h3 {
		font-size: 22px;
	}

	.accordion .accordion-title {
		font-size: 16px;
	}
	.accordion .accordion-title .accordion-icon {
		font-size: 20px;
	}

	.on-modal.header {
		padding-right: 0;
	}
	.on-modal .header-wrap {
		/*display: none;*/
	}
	.new-modal-content {
		margin: 60px auto 0;
		border-radius: 0;
	}
	.modal-head {
		padding: 10px 15px;
	}
	.modal-head .icon-area {
		width: 50px;
		height: 50px;
	}
	.modal-head .title {
		font-size: 16px;
	}
	.modal-head .title span {
		font-size: 13px;
	}

	.modal-inner .message {
		border-radius: 12px;
		font-size: 15px;
	}
	.modal-inner .item-head {
		font-size: 16px;
	}
	.modal-inner .item-head .info {
		display: block;
		margin-left: 0;
	}
	.modal-inner .bottom .total {
		font-size: 18px;
	}
	.modal-inner .item-head .item-count {
		width: 50%;
		position: relative;
	}
	.modal-inner .item-head .item-right {
		gap: 8px;
		width: 50%;
	}
	.modal-inner .item-head .item-estimated-delivery {
		padding-right: 8px;
		text-align: right;
		font-size: 13px;
	}
	.modal-inner .item-head .item-estimated-delivery i {
		display: block;
	}

	.checkout-head-top .account {
		display: block;
	}
	.checkout-head-top .image {
		float: left;
	}
	.checkout-head-top .account .name,
	.checkout-head-top .account .selected-post-count {
		display: block !important;
		margin-left: 75px;
  	margin-bottom: 5px;
	}

	.checkout-head-top .account.no-selected-posts {
		display: flex;
	}
	.checkout-head-top .account.no-selected-posts .name{
		margin-left: 0;
		margin-bottom: 0;
	}

	.woocommerce-page main {
		padding-bottom: 1px;
	}

	.variation .tiktok-post-count {
		display: inline-block;
		margin-left: 0;
	}

	.tiktok-posts .items .item {
		height: 240px;
	}

	.woocommerce-page .section-page {
	  padding: 0;
	  background: #fff;
	  margin: 0px -10px;
	  border-radius: 0;
	  box-shadow: none;
	}

	.my-account {
		flex-direction: column;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation {
		border-right: 0;
		border-bottom: 1px solid #dfdfdf;
	}
	.woocommerce-account .woocommerce-MyAccount-content, .woocommerce-account .woocommerce-MyAccount-navigation {
	  float: none;
	  width: 100%;
	  padding-bottom: 10px;
	}
	.woocommerce-MyAccount-navigation ul li {
	  width: 50%;
	  float: left;
	}
	.woocommerce-MyAccount-navigation ul li a {
		margin: 0 4px;
		white-space: nowrap;
	}
	.woocommerce-account .woocommerce-MyAccount-content {
		padding-top: 0;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation ul {
		display: flex;
	  overflow-y: auto;
	  margin-bottom: 0;
	}
	.woocommerce td.product-name dl.variation dt {
		display: none;
	}
	.woocommerce td.product-name dl.variation dt.variation-Username,
	.woocommerce td.product-name dl.variation dt.variation-followers {
		display: inline-block;
	}
	.woocommerce td.product-name dl.variation dd.variation-Username .tiktok-post-count {
		margin-bottom: 15px;
		margin-left: 5px;
	}
	.woocommerce ul.order_details li {
		white-space: nowrap;
	}
	.woocommerce ul.order_details {
		overflow-y: auto;
  	justify-content: left;
	}

	.section-contact {
		margin-top: 30px !important;
	}

	.woocommerce-cart .woocommerce td.product-name dl.variation dt {
		display: inline-block;
	}
	.woocommerce-cart .woocommerce table.shop_table td.product-name {
		width: auto;
	}
	.woocommerce-cart .woocommerce td.product-name dl.variation {
		clear: both;
	}
	.question-tooltip {
		position: static;
	}
	.question-tooltip-inner {
	  left: 0;
	  margin-left: 0;
	  max-width: 320px;
	}
}

@media(max-width: 480px) {

	.grow-account_icon {
		font-size: 16px;
		padding: 0px 12px;
	}
	.grow-account_username {
		padding-left: 40px;
	}
	.grow-account_submit {
		padding: 8px 16px !important;
		line-height: 22px;
	}
	.grow-account_submit i {
		display: block !important;
		margin-right: 0 !important;
	}
	.grow-account_submit span {
		display: none;
	}
	.checkout-head-top {
		gap: 12px;
	}
	.checkout-head-top .icon {
		font-size: 22px;
	}
	.checkout-head-top .price {
		font-size: 24px;
	}
	.checkout-head-top .selected-post-count {
		font-size: 14px;
	}
	form.checkout {
		max-width: 100%;
	}
	.tiktok-posts .items .item {
		height: 180px;
	}
}