/*
* Theme Name: AskNet Store
* Theme URI: http://www.netrix.web.id/
* Description: Online shop theme for AskNet Store shop networks
* Author: Ryan Adhi Nugroho
* Text Domain: asknetstore
* Domain Path: /languages
* Version: 1.0.19
*/

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

body {
	background: #fff;
	color: #2d2d2d;
	font-family: "Raleway", Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 22px;
	margin: 0;
}

a,
input[type="submit"] {
	color: #07afd4;
	text-decoration: none;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
}

img {
	border: 0;
	max-width: 100%;
	height: auto;
}

ins {
	text-decoration: none;
}

input {
	line-height: normal;
	max-width: 100%;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Raleway", sans-serif;
	font-weight: 400;
	line-height: 1.1;
}

h1 {
	font-size: 26px;
}

h3 {
	font-size: 18px;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

.mobile,
.woocommerce form.checkout.woocommerce-checkout h3#order_review_heading,
#online-shop-breadcrumbs .breadcrumb-trail li.trail-item.trail-end::after,
#tab-reviews,
#tab-additional_information {
	display: none;
}

.clear {
	clear: both;
}

.clearfix:after {
	clear: both;
}

.clearfix:after,
.clearfix:before {
	display: table;
	content: "";
}

.float-right {
	float: right;
}

.wrapper {
	margin: 0 auto;
	width: 85%;
}

.header-wrapper .menu > li.current_page_parent > a,
.header-wrapper .menu li:hover > a,
.header-wrapper .menu > li.current-menu-item > a,
.header-wrapper .menu > li.current_page_item > a,
.header-right .icon-box a i:hover,
.site-footer li a:hover {
	color: #f73838;
}

.top-header-wrapper {
	border-bottom: 1px solid #eee;
	line-height: 1;
}

.top-header-wrapper a,
.menu-right-text {
	color: #2d2d2d;
}

.header-left {
	float: left;
	margin-top: 10px;
}

.header-left .icon-box:first-child,
.header-right .icon-box:first-child,
.header-left .at-first-level-nav ul li:first-child {
	border-left: none;
	padding-left: 0;
}

.top-header-wrapper .icon-box,
.at-first-level-nav ul li {
	display: inline-block;
	padding: 0 10px;
	vertical-align: middle;
	border-left: 1px solid #add;
	font-size: 13px;
	font-weight: 400;
}

.top-header-wrapper .icon-box .icon {
	margin-right: 5px;
}

.top-header-wrapper .icon-box .icon,
.top-header-wrapper .icon-box .icon-details {
	display: inline-block;
}

span.dashicons {
	font-size: 14px;
}

.header-right {
	float: right;
}

.header-right .icon-box a span {
	margin-top: 10px;
}

.header-right .icon-box:last-child,
.header-left .at-first-level-nav ul li:last-child {
	padding-right: 0;
	border-left: medium none;
}

a.my-account,
.wc-right-wrapper,
.woocommerce span.onsale,
.woocommerce .cart .button,
.woocommerce button.button.alt,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce a.button.add_to_cart_button,
.woocommerce #respond input#submit,
.menu-right-highlight-text,
.advance-product-search .searchsubmit,
.woocommerce a.button,
.woocommerce .widget_shopping_cart .buttons a,
.woocommerce a.button.alt,
.site-footer input[type="submit"],
.woocommerce button.button,
input[type="submit"]#konfirmasipembayaran,
.single-item .icon,
.woocommerce a.added_to_cart,
.wc-cat-feature .cat-title {
	background: #f73838;
	color: #fff;
}

.woocommerce a.button:hover,
.woocommerce .cart .button:hover,
.woocommerce a.button.alt:hover,
.advance-product-search .searchsubmit:hover,
.wc-right-wrapper:hover,
a.my-account:hover,
.woocommerce button.button.alt:hover,
.site-footer input[type="submit"]:hover,
ul.typeahead li.active,
.woocommerce button.button:hover,
input[type="submit"]#konfirmasipembayaran:hover,
.woocommerce a.added_to_cart:hover,
.wc-cat-feature .cat-title:hover,
.woocommerce #respond input#submit:hover,
.woocommerce input.button:hover {
	background: #d91a1a;
	color: #fff;
}

