a.category-link,
.cat-links a,
.widget_categories a {
-webkit-text-decoration-skip: ink;
text-decoration-skip-ink: auto;
}:root {
--color1: #D71149;
--color2: #FF8000;
--colorborder: #F1F1F1;
--colorbg: #F9F9F9;
--maxwidth: 1120px;
}
body {
font-family: arial, sans-serif;
font-size: 15px;
line-height: 1.5;
color: #444;
background: #FFF;
margin: 0;
}
*, :after, :before {
box-sizing: border-box;
}
nav, ul, li {
margin: 0;
padding: 0;
} a, h1, h2, h3, h4 {
color: var(--color1);
transition: 0.5s;
}
a:hover {
color: var(--color2);
}
a:active, a:hover, a:link, a:visited {
text-decoration: none;
} h1 {
font-size: 160%;
}
h2 {
font-size: 140%;
}
h3 {
font-size: 120%;
}
h4 {
font-size: 100%;
}
h1, h2, h3, h4 {
margin: 10px 0;
} input, radio, select, textarea {
padding: 5px 10px;
color: #555;
outline: 0;
background: #FFF;
border: 1px solid var(--colorborder);
}
input[type=checkbox] {
border: none;
box-shadow: none;
width: auto;
}
.button-primary, .form-submit input, button {
cursor: pointer;
padding: 6px 11px;
background: var(--color1);
border: 0;
outline: 0;
color: #FFF;
transition: 0.5s;
}
.button-primary:hover, .form-submit input:hover, button:hover {
background: var(--color2);
}
input[type=text]:focus, radio:focus, select:focus, textarea:focus {
background: #F9F9F9;
border-color: #CCC;
}
form ::placeholder {
font-size: 90%;
color: #CCC;
} blockquote{
font-size: 110%;
width:90%;
margin:30px auto;
font-style:italic;
color: #555555;
padding:1.2em 30px 1.2em 75px;
border-left:5px solid var(--color1);
line-height:1.6;
position: relative;
background: var(--colorbg);
}
blockquote::before{
font-family:arial, sans-serif;
content: "\201C";
color: var(--color1);
font-size:4em;
position: absolute;
left: 10px;
top:-10px;
}
blockquote::after{
content: '';
}
code {
background: #F5F5F5;
border: #F2F2F2 solid 1px;
padding: 5px;
} img {
height: auto;
}
a img {
border: none;
}
img.center {
display: block;
margin-left: auto;
margin-right: auto;
}
img.aligncenter {
display: block;
margin: 5px auto;
}
img.alignright {
display: inline;
margin: 0 0 5px 5px;
padding: 5px;
}
img.alignleft {
display: inline;
margin: 0 5px 5px 0;
padding: 5px;
}
.wp-caption {
border: #F2F2F2 solid 1px;
background-color: #FFF;
padding: 5px;
margin: 5px;
}
.wp-caption img {
margin: 0;
padding: 0;
border: none;
}
.wp-caption p.wp-caption-text {
text-align: center;
font-style: italic;
font-size: 80%;
padding: 5px 5px 0;
margin: 0;
}
.aligncenter {
display: block;
margin: 5px auto;
}
.alignleft {
float: left;
}
.alignright {
float: right;
}
.wp-caption, img, img.alignnone, p img {
max-width: 100%;
} @keyframes blinker {
50% {
opacity: 0;
}
}
.blink {
animation: blinker 1s linear infinite;
} @keyframes moveInRight {
0% {
opacity: 0;
transform: translateX(-50px)
}
80% {
transform: translateX(10px)
}
100% {
opacity: 1;
transform: translateX(0px)
}
} ::-webkit-scrollbar {
width: 10px;
height: 10px;
}
::-webkit-scrollbar-track {
background: #F5F5F5; 
}
::-webkit-scrollbar-thumb {
background: #E7E7E7; 
}
::-webkit-scrollbar-thumb:hover {
background: var(--color1); 
}
body ::-webkit-scrollbar {
width: 6px;
height: 6px;
} .info {
border: #F2F2F2 solid 1px;
background-image: linear-gradient(to top, #FAFAFA, #FFF);
padding: 5px 10px;
}
.notis {
border: #FFB973 solid 1px;
background: #FFFFEC;
padding: 4px 10px;
color: #FF8000;
}
.notif {
border: #e2c702 solid 1px;
background: #FFFFEC;
padding: 5px 10px;
color: #e2c702
}
.warning {
background: #fff2f2b0;
border: 1px solid #f7b1b1;
padding: 5px 10px;
color: red;
}
.sukses {
border: 1px solid #4CAF50;
background: #D9F4DB;
padding: 5px 10px;
color:#4CAF50;
}
.kotax {
width: 100%;
padding: 10px;
margin: 10px 0;
}
.kotax ul li {
padding: 3px 0;
margin: 5px 10px 5px 20px;
} .small {
font-size: 80%;
line-height: 1.4em;
}
.medium {
font-size: 90%;
line-height: 1.4em;
}
.big {
font-size: 160%;
line-height: 1.3em;
font-weight: 600;
}
.jumbo {
font-size: 400%;
line-height: 1.3em;
font-weight: 600;
}
.hidden {
font-size: 0;
}
.tred {
color:red;
}
.tgreen {
color:#4CAF50;
}
.torange {
color:#FF8000;
}
.tyellow {
color: #e2c702;
}
.tgrey {
color: #AAA;
}
.tcolor {
color: var(--color1);
}
.thover {
color: var(--color2);
}	
.judul {
margin: 10px 0;
font-size: 110%;
font-weight: 600;
color: var(--color1);
}
.maintitle {
margin: 10px auto;
overflow: hidden;
text-align: center;
position: relative;
}
.maintitle h1, .maintitle h2, .maintitle h3, .maintitle h4 {
font-size: 140%;
margin: 0;
font-weight: 900;
border-bottom: 2px solid var(--colorborder);
display: inline-block;
padding: 7px 0;
text-transform: capitalize;
}
.maintitle p {
margin: 15px 0;
}
.maintitle h1 span, .maintitle h2 span, .maintitle h3 span, .maintitle h4 span {
font-size: 80%;
display: block;
font-weight: 300;
text-transform: capitalize;
color: var(--color2);
margin-bottom: -5px;
}
#indexwrap .maintitle h3, .teksarea .maintitle h3 {
text-transform: uppercase;
}
.headtitle {
color: var(--color1);
border-bottom: 2px solid var(--colorborder);
margin-bottom: 15px;
font-size: 110%;
font-weight: 600;
}
.headtitle span{
display: inline-block;
border-bottom: 2px solid var(--color1);
padding: 5px 0;
margin-bottom: -2px;
}
.katarsip {
padding: 15px;
margin-bottom: 15px;
position: relative;
background: linear-gradient(#FFF, #F9F9F9);
border: 1px solid var(--colorborder);
overflow: hidden;
}
.katarsip select {
background: none;
}
.katarsip h1 span {
font-size: 70%;
display: block;
font-weight: 300;
text-transform: capitalize;
color: var(--color2);
margin-bottom: -5px;
} .glyphicon {
font-size: 80%;
margin-right: 3px;
}
.overback {
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0.16;
position: absolute;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
} .mainwrap {
display: flex;
flex-direction: column;
min-height: 100vh;
gap: 0;
}
#containwrap {
flex: 1;
} #topwrap {
width: 100%;
margin: 0 auto;
background: var(--color1);
position: sticky;
top: 0;
left: 0;
z-index: 999;
}
.tophead {
max-width: var(--maxwidth);
margin: 0 auto;
height: 40px;
transition: 0.5s;
position: relative;
background: var(--color1);
}
.tophead .ti-mobile, .tophead .ti-user, .tophead .ti-bag {
margin-right: 3px;
}
.topleft {
max-width: 15%;
float: left;
height: 100%;
font-size: 90%;
color: #FFF;
}
.topmid {
width: 45%;
float: left;
height: 100%;
overflow: hidden;
color: #FFF;
line-height: 40px;
font-size: 90%;
padding: 0 10px;
}
.topmid a {
color: #FFF;
}
.hotproduct {
padding: 0 10px 0 80px;
}
.hotproduct li {
list-style: none;
}
.hottitle {
background: var(--color2);
color: #FFF;
position: absolute;
top: 10px;
height: 20px;
line-height: 20px;
padding: 0 5px;
text-transform: uppercase;
font-weight: bold;
font-size: 10px;
}
.topright {
width: 40%;
height: 100%;
float: right;
text-align: right;
}
.topsearch, .topcontact, .topmember,.topcart {
max-width: 200px;
height: 100%;
line-height: 40px;
display: inline-block;
cursor: pointer;
font-size: 90%;
color: #FFF;
padding: 0 10px;
}
.topsearch:hover, .topcontact:hover, .topmember:hover, .topcart:hover {
opacity: 0.7;
transition: 0.5s;
}
.topsearch {
display: none;
} .topcart {
background: rgb(0,0,0,0.2);
}
.topcart a {
color: #FFF;
}
.pcs {
background: var(--color2);
padding: 0 7px;
margin-left: 5px;
line-height: 20px;
display: inline-block;
}
#rincian {
width: 370px;
padding: 10px 15px 15px;
position: absolute;
z-index: 2;
background: #FFF;
display: none;
text-align: left;
border: 1px solid var(--colorborder);
right: 0;
}
#rincian button {
width: 100%;
text-transform: uppercase;
padding: 10px 15px;
letter-spacing: 0.1em;
}
#rincian .jcart-items {
font-size: 90%;
border: none;
}
#rincian .jcart-items img {
max-width:90px;
}
#rincian .jcart-item-berat,#rincian .jcart-item-qtyberat, #rincian .jcart-item-price {
display: none;
}
#rincian #jcart table tbody {
display:block;
max-height: 400px;
overflow: auto;
} .infomember {
padding: 10px 15px;
text-align:center;
cursor: default;
float: right;
width:50%;
}
.menumember {
width:50%;
padding: 10px;
text-align:left;
float: left;
}
.menumember ul li {
width: 100%;
font-size: 95%;
list-style: none;
padding: 5px 10px;
}
#topmember {
width: 370px;
position: absolute;
z-index: 2;
right: 0;
border: 1px solid var(--colorborder);
background:#FFF;
display: none;
} #naviwrap {
width: 100%;
margin: 0 auto;
transition: 0.5s;
background: var(--colorbg);
border:1px solid var(--colorborder);
}
.navi {
max-width: var(--maxwidth);
margin: 0 auto;
font-size: 90%;
text-align: left;
position: relative;
}
.togglemenu {
display: none;
background: rgb(0,0,0,0.2);
color: #FFF;
padding: 0 10px;
height: 40px;
line-height: 40px;
cursor: pointer;
float: left;
}
.naviku > li {
float: left;
}
.naviku a {
padding: 8px;
}
.naviku {
list-style: none;
text-align: left;
}
.naviku:after {
content: " ";
display: table;
clear: both;
}
.naviku > li > a {
display: block;
}
.naviku ul {
list-style: none;
width: 200px;
border-bottom: 1px solid var(--colorborder);
z-index: 100;
}
.naviku li {
position: relative;
}
.naviku > li .parent {
background-image: url(//batiktulisgiriloyo.com/wp-content/themes/lapax-per/images/downArrow.png);
padding-right: 30px;
background-repeat: no-repeat;
background-position: right;
}
.naviku li ul {
position: absolute;
left: -9999px;
background: #FFF;
}
.naviku > li.hover > ul {
left: 0;
}
.naviku li li.hover ul {
left: 100%;
top: 0;
}
.naviku li li {
border: 1px solid var(--colorborder);
border-bottom: none;
}
.naviku li li a {
display: block;
position: relative;
color: #555;
}
.naviku li li ul {
margin-top:-1px;
} #headerwrap {
width: 100%;
margin: 0 auto;
background: #FFF;
transition: 0.5s;
}
.header {
max-width: var(--maxwidth);
margin: 0 auto;
height: 120px;
transition: 0.5s;
position: relative;
}
.headerbot {
max-width: var(--maxwidth);
margin: 0 auto;
}
.headleft,.headright  {
width: 50%;
height: 100%;
display: inline-grid;
align-items: center;
overflow: hidden;
float: left;
}
.headleft img{
max-width: 100%;
max-height: 80px;
}
.headleft p {
width:100%;
line-height: 1.2em;
}
.headleft a {
font-weight: 900;
font-size: 140%;
display: block;
margin-bottom: 5px;
} .searching {
width: 100%;
border: 2px solid var(--color1);
padding: 8px;
background: #fcfcfc;
border: 1px solid var(--colorborder);
overflow: hidden;
}
.searching input {
margin-top: 5px;
float: left;
padding: 0 15px;
line-height: 30px;
height: 40px;
background: #FFF;
width: 84%;
margin: 0;
border: none;
}
.searching input::placeholder {
color: #DDD;
}
.searching button {
height: 40px;
width: 16%;
padding: 5px 10px;
font-size: 120%;
line-height: 30px;
float: right;
margin: 0;
border: none;
} .headkat button {
padding: 10px 18px;
font-weight: 600;
}
.headkat .ti-angle-down,.headkat .ti-angle-up {
font-weight: normal;
margin-right: 10px;
}
.navigori {
position: absolute;
z-index: 2;
min-width: 240px;
background: rgb(255 255 255 / 97%);
padding: 5px 10px;
display: none;
border: 1px solid var(--colorborder);
}
.navigori ul li {
list-style: none;
padding: 4px;
margin: 0;
position: relative;
}
.navigori ul li:last-child {
border-bottom: none;
}
.navigori li a {
text-decoration: none;
}
.navigori li li {
margin-left: 12px;
border-bottom: none;
}
.navigori li li:before {
content: '';
position: absolute;
top: 8px;
right: 100%;
width: 7px;
height: 7px;
border-bottom: 1px solid #DDD;
border-left: 1px solid #DDD;
}
.navigori li li a {
font-size: 90%;
}
.navigori > ul > li > .children {
overflow: hidden;
max-height: 0;
transition: 0.5s;
}
.navigori > ul > li > .children:after {
content: '';
position: absolute;
top: 8px;
right: 0;
width: 30px;
height: 10px;
background-image: url(//batiktulisgiriloyo.com/wp-content/themes/lapax-per/images/downArrow.png);
background-repeat: no-repeat;
background-position: right;
}
.navigori li:hover .children {
display: block;
max-height: 300px;
overflow: auto;
}
.jamkerja {
float: right;
} .newsticker {
display: block;
height: 34px;
line-height: 34px;
background: var(--color1);
color: #FFF;
}
.newsticker ul {
background: rgb(0,0,0,0.2);
}
.newsticker li{
margin-right: 40px;
font-size: 13px;
list-style-type: none;
}
.newsticker li span{
background: var(--color2);
color: #FFF;
padding: 3px 6px;
margin-right: 5px;
font-size: 10px;
text-transform: uppercase;
font-weight: bold;
}
.newsticker:after {
content: 'Informasi';
position:absolute;
background: var(--color1);
top: 0;
right: 0;
height: 34px;
padding: 0 10px;
font-weight: bold;
font-size: 12px;
} #containwrap {
width: 100%;
overflow: hidden;
position: relative;
background: #FFF;
border-top: 5px solid var(--colorborder);
}
#indexwrap {
width: 100%;
overflow: hidden;
position: relative;
background-image: linear-gradient(to top, #FCFCFC, #FFF);
border-bottom: 1px solid #F5F5F5;
}
.maincontain {
max-width: var(--maxwidth);
overflow: hidden;
margin: 0 auto;
padding: 15px 5px;
}
.contain {
margin: 20px 0;
position: relative;
}
.contain.product {
margin-top: 0;
overflow: hidden;
} .slidertop {
padding-bottom: 30px;
}
#slider img {
width: 100%;
}
.sliderblock {
position: absolute;
width:100%;
height: 100%;
top:0;
left:0;
display: flex;
align-items: center;
padding: 0 140px;
text-align: center;
}
.slidertext {
max-width: 700px;
padding: 15px;
} 
.slidertext h2 {
color: var(--color1);
font-size: 150%;
text-transform: uppercase;
margin:0;
}
.slidertext h2 span {
color: var(--color2);
font-size: 60%;
display: block;
font-weight: 400;
margin-bottom: -5px;
}
.slidertext p {
font-size: 110%;
line-height:1.3em;
font-weight: 300;
margin: 0 0 15px;
}
.slidertext button {
border: 2px solid var(--color1);
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.1em;
}
.slidertext button:hover {
border: 2px solid #FFF;
}
#slidprod, #slidblog { width: calc(100% + 16px);
margin: -8px;
}
#slidprod .gridpad, #slidblog .gridpad { width: 100%;
} .maincontain.teksarea {
background: linear-gradient(#FFF, #FAFAFA, #FFF);
padding: 15px;
} .why-container {
overflow: hidden;
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 20px;
}
.why h2 {
font-size: 110%;
margin-bottom: 10px;
text-transform: capitalize;
}
.why p {
margin: 0 0 15px;
}
.why img {
max-width: 90px;
float: left;
margin: 0 10px 5px 0;
} .katspeswrap li {
padding: 20px 0;
list-style: none;
}
.spesthumb .headtitle {
display: flow-root;
}
.spesthumb img {
max-width: 80px;
margin: 0 10px 5px 0;
float: left;
} .areafeed {
overflow: hidden;
margin: -8px -8px 30px;
position: relative;
}
.gridpad{
padding: 10px;
float: left;
width: 25%;
text-align: center;
}
.gridpad:nth-child(4n+1){
clear: left;
}
.grid,.gridblog {
width: 100%;
overflow: hidden;
background: #FFF;
transition: 0.5s;
position: relative;
border: 1px solid var(--colorborder);
}
.grid:hover,.gridblog:hover {
border-color: var(--color1);
}
.grid p {
display: none;
font-size: 90%;
}
.gridblog p {
font-size: 90%;
}
.imgthumb {
position: relative;
overflow: hidden;
}
.imgthumb img {
transition: all .2s ease;
}
.grid:hover .imgthumb img,.gridblog:hover .imgthumb img {
transform: scale(1.2);
}
.tithumb {
padding: 10px;
}
.tithumb .judul{
display: block;
font-weight: 400;
margin: 0 0 10px;
font-size: 100%;
}
.buttonthumb {
position: absolute;
bottom: 0;
right: 0;
width: 100%;
text-align: right;
}
.buyt {
background: none;
position: absolute;
padding: 0;
right: 4px;
bottom: 4px;
width: 20px;
height: 20px;
}
.buyt:hover {
background: none;
}
.buttonthumb form::before{
content: '';
width: 0;
height: 0;
border-bottom: 50px solid var(--colorborder);
border-left: 50px solid transparent;
right: -1px;
bottom: -1px;
position: absolute;
transition: 0.5s;
}
.grid:hover .buttonthumb form::before{
border-bottom: 50px solid var(--color1);
}
.buttonthumb .detailt {
display: none;
} .labeli {
display: inline-block;
padding: 3px 8px;
font-size: 80%;
background: rgba(80,80,80,0.30);
color: #FFF;
position: absolute;
top: 0;
right: 0;
}
.labeli a {
color: #FFF;
}
.labeli:hover {
background: var(--color2);
}
.disclabel {
position: absolute;
top: 0;
left: 0;
color: var(--color2);
background-image: linear-gradient(to right, #FFF, transparent);
display: flex;
align-items: center;
padding: 4px 14px 6px 6px;
font-size: 110%;
}
.disclabel span{
text-align: left;
display: block;
line-height: 1em;
}
.disclabel strong{
font-weight: 400;
} .gridpad.listview {
width: 100%;
text-align: left;
}
.listview .imgthumb{
float: left;
max-width: 170px;
margin-right: 10px;
}
.listview .tithumb {
padding: 10px;
}
.listview .tithumb p {
display: block;
}
.listview .buttonthumb{
position: static;
opacity: 1;
text-align: left;
}
.listview .buttonthumb .detailt {
display: inline-block;
} .maincontain.testiwrap {
display: flex;
align-items: center;
padding:30px 15px;
}
.maintitle.testihome {
width: 50%;
float: left;
text-align: left;
}
#testi {
width: 50%;
float: right;
}
.testi {
padding: 10px 40px;
}
#testiside .owl-prev, #testiside .owl-next {
top: 25px;
} .gmaps iframe {
width: 100%;
margin-bottom: -6px;
} .popup {
min-width: 300px;
max-width: 1000px;
display: none;
padding: 15px;
}
.popup ul li {
list-style: none;
padding: 5px 0;
}
.popup td {
padding:3px;
vertical-align: top;
} .quickpop {
min-width: 300px;
max-width: 500px;
display: none;
padding: 15px;
}
.quickpop ul li {
list-style: none;
padding: 5px 0;
}
.quicklabel {
position: absolute;
bottom: 5px;
left: 5px;
font-size: 18px;
z-index: 2;
}
.quickdetail {
margin-left: 180px;
}
.quickview {
width: 170px;
float: left;
text-align: center;
}
.quickview img {
width: 100%;
background: #FFF;
border: 1px solid var(--colorborder);
margin-bottom: 10px;
} #kontak-kami {
max-width: 420px;
}
.kontak ul li {
border-bottom: 1px solid var(--colorborder);  
padding-left: 40px;
line-height: 30px;
}
.kontak ul li:last-child {
border: none;
}
#kontak-kami a {
float: right;
font-weight: bold;
}
.smsli, .telli, .messli, .tgramli, .lineli, .wali, .mailli {
background-image: url(//batiktulisgiriloyo.com/wp-content/themes/lapax-per/images/kontak.png);
background-repeat: no-repeat;
height: 40px;
}
.smsli {
background-position: 0 0;
}
.telli {
background-position: 0 -40px;
}
.wali {
background-position: 0 -80px;
}
.messli {
background-position: 0 -120px;
}
.tgramli {
background-position: 0 -160px;
}
.lineli {
background-position: 0 -200px;
}
.mailli {
background-position: 0 -240px;
} .pagination {
width: 100%;
margin: 30px 0;
text-align: center;
}
.pagination a, .pagination > .current {
border: #F2F2F2 solid 1px;
padding: 5px 10px;
background: #FFF;
margin: 0 2px;
display: inline-block;
}
.pagination a:hover, .pagination > .current {
color: #FFF;
background: var(--color1);
} .wrap-post {
overflow: hidden;
}
.wrap-post ul li, .elementor-text-editor ul li {
margin: 0 10px 0 30px;
}
.utube {
width: 100%;
margin: 10px auto;
}
.utube iframe {
width:100%;
height:500px;
} #footerwrap {
background: var(--color1);
width: 100%;
position: relative;
}
#footerwrap a {
color: #FFF;
}
#footerwrap a:hover {
text-decoration: underline;
}
.footer {
max-width: var(--maxwidth);
margin: 0 auto;
color: #FFF;
position: relative;
padding: 40px 0 20px;
}
.footer h4 {
text-transform: uppercase;
margin: 0 0 20px;
font-weight: 900;
color: #FFF;
border-bottom: 2px solid #ffffff1c;
padding: 6px 0;
}
.footer button {
background: none;
color: #FFF;
border: 1px solid #FFF;
}
.footer button:hover {
background: var(--color2);
}
.footbarwidget {
width: 33.333%;
padding: 0 10px;
float: left;
}
.footbar {
margin-bottom: 20px;
overflow: hidden;
position: relative;
}
.footbar ul li {
padding: 5px 0;
list-style-type:none;
}
.footbar ul li li {
border-left: 1px solid rgba(255, 255, 255, 0.25);
padding-left: 5px;
}
#copyrightwrap {
background: rgba(0,0,0,.2);
width: 100%;
padding: 20px 15px;
}
.copyright {
max-width: var(--maxwidth);
margin: 0 auto;
color: #F5F5F5;
padding: 10px 15px;
position: relative;
overflow: hidden;
text-align: center;
} .socmed {
max-width: var(--maxwidth);
margin: 0 auto;
color: #FFF;
position: relative;
overflow: hidden;
padding: 15px 10px;
}
.socmed a{
float: left;
width: 33.333%;
height: 42px;
margin: 8px 0;
line-height: 1.2em;
}
.socmed b{
display: block;
}
.socmed .small {
display: flow-root;
}
.fb, .twit, .bl, .toped, .shopee, .insta,.lazada, .blibli,.tiktok {
background-image: url(//batiktulisgiriloyo.com/wp-content/themes/lapax-per/images/socmed.png);
background-repeat: no-repeat;
width: 42px;
height: 42px;
border-radius: 50%;
float: left;
margin-right: 5px;
border: 1px solid #FFF;
}
.toped {
background-position: 0 0;
}
.bl {
background-position: -44px 0;
}
.shopee {
background-position: -88px 0;
}
.insta {
background-position: -132px 0;
}
.fb {
background-position: -176px 0;
}
.twit {
background-position: -220px 0;
}
.lazada {
background-position: -264px 0;
}
.blibli {
background-position: -308px 0;
}
.tiktok {
background-position: -352px 0;
} .comments, .comments input[type="text"], .comments textarea {
width: 100%;
}
.comments label {
font-weight: bold;
}
.comments article {
margin: 15px 0;
}
.comments input[type="radio"] {
margin: 0 5px;
color: #CCC;
}
.comments article p {
display: table;
background: var(--colorbg);
padding: 10px;
margin: 5px 0;
}
.comment-respond {
margin: 10px 0;
}
.comments ul li {
list-style-type: none;
border-bottom: 1px solid var(--colorborder);
}
.comments li li {
margin-left: 5%;
border-bottom: none;
}
.comments li li .avadiskusi {
width: 50px;
height: 50px;
}
.comment_text {
margin-bottom: 10px;
}
.ratestar {
display:inline-block;
margin-right: 10px;
padding: 8px 5px 2px 2px;
border: 1px solid transparent;
}
.ratestar:hover {
background: var(--colorbg);
border-color: var(--colorborder);
} .scrollup {
position: fixed;
display: none;
z-index: 600;
width: 40px;
height: 40px;
bottom: 20px;
right: 20px;
border-radius: 50%;
background: url(//batiktulisgiriloyo.com/wp-content/themes/lapax-per/images/icon_top.png) no-repeat;
opacity: 0.1;
} .watitle {
background: rgb(0,0,0,0.07);
color: #FFF;
padding: 0 10px;
height: 40px;
line-height: 40px;
cursor: pointer;
float: left;
}
.wacontent {
width: 260px;
background: #FFF;
color: #444;
padding: 0 10px 10px;
display: none;
position: absolute;
top: 40px;
left: 0;
border: 1px solid var(--colorborder);
}
.wacontent a{
color: #444;
}
.walist {
padding: 10px;
border-top: 1px solid var(--colorborder);
text-align: left;
}
.walist:hover {
background: #F1FCE9
}
.wapop .walist {
background: #EFEFEF;
border-top: none;
border-bottom: 1px solid #D5D5D5;
}
.walist img {
float: left;
border-radius: 50%;
width: 40px;
height: 40px;
margin-right: 10px;
}
.waonline {
color: #30A958
}	
.wapop {
width: 420px;
display: none;
padding:0;
background-image: url(//batiktulisgiriloyo.com/wp-content/themes/lapax-per/images/wa/wa-back.jpg);
position: relative;
}
.wachat {
height: 180px;
padding: 10px;
}
.wabubble1,.wabubble2 {
background: #FFF;
position: relative;
padding: 5px 10px;
margin-left: 10px;
margin-bottom: 3px;
font-size: 14px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius:5px;
display: table;
box-shadow: 0 2px 2px 0 rgba(0,0,0,.15);
}
.wabubble1:after {
content: '';
position: absolute;
display: block;
top: 0;
right: 100%;
width: 0;
height: 0;
width: 0;
height: 0;
border-bottom: 10px solid transparent;
border-right: 10px solid #FFF;
}
.wareply {
background: #EFEFEF;
padding: 10px;
display: flex;
height: 55px;
}
.wareply ::placeholder {
color: #CCC;
}
.wareply input {
width: 85%;
margin:0;
border: none;
}
.wareply button {
width: 15%;
margin:0;
text-align: center;
background: #24BE5B;
}
.wareply button:hover {
opacity: 0.7;
} .avatar {
padding: 5px;
background: #FFF;
float: left;
margin: 0 10px 0 0;
}
.avaprofil {
width: 150px;
height: 150px;
margin: 0 auto 10px;
}
.avatesti {
width: 100px;
height: 100px;
float: left;
margin: 0 15px 2px 0;
}
.avadiskusi {
width: 80px;
height: 80px;
float: left;
margin: 0 15px 15px 0;
} .shareit {
margin: 10px 0 0;
overflow: hidden;
padding: 10px 0;
}
.boxdetail .shareit {
float: left;
}
.shareit strong {
line-height: 28px;
float: left;
}
.shareit span{
line-height: 28px;
font-size: 28px;
margin-left: 10px;
width: 30px;
float: left;
}
.shareit span:hover {
opacity: 0.8;
} .loaderx {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 9999;
background: url(//batiktulisgiriloyo.com/wp-content/themes/lapax-per/images/loading.gif) 50% 50% no-repeat rgb(255 255 255 / 90%);
} .owl-controls .owl-buttons div {
opacity:0;
background: #fffc;
border-radius: 50%;
}
.smallslider .owl-controls .owl-buttons .owl-prev, .megaslider .owl-controls .owl-buttons .owl-prev {
left: 100px;
}
.smallslider .owl-controls .owl-buttons .owl-next, .megaslider .owl-controls .owl-buttons .owl-next {
right: 100px;
}
.owl-carousel .owl-buttons .owl-prev{
transition: 0.5s;
opacity: 0;
}
.owl-carousel:hover .owl-buttons .owl-prev {
left: 20px;
opacity: 1;
}
.owl-carousel .owl-buttons .owl-next{
transition: 0.5s;
opacity: 0;
}
.owl-carousel:hover .owl-buttons .owl-next {
right:20px;
opacity: 1;
} .tabmenu {
border-bottom: 2px solid var(--colorborder);
}
.tabmenu button{ 
background: #FFF;
color: #DDD;
border-bottom: 2px solid var(--colorborder);
margin: 0 15px -2px 0;
padding: 5px 0;
font-weight: 600;
font-size: 110%;
}
.tabmenu button.active,.tabmenu button:hover {
color: var(--color1);	 
border-color: var(--color1);	
}
.tabcontent {
padding-top: 15px;
display: none;
animation: moveInRight .5s ease-out;
} 
.tabcontent ol {
font-size: 90%;	
} .autoheading {
font-size: 0;
margin: 0;
padding: 0;
}
.crumbs {
margin-bottom: 15px;
font-size: 90%;
}
.maintenis {
text-align: center;
height: 40px;
line-height: 40px;
background: #ff3100b8;
color: #FFF;
width: 100%;
position: absolute;
z-index: 1000;
top: 0;
}
.error {
border: 1px solid red;
background: #FFDDDD;
margin-bottom: 5px;
}
label.error {
border: none;
background: none;
color: #FA3C3C;
font-size: 90%;
display: block;
}
.select2-container--default .select2-selection--single {
border-color: #EEE;
} .boxview #galeriview {
width: 20%;
margin-top: 0;
white-space: unset;
}
.boxview .zoomwrap {
width: 80%;
float: right;
}
.boxdetail .labeli {
position: initial;
}
.boxdetail .product-note {
font-size: 90%;
}
.warni,.warni.selected:before {
border-radius: 0;
}
.viewcart {
border: none;
padding: 0;
}
.wizard-navigation .progress-with-circle {
height: 4px;
top: 0;
}
.nav-pills {
height: 4px;
top: 0;
background: var(--colorborder);
}
.nav-pills>li {
height: 50px;
}
.wizard-card .icon-circle {
border-width: 2px;
height: 52px;
color: var(--colorborder);
border-color: var(--colorborder);
}
.nav-pills > li.active > a [class*="ti-"], .nav-pills > li.active > a:hover [class*="ti-"], .nav-pills > li.active > a:focus [class*="ti-"] {
font-size: 22px;
}
.nav-pills > li > a {
font-size: 12px;
}
.nav-pills > li.active > a:after {
height: 52px;
}
.wizard-navigation {
height: 80px;
margin-top: 40px;
background: #FFF;
border: 1px solid var(--colorborder);
border-bottom: none;
}
.wizard-footer {
margin: 0;
}
.wizard-card form {
border: 1px solid var(--colorborder);
overflow: hidden;
padding: 15px;
background: #FFF;
border-top: none;
}
.btn-number {
background: var(--colorbg);
}
.input-number {
border: 1px solid var(--colorbg);
background: #FFF;
}
.kolom2 .btn-number {
height: 50px;
line-height: 50px;
width: 25%;
}
.kolom2 .input-number {
height: 50px;
line-height: 50px;
width: 50%;
}
#ppcircle, #ppcircle-edit {
border-radius: 0%;
}