body {
    font-family: 'Oxygen', sans-serif;
}

.yp-shortcut-container {
    position: relative;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 8px 0px;
    max-width: 500px;
    min-height: 198px;
    display: flex;
    flex-wrap: wrap;
    border-radius: initial;
    overflow: hidden;
    margin: 0px auto;
    padding: 16px 0px 12px;
}

.yp-shortcut-grid {
    width: 25%;
    min-height: 58px;
    height: auto;
    display: inline-block;
    text-align: center;
    position: relative;
    padding: 5px 0px 0px;
    margin: 0px 0px 10px;
    text-decoration: none;
}

.yp-shortcut-icon {
    position: relative;
    width: 50px;
    height: 50px;
    z-index: 3;
    box-shadow: #d2d2d2 0px 2px 6px 0px;
    box-sizing: border-box;
    margin: 0px auto;
    background: rgb(255, 255, 255);
    border-radius: 30px 30px;
    border-left: none;
    border-right: none;
}

.yp-shortcut-icon:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.yp-shortcut-text {
    font-size: 9px;
    text-align: center;
    color: rgba(0, 0, 0, 0.7);
    position: relative;
    bottom: 0px;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 6px 0px 0px;
    overflow: hidden;
    padding: 0px 4px;
}

.yp-shortcut-text-small {
    font-size: 9px;
    text-align: center;
    color: rgba(0, 0, 0, 0.7);
    position: relative;
    bottom: 0px;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 6px 0px 0px;
    overflow: hidden;
    padding: 0px 4px;
}
.yp-shortcut-img {
    width: 40px;
    height: 40px;
    background-size: contain;
    display: block;
    position: relative;
    z-index: 5;
    top: 6px;
    left: calc(50% - 20px);
    background-repeat: no-repeat;
}   

.header_top {
    background: #FF9800;
    min-height: 28px;
    position: fixed;
    z-index: 1000;
    width: 100%;
}

.logo {
    float: left;
    margin-top: 20px;
}

@media (max-width: 430px){
.logo img {
    width: 30%;
    margin-top: 50px;
}
}

@media (max-width: 768px){
.yp-mobile{
    padding-right: 0px;
    padding-left: 0px;
}
.yp-nopadding{
 padding-right: 0px;
    padding-left: 0px;
}
}

.search input[type="submit"] {
    background: no-repeat 10px 10px #ec7500;
    padding: 5px 17px;
    height:100%;
    border-radius: 0px 25px 25px 0px;
}

.search input[type="text"] {
    padding: 8px 25%;
}

.column_center {
    margin-bottom: 10px;
}

@media (max-width: 430px){
.header_bottom_right {
    margin-bottom: -20px;
}
}

@media (min-width: 768px){
.yp-mt-25{
margin-top:5px;
padding-left: 5px
padding-right:5px;
}
}

.m_3 h3 {
    text-transform: capitalize;
    margin-top: 20px;
}

@media (max-width: 768px){
.yp-mt-25{
margin-top:5px;
padding-left: 5px;
padding-right:5px;
}
}


/* Owl-Carousel-Kategori */
.owlitem{
  opacity:1;
  transition:.4s ease all;
  margin:0 0px;
  transform:scale(.9);
}
@media(max-width:1000px){
  .item{margin:0; transform:scale(.9)}
}
.active .owlitem{
  opacity:1;
  transform:scale(1);
} 
.owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}}
.owl-controls{position:absolute; margin-top:300px;}

/* End Of Owl-Carousel-Kategori */

.brands {
    border-bottom: none;
}

/* Product Card */
.voffset4 {
    padding: 0 6px;
    border-style: none;
}
.view {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px 0px;
    padding-top:20px;
     background: #ffffff;
     min-height:330px;
}

@media (max-width: 768px){
.view{
min-height:290px;
}
}
.view:hover {
    box-shadow: rgba(165, 78, 36, 0.44) 0px 2px 4px 1px;
}
.content_bottom{
background: #f9f9f9;
}

h5.p3 {
    margin-top: 1px;
    font-size: 0.7em;
    line-height: 1em;
    margin-bottom: 3px;
}
.tab_desc {
    background: none;
}

.bvbar {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 0 0 5px;
    background-color: #FF9800;
}

.prdcdbar {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 0 0 5px;
    background-color: #74ac80;
}

.cartbtn {
    width: 95%;
    border-style: none !important;
    border-radius: 3px;
    height: 32px;
    margin-top: 5px;
    background: #4CAF50 !important;
}
.cartbtn:hover {
    background: #FF9800 !important;
}
.yp-prodcontainer {
    padding: 0 5px;
}

.title-desc a {
    color: #777674;
}
.yp-pricetxt {
    color: #1e1f1e;
    font-size: 12px;
    margin: 10px 0px 0px 0px;
}

.title-desc a {
    text-transform: capitalize;  
}

/* Sold Out */
    .soldout {
        content: " ";
        z-index: 10;
        display: block;
        position: absolute;
        height: 100%;
        top: 0;
        left: 6px;
        right: 0;
        background: rgba(0, 0, 0, 0.3);
        width: 96%;
    }

    p.soldtext {
        text-align: center;
        position: relative;
        color: white;
        background: #00BCD4;
        top: 86%;
        height: 32px;
        width: 95%;
        border-radius: 3px;
        left: 5px;
        font-size: 13px;
        padding-top: 7px;
    }

    input.greysold {
        border: none;
        padding-top: 14.6px;
    }
/* Sold Out - End */