p.woocommerce-mini-cart__buttons {
	display: flex;
}

p.woocommerce-mini-cart__buttons a {
	flex: auto;
	text-align: center;
}

.menu-right-highlight-text {
	position: absolute;
	right: 0;
	line-height: 1;
	padding: 6px 8px;
	font-size: 13px;
	-webkit-animation: action 0.5s infinite alternate;
	animation: action 0.5s infinite alternate;
	top: -20px;
}

.menu-right-highlight-text:after {
	width: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #f73838;
	position: absolute;
	bottom: -5px;
	right: 0;
	left: 0;
	content: "";
	margin: 0 auto;
}

@-webkit-keyframes action {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(5px);
	}
}

@keyframes action {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(5px);
	}
}

.woocommerce span.onsale,
.new-label {
	font-size: 10px;
	color: #fff;
	text-transform: uppercase;
	padding: 3px 15px;
	text-align: center;
	display: block;
	position: absolute;
	top: 0;
	border-radius: 0;
	margin: 0;
	top: -10px;
}

.woocommerce span.onsale:after,
.new-label:after {
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-right: 10px solid #565955;
	content: "";
	left: -10px;
	top: 0;
	position: absolute;
}

.woocommerce-account .woocommerce-MyAccount-content fieldset {
	margin: 20px 0;
}

a.my-account {
	padding: 10px 12px;
	display: inline-block;
	border: 1px solid #f73838;
}

.header-wrapper {
	padding: 20px 0;
}

.site-logo {
	width: 22%;
	float: left;
	position: relative;
}

.site-logo > a {
	display: inline-block;
	max-width: 100%;
	margin-right: 20px;
	color: #2d2d2d;
}

.site-logo > a > img {
	max-height: 70px;
}

.header-wrapper .center-wrapper-mx-width {
	padding-top: 18px;
	width: auto;
	float: right;
}

.right-section {
	float: right;
}

.right-section div a span.jumlah-keranjang {
	font-weight: bold;
	border-right: 2px solid white;
	padding-right: 10px;
	margin-right: 5px;
}

.wc-right-wrapper {
	float: left;
	margin-left: 15px;
	text-align: center;
	display: block;
	position: relative;
	padding: 8px 15px;
}

.at-wc-icon {
	font-size: 15px;
	color: #fff;
}

.at-wc-icon .dashicons {
	font-size: 18px;
}

.header-ads-adv-search {
	margin-right: 40px;
	float: left;
}

.advance-product-search {
	position: relative;
}

.advance-product-search .search-field {
	display: inline-block;
	padding: 0 10px;
	width: 20vw;
	height: 38px;
	line-height: 40px;
	background: #fff;
	border-color: #e7e7e7;
	border-radius: 0;
	box-shadow: none;
	font-size: 13px;
	border: 1px solid #ddd;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.advance-product-search .searchsubmit {
	position: absolute;
	float: left;
	font-size: 18px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: none;
	top: 0;
	bottom: 0;
	cursor: pointer;
}

.navigation-wrapper {
	padding-top: 20px;
}

.header-wrapper #site-navigation {
	min-height: 50px;
	position: relative;
	display: block;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	-webkit-box-shadow: 0 17px 11px -21px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0 17px 11px -21px rgba(0, 0, 0, 0.75);
	box-shadow: 0 17px 11px -21px rgba(0, 0, 0, 0.75);
	background: #fbfbfb;
}

.header-wrapper .acmethemes-nav {
	float: left;
}

.header-main-menu.wrapper,
.header-wrapper .header-main-menu .menu {
	position: relative;
}

.online-shop-enable-special-menu .acmethemes-nav {
	width: 100%;
}

