.blockslider-preview-toolbar {
width: 100%;
position: sticky;
background-color: #000000;
color: #ffffff;
padding: 20px;
top: 0px;
display: flex;
align-items: center;
justify-content: space-between;
box-sizing: border-box;
z-index: 9;
}
@media screen and ( min-width: 600px ) {
.blockslider-preview-toolbar.with-admin-bar {
top: var( --wp-admin--admin-bar--height, 32px ) !important;
}
}
.blockslider-preview-toolbar .blockslider-clipboard-field {
color: #ffffff;
}.wc-proceed-to-checkout .checkout-button {
display: flex !important;
justify-content: center !important;
align-items: center !important;
}
.gokwik_logo {
margin-left: 5px !important;
}
@media (max-width: 767px) {
.gokwik_logo {
width: 40px !important;
}
}
@media (max-width: 299px) {
.gokwik_logo {
display: none !important;
}
}
@media (min-width: 768px) {
.wc-proceed-to-checkout .checkout-button {
height: 46px !important;
}
}