.menu-primary-menu {
	margin-left: -15px;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul.menu-primary-menu li .angle-down {
	top: 50%;
	height: auto;
	line-height: normal;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.main-navigation li {
	font-family: "Raleway", sans-serif;
	font-weight: 400;
	line-height: 1.1;
}

.main-navigation li {
	border-image: none;
	font-size: 14px;
	position: relative;
	float: left;
	border-right: 1px solid #ddd;
}

.header-wrapper .menu li a {
	color: #2d2d2d;
	display: block;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: normal;
	padding: 20px 15px;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.at-menu-right-wrapper {
	float: right;
	display: block;
	font-weight: normal;
	letter-spacing: 0.4px;
	line-height: 48px;
}

.at-menu-right-wrapper ul {
	flex-direction: row-reverse;
	display: flex;
}

.breadcrumbs {
	margin: 5px 0 15px;
}

#online-shop-breadcrumbs .breadcrumb-trail ul {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 5px 10px;
	background: #f8f8f8 none repeat scroll 0 0;
}

#online-shop-breadcrumbs .breadcrumb-trail li {
	display: inline;
	list-style: outside none none;
	padding: 5px 0 5px 5px;
}

#online-shop-breadcrumbs .breadcrumb-trail li::after {
	content: "/";
	margin-left: 5px;
}

#online-shop-breadcrumbs .breadcrumb-trail li a {
	display: inline-block;
}

#online-shop-breadcrumbs a,
#online-shop-breadcrumbs .woocommerce-breadcrumb a {
	color: #777;
}

#primary {
	width: 70%;
}

.right-sidebar,
#primary {
	float: left;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n + 2) {
	margin: 5px 5px 0 0;
}

.page-content,
.entry-content,
.entry-summary,
.woocommerce div.product .woocommerce-tabs .panel {
	margin: 1.5em 0 0;
}

.woocommerce div.product form.cart {
	margin-bottom: 0;
	border-top: 1px dotted #ddd;
	border-bottom: 1px dotted #ddd;
	padding: 10px 0;
}

.woocommerce div.product div.images .flex-control-thumbs {
	margin-top: 5px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	margin: 5px 0;
}

ul.flex-direction-nav {
	position: absolute;
	top: 35%;
	width: 100%;
	padding: 0;
}

li.flex-nav-prev {
	float: left;
}

a.flex-prev,
a.flex-next {
	visibility: hidden;
}

a.flex-prev::before,
a.flex-next::after {
	visibility: visible;
	content: "\f341";
	font-family: dashicons;
	margin-left: 10px;
	font-size: 70px;
	font-weight: 600;
	opacity: 0.5;
	color: #f73838;
}

li.flex-nav-next {
	float: right;
}

a.flex-next::after {
	content: "\f345";
}

.woocommerce .summary .product_meta,
article.post .entry-header .entry-title {
	margin: 0 0 10px;
}

.woocommerce .summary .product_meta > span {
	border-bottom: 1px dotted #ddd;
	display: block;
	padding: 10px 0;
	font-weight: bold;
}

.woocommerce .summary .product_meta > span > * {
	font-weight: normal;
}

.woocommerce .summary .product_meta {
	border-top: none;
}

.woocommerce .quantity .qty {
	height: 35px;
	border-radius: 0;
	font-size: 16px;
	border: 1px solid #ddd;
}

.woocommerce .cart .button {
	padding: 11px 20px;
	margin-left: 5px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0;
	margin-bottom: 15px;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
	margin-top: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
	border-bottom: 2px solid #f73838;
	left: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: none !important;
	background: transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	border-radius: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	border: none;
	left: 0;
	position: unset;
}

.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
	width: 220px;
	height: 37px;
}

.cart_totals > h2 {
	padding-bottom: 20px;
	margin-bottom: 25px;
	border-bottom: 1px solid #f73838;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	border-radius: 0;
	padding: 5px 10px;
	border: 1px solid #dedede;
	background: transparent;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
}

.woocommerce form .form-row textarea {
	height: 5em;
}

.related.products > h2 {
	border-bottom: 1px solid #f73838;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

ul li.product {
	text-align: center;
}

.woocommerce ul.products li.product a img {
	margin: 0 auto 0.5em;
	object-fit: contain;
	max-height: 100%;
}

.woocommerce ul.products span.price * {
	font-size: 15px;
	font-weight: 600;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-loop-product__title {
	font-size: 16px;
	color: #2d2d2d;
}

.woocommerce ul.products li.product .price {
	font-size: 16px;
}

.woocommerce ul.products li.product .price,
.woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
	color: #f73838;
}

.woocommerce a.button.add_to_cart_button,
.woocommerce a.added_to_cart {
	padding: 10px 20px;
	line-height: 1;
	border: 1px solid #f73838;
	border-radius: 3px;
	font-weight: 700;
}

.woocommerce a.button.add_to_cart_button:after {
	font-family: dashicons;
	content: "\f174";
	margin-left: 0.53em;
	vertical-align: bottom;
	padding-right: 0;
}

a.added_to_cart.wc-forward {
	margin-left: 5px;
}

.woocommerce a.button.loading {
	padding-right: 2.618em;
}

.woocommerce ul.products li.product .button {
	margin-top: 5px;
}

.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
	font-size: 14px;
}

.woocommerce #respond input#submit:hover {
	color: #fff;
}

.woocommerce div.product p.price {
	display: inline-block;
	color: #2d2d2d;
	margin: 0;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	margin-bottom: 2em;
}

.product-categories li {
	border-bottom: medium none;
	border-bottom: 1px solid #d7d7d7;
}

.product-categories li.cat-parent {
	padding-bottom: 0;
	border-bottom: medium none;
}

.product-categories li.cat-parent > a:after {
	font-family: dashicons;
	content: "\f347";
	margin-left: 5px;
}

.product-categories li.cat-parent .children {
	border-top: 1px solid #d7d7d7;
	margin: 10px 0 0 20px;
}

.woocommerce .woocommerce-MyAccount-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a:hover {
	background: #f73838;
}

.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
	color: #fff;
	position: relative;
}

.woocommerce .woocommerce-MyAccount-navigation ul li a {
	display: block;
	padding: 12px 20px;
	background: #f5f5f5;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
}

.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a:after {
	content: "";
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -10px;
	border-left: 0;
	border-bottom: 10px solid transparent;
	border-top: 10px solid transparent;
	border-left: 10px solid;
}

.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a:after {
	border-left-color: #f73838;
}

.woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
	background: #f9f9f9;
}

.woocommerce-account .woocommerce-MyAccount-content {
	padding-top: 10px;
	padding-left: 20px;
}

.woocommerce ul.order_details {
	margin: 0;
}

.woocommerce .woocommerce-ordering {
	margin: 0 0 1.5em;
}

.woocommerce .woocommerce-result-count {
	margin: 1em 0;
}

.woocommerce .woocommerce-ordering select {
	vertical-align: top;
	border: none;
	font-size: 16px;
	background: #f7f7f7;
	padding: 4px 8px;
	height: 40px;
}

.woocommerce-Tabs-panel--description ul {
	list-style-type: unset;
	margin-bottom: 15px;
}

#tab-description .tagged_as {
	margin: 0 5px 0 0;
	color: #fff;
	background: #f73838;
	padding: 5px;
	border-radius: 50%;
}

#tab-description .tagged_as span {
	margin-top: 4px;
}

.woocommerce form.checkout.woocommerce-checkout::after,
.woocommerce form.checkout.woocommerce-checkout::before {
	display: table;
	content: "";
	clear: both;
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
	width: 48%;
	float: left;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
	float: none;
	width: 100%;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
	width: 100%;
}

.woocommerce .woocommerce-checkout-review-order {
	float: right;
	width: 48%;
	margin-top: 25px;
}

.woocommerce-Tabs-panel--description ul li {
	margin-left: 50px;
}

.woocommerce #review_form #respond textarea,
.woocommerce #review_form #respond input {
	border: 1px solid #0697b6;
}

.woocommerce #review_form #respond textarea:focus,
.woocommerce #review_form #respond input:focus {
	box-shadow: 0 0 3px #04697f;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	padding: 1em;
}

.order-method-button {
	display: flex;
	margin-top: 5px;
}

.order-method-button a {
	color: #fff;
	cursor: pointer;
	padding: 0.375rem 0.75rem;
	font-weight: bold;
	margin-right: 5px;
	border-radius: 3px;
}

.order-method-button a:last-child {
	margin: 0;
}

.order-method-button > a span {
	margin-right: 5px;
	padding-top: 2px;
	font-size: 18px;
}

.bt-wa {
	background-color: #26d367;
	border-color: #1fbc5a;
}

.bt-wa:hover {
	background-color: #e0a800;
	border-color: #d39e00;
}

.bt-sms {
	background-color: #e8d206;
	border-color: #d5c20d;
}

.bt-sms:hover {
	background-color: #e0a800;
	border-color: #d39e00;
}

.bt-telp {
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.bt-telp:hover {
	background-color: #138496;
	border-color: #117a8b;
}

[data-tooltip] {
	position: relative;
	z-index: 2;
	cursor: pointer;
}

[data-tooltip]:before,
[data-tooltip]:after {
	visibility: hidden;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	pointer-events: none;
}

[data-tooltip]:before {
	position: absolute;
	top: 150%;
	left: 50%;
	margin-bottom: 5px;
	margin-left: -60px;
	padding: 7px;
	width: 120px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 5px;
	background-color: #000;
	background-color: hsla(0, 0%, 20%, 0.9);
	color: #fff;
	content: attr(data-tooltip);
	text-align: center;
	font-size: 14px;
	line-height: 1.2;
}

[data-tooltip]:after {
	position: absolute;
	top: 135%;
	left: 50%;
	margin-left: -5px;
	width: 0;
	border-bottom: 5px solid #000;
	border-bottom: 5px solid hsla(0, 0%, 20%, 0.9);
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	content: " ";
	font-size: 0;
	line-height: 0;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
	visibility: visible;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
	transition: opacity 1s;
}

.secondary-sidebar {
	font-family: "Raleway", sans-serif;
	width: 28%;
	padding-top: 12px;
}

.secondary-sidebar .widget-area.sidebar {
	padding: 15px;
}

.widget {
	margin: 0 0 1em;
}

article.page,
article.post {
	-webkit-box-shadow: 0 17px 11px -20px rgba(0, 0, 0, 0.75);
	box-shadow: 0 17px 11px -20px rgba(0, 0, 0, 0.75);
}

.hentry {
	margin: 0 0 3em;
}

header.entry-header h1.entry-title {
	margin: 0;
}

header.woocommerce-products-header h1.woocommerce-products-header__title {
	margin-top: 0;
}

article .post-content {
	padding: 0 30px 10px;
}

.secondary-sidebar .widget-area.sidebar .at-title-action-wrapper {
	padding: 0;
	margin-bottom: 10px;
}

.secondary-sidebar .at-title-action-wrapper,
.secondary-sidebar .at-title-action-wrapper:before,
.footer-wrapper .at-title-action-wrapper,
.footer-wrapper .at-title-action-wrapper:before {
	border: none;
	margin: 0;
}

.at-title-action-wrapper:before {
	content: "";
	display: inline-block;
	left: 0;
	position: absolute;
	width: 24%;
	border-bottom: 2px solid #0263ca;
	bottom: -1px;
}

.at-title-action-wrapper,
.page-header .page-title {
	font-weight: 500;
	padding: 30px 0 20px;
	position: relative;
}

.secondary-sidebar h3:first-child {
	padding-top: 0;
}

.widget-title {
	margin: 0;
}

.widget li {
	padding-top: 10px;
	padding-bottom: 10px;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
	width: 96px;
}

.site-footer {
	font-family: "Raleway", sans-serif;
	margin-top: 20px;
}

.footer-wrapper {
	background: #272823;
	color: #fff;
}

.footer-columns {
	margin-left: -10px;
	margin-right: -10px;
}

.footer-columns .footer-sidebar {
	padding-left: 20px;
	padding-right: 20px;
}

.acme-col-4 {
	float: left;
	width: 25%;
}

#footer-top,
.footer-wrapper .footer-copyright {
	padding: 20px 0;
}

.footer-copyright {
	background: #161614;
	margin-top: -1px;
	color: #ababab;
}

.site-info-left {
	float: left;
}

.site-footer .footer-copyright .widget_media_image {
	margin-top: 10px;
	margin-bottom: 0;
}

.site-info {
	float: right;
	text-align: right;
}

.site-footer li {
	position: relative;
	padding: 0 0 0 20px;
	line-height: 40px;
}

.site-footer li:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "\f345";
	font-family: dashicons;
}

.site-footer li a,
ul.typeahead li a:hover {
	color: #ffffff;
}

.site-footer li {
	border-bottom: 1px dashed #303030;
}

.site-footer input[type="text"] {
	color: #000;
}

.site-footer input[type="submit"],
input[type="submit"]#konfirmasipembayaran {
	border: 1px solid #f73838;
	cursor: pointer;
	font-weight: bold;
	outline: none;
	border-radius: 3px;
}

ul.typeahead {
	background-color: #f73838;
	margin: 0 0 10px 0;
}

ul.typeahead li {
	padding-left: 30px;
	line-height: 30px;
	cursor: pointer;
	font-weight: bold;
}

ul.typeahead li:before {
	padding-left: 10px;
}

span.woocommerce-input-wrapper ul.typeahead {
	background-color: #fff;
	margin: 0;
	border: 1px solid #dedede;
}

span.woocommerce-input-wrapper ul.typeahead li {
	border-bottom: 1px solid #d7d7d7;
}

span.woocommerce-input-wrapper ul.typeahead li.active {
	background-color: #f8f9fa;
}

span.woocommerce-input-wrapper ul.typeahead li a,
span.woocommerce-input-wrapper ul.typeahead li a:hover {
	color: #000;
	font-size: 13px;
}

.entry-meta {
	font-size: 14px;
	color: #aaa;
}

.pswp__caption__center {
	text-align: center;
}

.woocommerce-checkout #payment {
	background: none;
}

.woocommerce-checkout #payment div.form-row {
	padding: 0;
}

.woocommerce-checkout #payment ul.payment_methods {
	display: none;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
	display: none;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
	width: 100%;
}

@media screen and (max-width: 1200px) {
	.wrapper {
		width: 94%;
	}
}

@media screen and (max-width: 1024px) {
	.order-method-button a {
		font-size: 1.4vw;
	}
	.wc-right-wrapper {
		margin-left: 10px;
	}
	.advance-product-search .search-field {
		width: 20em;
	}
	.header-ads-adv-search {
		width: auto;
		margin-right: 40px;
	}
	.site-logo {
		width: 28%;
	}
	.header-wrapper .center-wrapper-mx-width {
		padding-top: 10px;
	}
	article .post-content {
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (max-width: 768px) {
	#primary {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	.float-right {
		float: none;
	}
	.woocommerce .products ul,
	.woocommerce ul.products {
		margin: 0;
	}
	.woocommerce ul.products[class*="columns-"] li.product,
	.woocommerce-page ul.products[class*="columns-"] li.product {
		margin-bottom: 1.5em;
	}
	.secondary-sidebar {
		width: 100%;
		padding: 0;
	}
	.secondary-sidebar .widget-area.sidebar {
		padding: 0;
	}
	.order-method-button a {
		font-size: inherit;
	}
	.entry-summary {
		margin-top: 0;
	}
	.woocommerce div.product div.images {
		margin-bottom: 1em;
	}
	.breadcrumbs {
		margin: 0 0 10px;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs {
		display: flex;
		text-align: center;
	}
	.hentry {
		margin: 0 0 1em;
	}
	.woocommerce-account .woocommerce-MyAccount-content {
		padding-left: 0;
	}
	.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a::after {
		display: none;
	}
	.woocommerce .col2-set,
	.woocommerce-page .col2-set,
	.woocommerce .woocommerce-checkout-review-order {
		float: none;
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	h1 {
		font-size: 20px;
	}
	.desktop {
		display: none;
	}
	.mobile {
		display: block;
	}
	.mobile-header {
		display: flex;
		overflow: hidden;
	}
	.mobile-header > div {
		flex: 1;
		float: none;
		padding: 10px 0;
		margin: auto 0;
	}
	.content-wrapper {
		margin-top: 15px;
	}
	.acme-col-4 {
		float: none;
		width: 100%;
	}
	.at-title-action-wrapper {
		padding: 5px 0 10px;
	}
	.site-header {
		position: sticky;
		top: 0;
		z-index: 999;
		background-color: #fff;
	}
	.header-wrapper {
		padding: 0;
		border-bottom: 1px solid #dedede;
	}
	.menu-mobile a {
		color: #777;
	}
	.menu-mobile .dashicons {
		font-size: 20px;
	}
	.site-logo {
		width: 125px;
		display: inline-block;
		position: unset;
	}
	.site-info-left,
	.site-info {
		width: 100%;
		float: none;
		text-align: center;
	}
	.main-navigation li,
	.at-menu-right-wrapper {
		float: none;
	}
	.menu-primary-menu {
		margin: 0;
	}
	.at-menu-right-wrapper ul {
		display: block;
		border-top: 1px solid rgba(0, 0, 0, 0.15);
	}
	.header-wrapper .menu li a {
		padding: 10px 15px;
	}
	.woocommerce div.product div.images .woocommerce-product-gallery__image:first-child {
		width: 100vw;
		position: relative;
		left: 50%;
		right: 50%;
		margin-left: -50vw;
		margin-right: -50vw;
	}
	.right-section > div {
		background: none;
	}
	.right-section div a {
		color: #777;
		font-size: 24px;
	}
	.right-section div a.at-wc-icon {
		display: flex;
		height: 25px;
	}
	.right-section div a span {
		display: none;
	}
	.right-section div a span.dashicons {
		display: inherit;
		font-size: 24px;
	}
	.right-section div a span.jumlah-keranjang {
		display: inline-block;
		background: red;
		color: #fff;
		font-size: 16px;
		padding: 0 5px;
		border-radius: 5px;
		border: none;
		margin: 0 5px 0;
	}
	.wc-right-wrapper {
		margin: 0;
		padding: 0 0 0 10px;
	}
	.wc-right-wrapper:hover {
		background: none;
	}
	.wc-right-wrapper:hover a i,
	.menu-mobile:hover a,
	a.menu-active {
		color: #f73838;
	}
	.navigation-wrapper {
		padding: 0;
	}
	.footer-columns .footer-sidebar {
		padding: 0 10px;
	}
	.woocommerce .woocommerce-result-count {
		margin: 0;
	}
	.woocommerce a.added_to_cart {
		margin-top: 5px;
		margin-left: 0;
	}
	.woocommerce-Tabs-panel--description ul li {
		margin-left: 40px;
	}
	.woocommerce .summary .product_meta > span.contact-order-button {
		position: fixed;
		bottom: 0;
		background-color: white;
		z-index: 99;
		margin: 0;
		padding: 0;
		box-shadow: 0px 0 10px rgba(0, 0, 0, 0.15);
		width: 100vw;
		left: 50%;
		right: 50%;
		margin-left: -50vw;
		margin-right: -50vw;
		justify-content: space-between;
		display: flex;
	}
	.contact-order-button > span {
		display: none;
	}
	.order-method-button {
		margin: 0;
		width: 100%;
	}
	.order-method-button a {
		font-size: 13px;
		padding: 2vw 0;
		flex: 1;
		text-align: center;
		margin: 0;
		border-radius: 0;
	}
	.order-method-button > a span {
		font-size: 16px;
		margin: 0;
		padding-top: 3px;
	}
	.contact-order-button .atc-button a {
		display: block;
		width: 60px;
		height: 100%;
		border: 1px solid #e0e0e0;
		background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIyMyIgdmlld0JveD0iMCAwIDIyIDIzIj4gIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEgLTEpIj4gICAgPHJlY3Qgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ii8+ICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEgMS40KSI+ICAgICAgPHBvbHlnb24gcG9pbnRzPSIxMi41MDMgNC42NTIgNC45OCA0LjY1MiA2LjkzNyAxMS44MjkgMTIuNTAzIDExLjgyOSIvPiAgICAgIDxwYXRoIHN0cm9rZT0iIzY2NiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBkPSJNMTEuNjEzMDA4IDE5LjQ5NjA0OEMxMS42MTMwMDggMjAuMzkzNjQ4IDEwLjg4NjEyOCAyMS4xMTk5NDE0IDkuOTg4NTI4IDIxLjExOTk0MTQgOS4wOTE1MTQ3IDIxLjExOTk0MTQgOC4zNjUyMjEzMyAyMC4zOTM2NDggOC4zNjUyMjEzMyAxOS40OTYwNDggOC4zNjUyMjEzMyAxOC41OTg0NDggOS4wOTE1MTQ3IDE3Ljg3MTU2OCA5Ljk4ODUyOCAxNy44NzE1NjggMTAuODg2MTI4IDE3Ljg3MTU2OCAxMS42MTMwMDggMTguNTk4NDQ4IDExLjYxMzAwOCAxOS40OTYwNDh6TTE3LjczNTc1NDcgMTkuNDk2MDQ4QzE3LjczNTc1NDcgMjAuMzkzNjQ4IDE3LjAwOTQ2MTMgMjEuMTE5OTQxNCAxNi4xMTE4NjEzIDIxLjExOTk0MTQgMTUuMjE0ODQ4IDIxLjExOTk0MTQgMTQuNDg3OTY4IDIwLjM5MzY0OCAxNC40ODc5NjggMTkuNDk2MDQ4IDE0LjQ4Nzk2OCAxOC41OTg0NDggMTUuMjE0ODQ4IDE3Ljg3MTU2OCAxNi4xMTE4NjEzIDE3Ljg3MTU2OCAxNy4wMDk0NjEzIDE3Ljg3MTU2OCAxNy43MzU3NTQ3IDE4LjU5ODQ0OCAxNy43MzU3NTQ3IDE5LjQ5NjA0OHpNMCAxLjc2TDMuNDcwNzIgMS43NkMzLjg5MzcwNjY3IDEuNzYgNC4yNjA5NiAyLjAxNjk2IDQuMzYwNjkzMzMgMi4zODE4NjY2N0w3LjY2NTk3MzMzIDE0LjUwNzY4QzcuNzY1NzA2NjcgMTQuODcyNTg2NyA4LjEzMzU0NjY3IDE1LjEyOTU0NjcgOC41NTU5NDY3IDE1LjEyOTU0NjdMMTguMjkwNTA2NyAxNS4xMjk1NDY3TTkuNjMzMTI1MyA0LjY1MTczODY3TDQuOTc5Njg1MzMgNC42NTE3Mzg2N002LjkzNjgwNTMzIDExLjgyOTAxODdMMTMuODUzMDE4NyAxMS44MjkwMTg3Ii8+ICAgICAgPGcgc3Ryb2tlPSIjNjY2IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDExLjQ0IC40NCkiPiAgICAgICAgPHBhdGggZD0iTTkuOTkzOTg0LDQuOTk2OTkyIEM5Ljk5Mzk4NCw3Ljc1NjY3MjA3IDcuNzU2NjcyMDcsOS45OTM5ODQgNC45OTY5OTIsOS45OTM5ODQgQzIuMjM2NjA4LDkuOTkzOTg0IDAsNy43NTY2NzIwNyAwLDQuOTk2OTkyIEMwLDIuMjM3MzEyMDQgMi4yMzY2MDgsMCA0Ljk5Njk5MiwwIEM3Ljc1NjY3MjA3LDAgOS45OTM5ODQsMi4yMzczMTIwNCA5Ljk5Mzk4NCw0Ljk5Njk5MiBaIi8+ICAgICAgICA8cGF0aCBzdHJva2Utd2lkdGg9Ii43NSIgZD0iTTIuNjQgNS4wMzkwOTExM0w3LjQzNzc1OTk2IDUuMDM5MDkxMTNNNS4wMzkzNzI3NiA3LjQzODQ2NEw1LjAzOTM3Mjc2IDIuNjQiLz4gICAgICA8L2c+ICAgIDwvZz4gIDwvZz48L3N2Zz4=);
		background-repeat: no-repeat;
		background-size: 20px 20px;
		background-position: center;
	}
	.contact-order-button .atc-button a:hover {
		background-color: #ebebeb;
	}
}
