*
{
    margin: 0; padding: 0; box-sizing: border-box;
}

body
{
	background: #fff;
    font-family: 'Lato', sans-serif;
    color: #1b1a1c;
	margin: 0 !important;
}
.fa, .far, .fas {
  font-family: "FontAwesome" !important;
}
a:hover {
	text-decoration: none;
}
.h-top
{
    background: #FFFBEB;
    color: #fff;
    padding-top: 7px;
    padding-bottom: 5px;

}

.social a
{
    padding-left: 10px;
    color: #fff;
}
.social a:hover
{
    padding-left: 10px;
    color: #d20000 !important;
}

.top {
  background: #FFFBEB;
  padding-top: 20px;
  margin-bottom: 5px;
  padding-bottom: 28px !important;
}
.search input {
    overflow: visible;
    width: 600px;
    height: 40px;
    border-radius: 5px;
    border: lightgray 1px solid;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 3.5rem;
    padding-left: .5rem;
}
.item
{
    padding: 10px;
}
.carousel-item img
{
	height: 300px;
}
.owl-nav {
  position: absolute;
  top: -3%;
  right: 0%;
  padding: 12px; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  width: 20px;
  background: #c1bfc0;
  margin: 2px;
  border-radius: 20%;
  color: #fff;
}
  /*span {
  font-size: 25px;
  color: #fff;
  padding: 0;
  line-height: 0; }*/
.product-mid {
  background: #fff;
 
  padding: 10px 0; }
  .product-mid p
  {
    margin-bottom: 7px;
    color: grey;
  }
  .product-mid h5
  {
    font-size: 20px;
    color: #f54509;
    font-weight: 600;
    
  }
  .product-mid h6
  {
    color: lightgrey;
    font-size: 13px;
  }
.last-home {
  padding-top: 30px;
  background: #fff;
  padding: 10px;
   }

.last-home .owl-item img {
  width: 150px; }

.last-home .owl-nav {
  position: absolute;
  top: -17%;
  right: 0%;
  padding: 12px; }

.card
{
padding: 5px;
}
.card p
{
    font-size: 14px;
}
.card h5
{
    font-size: 17px;
    color: #f54509;
    font-weight: 600;
    padding-top: 4px;
}
.card h6
{
    font-size: 12px;
    color: gray;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 0.25rem;
    
}
.card-body .btn
{
    padding: .1rem .3rem;
}
.cat-home
{
	display: flex;
	justify-content: space-around;
    padding: 0px;
}
.cat-home img
{
	width: 120px;
	height: 120px;
}
.cat-dis
{
	border-right: 0px solid lightgrey;
	border-bottom: 0px solid lightgrey;
	border-top: 0px solid lightgrey;
	border-left: 1px solid lightgrey;
	padding: 10px;
    text-align: center;
}
.cat-dis img
{
    height: 70px;
    width: 70px;
}
.cat-dis1 img
{
    height: 70px;
    width: 70px;
}
.cat-dis h6
{
    padding-top: 7px;
}
.cat-dis1 h6
{
    padding-top: 7px;
}
.cat-dis1
{
    border-right: 0px solid lightgrey;
    border-bottom: 0px solid lightgrey;
    border-top: 0px solid lightgrey;
    border-left: 1px solid lightgrey;
    padding: 10px;
    text-align: center;
}
card-img, .card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    
}
.cat-back
{
	background: #fff;
  
}
.cat-back img {
  border-radius: 100%;
  border: 1px solid #d20000;
  height: 90px !important;
  width: 90px !important;
}
.cat-back h3
{
	font-size: 18px !important;
}
.back
{
    background: #fff;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.card-fu img
{
	width: 150px;
	height: 150px;
}
.topic
{
    font-weight: 600;
    margin-top: 5px;
    margin-left: 5px;
    background: #fff;
    padding: 5px;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}
@media(max-width: 480px) {
	.col-md-4, .container-fluid
{
    padding-right: 15px !important;

}
	
}


footer
{
	margin-top: 30px;
/*	margin-bottom: 30px;*/
	background: #FFFBEB;
	margin-left: 0;
	margin-right: 0;
	padding: 0 0 30px 0;
}
.pad
{
    padding: 10px;
}
.heading
{
    /*background: #b7f3b5;*/
   margin: 6px 0 6px 6px;
   display: flex;
   justify-content: space-between;
   border-radius: 10px 10px 0 0;
}
.heading h3
{
   position: relative;
    padding-bottom: 15px;
    padding-top: 12px;
    padding-left: 5px;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 700;
    /*color: #d20000;*/
}
.heading h3::before {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 2px;
  width: 61px;
  border-color: #db464645;
  top: 43px;
  left: 5px;
}
.heading h5 {
    border : 1px solid #1b1a1c;
    padding: 3px;
	margin-right: 10px;
	color: #1b1a1c;
}


.col-md-2
{
    padding-right: 0;
   max-width: 16.45%;
} 

.card-title {
    margin-bottom: 0.25rem;
}

.woocommerce ul.products.columns-6 li.product, .woocommerce-page ul.products.columns-6 li.product {
    width: 15.6%;
    margin: 6px;
    background: #ffffffb3;
}
@media(max-width: 480px)
{
    .woocommerce ul.products.columns-6 li.product, .woocommerce-page ul.products.columns-6 li.product {
    width: 45%;
}

}

.woocommerce ul.products.columns-5 li.product, .woocommerce-page ul.products.columns-6 li.product {
    width: 18.9%;
    margin: 6px;
    background: #ffffffb3;
}
@media(max-width: 480px)
{
    .woocommerce ul.products.columns-5 li.product, .woocommerce-page ul.products.columns-6 li.product {
    width: 45%;
}

}



.woocommerce ul.products li.product .price {
    color: #d20000;
    display: block;
    font-weight: 400;
    margin-bottom: .5em;
    font-size: 20px;
    padding-left: 10px;
}
.woocommerce ul.products li.product a
{
	margin-bottom: 10px;
}
.woocommerce ul.products li.product a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 1em;
    box-shadow: none;
    padding: 6px;
}
.woocommerce ul.products li.product .onsale, .woocommerce span.onsale {
    background: #7f92cb;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #1b1a1c;;
    font-size: 30px;
	font-weight: 900;
	padding-bottom: 10px;
}
.woocommerce-message {
    border-top-color: #3e7a8c;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    padding: 0 10px 0.3em 10px;
    margin: 0;
    font-size: 14px;
    color: #1b1a1c;;
    height: 35px;
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
   -webkit-box-orient: vertical;
}

.woocommerce ul.products li.product:hover
{
	 border: 1px solid #c8c8c89c;
    box-shadow: 1px 2px 4px 1px #d2cfcfba;
}


.ad-top, .ad-mid, .ad-buttom
{
    margin: 20px 6px 20px 6px;
}

.just-back
{
    background: #d20000;
}
.suku-just-back
{
    background: #fff;
    margin: 0 0 0 6px;
    padding-top: 15px;
}

.suku-just-back .s-products__items p{
    margin-top: 20px;
    padding: 0 2px 0 2px;
    font-weight: normal;
    font-size: 15px;
    color: #1b1a1c;;
    height: 42px;
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
   -webkit-box-orient: vertical;
}
.suku-just-back .s-products__items h3{
font-weight: normal;
   font-weight: normal;
    font-size: 18px;
    color: #3e7a8c;
    margin-top: -10px !important;
	margin-bottom: 1rem;
    }

.cat-back
{
    background: #fff;
    margin: 0 0 0 6px;
}
.s-products__list{
    display:grid;
    grid-template-columns: repeat( 5, 1fr);
    grid-gap:10px;
    padding-bottom: 20px;
	list-style: none;
}
@media(max-width: 480px)
{
    .s-products__list{
    display:grid;
    grid-template-columns: repeat( 3, 1fr);
    grid-gap:10px;
}
.ad-mid img 
{
    margin-bottom: 15px;
}
.ad-top img 
{
    margin-bottom: 15px;
}
.ad-buttom img 
{
    margin-bottom: 15px;
}
}


.woocommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    padding-bottom: 15px;
    font-size: 30px;
}

.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
    background: #fff;
}
.shop_table.shop_table_responsive {
    background: #fff;
}
.shipping-calculator-button {
    font-size: 20px;
    font-weight: 700;
}

.checkout-button.button.alt.wc-forward {
    background: #6f85c6de;
}
.select2-selection.select2-selection--single {
    width: 200px;
}

.woocommerce-billing-fields, .woocommerce-shipping-fields
{
    background: #fff;
    padding: 10px;
	border-radius: 10px;
	box-shadow: 1px 2px 4px 1px #d2cfcfba;
	margin-bottom: 15px;
}
.woocommerce table.shop_table
{
    background: #fff;
	box-shadow: 1px 2px 4px 1px #d2cfcfba;

}
.entry-header h1 {
    display: none;
  }
  a
  {
    color: #4d4d4dbd;
  }  
  .woocommerce div.product form.cart .button:hover {
    vertical-align: middle;
    float: left;
    background: green;
}
.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left;
    background: #6f85c6de;
	border-radius: 10px;
margin-left: 10px;
	padding-left: 15px;
padding-right: 15px;
text-transform: uppercase;
}
.heading-odd
{
    margin: 15px 0 10px 0;
	font-size: 24px !important;
}
.woocommerce-info
{
    font-size: 15px !important;
}

.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    font-size: 25px;
    text-align: center;
}
.woocommerce-MyAccount-navigation ul
{
    list-style: none;
}
.entry-content {
    margin-left: 6px;
}
.img-2 img
{
    height: 200px;
    width: 200px;
}
.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input 
{
    border: 2px solid #ddd;
	background-color: #fff !important;
}
#dgwt-wcas-search-input-1 {
    width: 580px;
	border: 1px solid;
}
.ac-cart h6 a:hover
{
    text-decoration: none;
    color: #6f85c6de;
}
.ac-cart h5 a:hover
{
    text-decoration: none;
    color: #6f85c6de;
}
.social a:hover
{
    text-decoration: none;
    color: #1b1a1c;
}
@media(max-width:  480px)
{
    .col-md-2.social.pl-5 {
    display: none;
    }
    #dgwt-wcas-search-input-1 {
    width: 360px;}
    .col-md-4 .col-12 .text-md-right .pr-5, .col-md-6 .col-12 p 
    {
        padding-left: 15px;
    }
    .search
    {
    padding-left: 40px;
    padding-top: 7px;
    }
    .h-top
    {
        padding-left: 20px;
    }
    .woocommerce div.product {
    margin: 0 6px 0 6px;
    }
    .cart_totals h2 
    { margin-left: 6px; }

    #order_review_heading
    { margin-left: 6px; }
    .woocommerce ul.order_details
    { margin-left: 6px; }
    .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
     margin-left: 6px; }
     .woocommerce-order-details__title
    { margin-left: 6px; }
	.top-call {
  text-align: center;
  margin-left: 42px;
  margin-top: -10px;
  margin-right: 0px;
		font-size: 13px;
	}
}



.checkout-smg
{
    height: 100%;
    width: 450px;
    background: #f4efd7;
  padding: 10px;
  color: #1b1a1c;
	border-radius: 10px;
	box-shadow: 1px 2px 4px 1px #d2cfcfba;
}
.checkout-smg h5
{
	font-size: 17px;
}
@media(max-width: 480px)
{
	.checkout-smg
	{

		width: 390px !important;

	}
}

/*delivery*/

.delivery{
   background: #fff;
padding: 15px;
box-shadow: 1px 2px 4px 1px #d2cfcfba;
	border-radius: 10px;
}

.delivery__header{
    display:flex;
    -webkit-display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    color: #757575;
}
.delivery__header p 
{
    margin-bottom: 5px !important;
}

.d-flex{
    display:flex;
    -webkit-display:flex;
}


.justify-content-between{
    justify-content:space-between;
}

.maxWidth{
    flex:1;
    color:#2a2a2a;
	font-size: 13px;
}

.chatNow{
    font-size:16px;
    color:#23527c;
    font-weight: bold;
}

.t-colr{
   color:#2a2a2a;
   font-size: 16px;
	font-weight: 700;
}
.t-fn {
	font-size: 14px;
	color: #8F8F8F;
}

.delivery__days{
    display:block;
    color: #909090;
}

.delivery__icon{
    color:#23527c;
}

.delivery__list-item{
    margin-bottom:15px;
	margin-top: 15px;
}

.delivery__list-item i{
    margin-top:4px;
    flex: 0 0 30px;
    text-align: center;
    font-size: 15px;
}

.Change{
    text-transform:uppercase;
    color:#3381c1;
    font-weight: bold;
    
}
.about-back-suku {
    background: #0b62b3;
    color: #ffffffd6;
    padding: 50px 0 50px 0;
    line-height: 30px;
    text-align: justify;
}
.page-footer.font-small.mdb-color {
    margin-top: 0;
    border-top: 1px solid gray;
	margin-bottom: 0 !important;
}
.page-footer p
{
    /*color: #ffffffd6;*/
}
.page-footer h6
{
    color: #212529;

}

.last-a 
{
    color: #ffffffd6;
}
.page-footer a:hover
{
    text-decoration: none;
    color: #d20000;
}
.page-footer a strong 
{
   color: #0b62b3;
  font-weight: 500;
}
.notice span
{
    background: #d20000;
    display: inline-block;
    padding: 0 5px 3px 5px;
    border-radius: 10px;
}
.notice span p 
{
    margin: 0;
}
.bg-light
{
    background: 0 !important;
    padding: 0 6px 0 6px;
}
.delivery-info ul, .delivery__list
{
    list-style: none;
}
.delivery-info span 
{
    color: #d20000;
}
.page-footer p
{
    margin-bottom: 5px !important;
	color: #1b1a1c !important;
}

.footer-last-back p a 
{
    font-size: 13px;
}
.footer-last-back h6
{
    font-size: 14px;
}
.m-p-6
{
    margin: 0 6px 0 6px;
}
.about-back-suku {
    background: #3e7a8c;
    color: #ffffffd6;
    padding: 30px 0 30px 0;
    line-height: 20px;
    font-size: 13px;
    text-align: justify;
}
.about-sukumart
{
    border: 1px dotted lightgray;
	background: #0b62b3;
}
@media(max-width:  480px)
{
    .contact-mid
    {
        text-align: center !important;
    }
}

#cat-drop-stack ul {
    list-style: none;
}
.about-flex
{
    display: flex;
    justify-content: space-around;
}
.about-flex p
{
    
    font-size: 18px;
    font-weight: 700;
}
.about-flex img 
{
    border-radius: 5px;
    height: 50px;
    width: 50px;
}
@media (min-width: 1200px) and (max-width: 1920px) 
{
	.top
	{
		height: 100px;
	}
}

@media (min-width: 768px) and (max-width: 1199px) 
{ .contact-mid h6, p
    {
        text-align: center;
    }
    .woocommerce ul.products.columns-4 li.product, .woocommerce-page ul.products.columns-6 li.product {
    width: 22% !important;
    margin: 6px;
    background: #ffffffb3;
    }
    .woocommerce ul.products.columns-6 li.product, .woocommerce-page ul.products.columns-6 li.product {
    width: 30%;
        }

        #dgwt-wcas-search-input-1 {
    width: 400px;
        }
        .dgwt-wcas-search-wrapp
        {
            width: 400px;
            padding-left: 40px;
            padding-top: 10px;
			margin-bottom: 10px;
        }
	#flip {
  display: inline-block;
  cursor: pointer;
  font-size: 16px !important;
}
	.woocommerce ul.products li.product .star-rating
	{
		display: none !important;
	}
	.top
	{
		height: 80px !important
	}
	.checkout-smg 
	{
		width: 390px !important;
	}
	
}	

@media (min-width: 768px) and (max-width: 1199px) 
{
#flip
	{
		margin-top: 5px;
		font-size: 20px !important;
	}
}
@media (min-width: 481px) and (max-width: 768px) 
{ .contact-mid h6, p
    {
        text-align: center;
    }
    .woocommerce ul.products.columns-4 li.product, .woocommerce-page ul.products.columns-6 li.product {
    width: 43.9% !important;
    margin: 6px;
    background: #ffffffb3;
    }
    .woocommerce ul.products.columns-6 li.product, .woocommerce-page ul.products.columns-6 li.product {
    width: 40.6%;
        }
       
        #dgwt-wcas-search-input-1 {
    width: 400px;
        }
        .dgwt-wcas-search-wrapp
        {
            width: 400px;
            padding-left: 40px;
            padding-top: 10px;
			margin-bottom: 10px;
        }
        .h-top h6
        {
            text-align: left;
            padding-left: 40px;
        }
        .notice
        {
            text-align: left;
            padding-left: 55px;
        }
        .about-flex {
    display: flex;
    justify-content: center; }
	.navbar-toggler {
    display: none;
	}
	.hide-mobile-header
	{
		display: none;
		
	}
	
 }

@media (min-width: 769px) and (max-width: 906px) 
{
	.hide-mobile-header
	{
		display: block;
		
	}
	.div-only-mobile.col-6 {
  display: none;
}
	  #dgwt-wcas-search-input-1 {
    width: 300px;
        }
        .dgwt-wcas-search-wrapp
        {
            width: 300px;
            padding-left: 76px;
            padding-top: 10px;
			margin-bottom: 10px;
        }
	.navbar-toggler
	{
		font-size: 14px !important;
	}
}


@media(max-width: 480px)
{
	.about-back-suku, .about-flex 
	{
		padding-left: 15px;
	}
	.suku-payment-footer
	{
		margin-left: 15px;
	}
    .h-top h6
        {
            text-align: center;
            font-size: 14px;
            padding-top: 10px;
        }
      .h-top span 
      { text-align: center;
      margin-right: 20px; }  
      .custom-logo
      {
        margin-bottom: 10px;
		  max-width: 180px !important;
height: auto;
margin-top: 5px;
      }
		.product-name
	{
		margin-bottom: 20px;
	}
		
	.seller-items .woocommerce ul.products.columns-5 li.product
	{
		width: 180px !important;
	}
 .yith-wcmbs-membership-detail
 	{
		padding: 10px !important;
	}
	.woo-suku-my-account 
	{
		margin: 10px 0 15px 0 !important;
		padding: 15px !important;
	}
	.yith-wcmbs-membership-details {
  grid-gap: 0px !important;
}
	.yith-wcmbs-membership-history-activity__date
	{
  min-width: 75px !important;
}
	
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
    height: 40px;
    border: 1px solid lightgray;
    border-radius: 10px;
}

#dgwt-wcas-search-input-1 {
    border-radius: 15px;
}
.dgwt-wcas-search-wrapp
{
	margin-bottom: 10px;
	
}
.red
{
    background: #fff !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}



.outer{ position:relative;   display: inline-block; margin-left:50px;}
     #flip { display:inline-block; cursor:pointer; font-size:30px; text-align: center;}
   

#panel, #flip {
}

#panel {
    display: none;
    position:absolute;
    z-index:1000;
    min-width:315px;
}

.sidebar{ }
.sidebar_title{background:#3e7a8c; height:35px; line-height:35px;}
.sidebar_title h2{color:#fff; height:40px; line-height:40px;}
.sidebar_title h2 span{ display:inline-block; margin-left:10px; margin-right:10px; font-size: 24px;}
.sidebar ul{background:#ECFDF5; list-style: none;}
.sidebar ul ul{ position:absolute; left:100%; top:0; min-width:200px; background:#ECFDF5; z-index:1;  display:none;}
.sidebar > ul > li:hover > ul{ display:block;}
.sidebar ul li ul li{ position:relative;}
.sidebar ul ul ul{ position:absolute;  display:none;  left: 100%; top:0; min-width:200px; background:#ECFDF5; z-index:1;}
.sidebar ul ul li:hover ul{ display:block;}

.sidebar ul li:hover{background:#f7f7f7;}
.sidebar ul li{padding-left:10px; line-height:30px;  position:relative;}
.sidebar ul li:last-child{border:none;}
.sidebar ul li a{ display:block; color:#1b1a1c;;}

.outer{
    position: static;
}

#panel{
  left: 60px;
}
@media(max-width: 480px)
{
	.navbar-toggler {
    display: none;
	}
	.mid-ad-7 .wp-block-image:not(.is-style-rounded) img {
    border-radius: inherit;
	height: 250px !important;
    width: 100%;
    }
	.col-md-2.menu-cat {
    max-width: 250px !important;
    margin-bottom: 5px;
}
	iframe
	{
		/*width: 360px !important;
		height: 240px !important;*/
	}
	.logo iframe
	{
		height: 22px !important;
	}
.xoo-wsc-basket {
  bottom: 65px !important;
  right: 0px;
  background-color: #ffffff;
  color: #000000;
  box-shadow: 0 1px 4px 0;
  border-radius: 50%;
}
	.hide-mobile-header
	{
		display: none;
		
	}
	.related h2
	{
		margin: 0 !important;
	}
	  .hurrytimer-headline {
  font-size: 12px !important;
  margin-right: 3px !important;
}
	

	.related h2 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;		
}
	.wps-slider-section img
	{
		height: 192px !important;
	}
	.suku-dispay-none
	{
		display: block !important;
	}
	.ur-label {
  width: 100px;
}
	.ur-form-row span.input-wrapper {
  width: 260px !important;
}
	.red1
{
    position: fixed !important;
    top: 125px;
    left: 0;
	right: 0;
    z-index: 9999;
	 width: 100%;
}
#panel {
    display: none;
    position:absolute;
    z-index:1000;
    min-width:260px;
}
	
}

.wp-block-image:not(.is-style-rounded) img {
    border-radius: inherit;
    height: 200px;
    width: 100%;
    }

    .mid-ad-7 .wp-block-image:not(.is-style-rounded) img {
    border-radius: inherit;
	height: 418px;
    width: 100%;
    }
.mid-gif-ad
{
	margin: 0 6px 0 6px;
}
.notice.col-md-6.col-12 {
    text-align: center;
}
.wp-block-image:not(.is-style-rounded) img {
    border-radius: 20px;
    height: 100% !important;
    width: 100%; 
	box-shadow: 1px 2px 4px 1px #d2cfcfba;
}

.offer {
    color: #1b1a1c; !important;
}
h3 ins {
   font-size: 20px !important;
text-decoration: none;
	color: #154a40 !important;
	border: 1px solid #154a40;
	padding: 0px 3px 3px 3px;
}

#st-1 {
  z-index: 0 !important;
}
.p-height
{
	height: 50px;
	overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
element {
}

.woocommerce-info {
 padding: 0em 0.7em 0.3em 0.7em !important;
  margin: 0 0 0.3em !important;
  position: relative;
  background-color: #7f92cb !important;
  color: #fff !important;
  border-top: 3px solid #a46497;
    border-top-color: rgb(164, 100, 151);
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
	border-radius: 20px;
	font-size: 18px;
text-align: center;
	border-top: 0px solid #a46497 !important;
}
.woocommerce-info:before
{
	display: none !important;
}

.btn-secondary {
  color: #fff;
  background-color: #8194cd !important;
  border-color: #6c757d;
  border-radius: 20px;
}
.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
  border-radius: 10px;
}
.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
   
  background: #f7f70e;
  border-radius: 20px;
}
	
.ywgc_have_code {
  margin: 10px 0 25px 0 !important;
}
.showlogin, .showcoupon, .ywgc-show-giftcard {
  color: yellow !important;
  font-weight: 700;
}
.checkout-button.button.alt.wc-forward:hover
{
	background: #014a8e !important;
}
.woocommerce div.product form.cart .button:hover
{
	background: #014a8e !important;
}
.woocommerce button.button.alt:hover
{
	background: #014a8e !important;
}
.woocommerce button.button.alt
{
	background: #7f92cb !important;
}
.summary.entry-summary {
  background: #fbfbfb;
  padding: 15px;;
padding: 15px;
border-radius: 10px;
}

.save h5 {
  color: #fff;
  background:  #f4a745;
  display: inline-block;
  padding: 2px 0 2px 2px;
  border-radius: 5px;
  font-size: 13px;
	margin-bottom : 7px;
}
.woocommerce div.product p.price
{
	margin-bottom: 0 !important;
}
.woocommerce div.product form.cart
{
	margin-top: 15px !important;
	margin-bottom: 20px !important;
}
.wc-block-product-categories-list-item {

list-style: '\f105';
font-weight: 700;
font-family: "FontAwesome";
}
.wc-block-product-categories-list-item a {
  color: #1b1a1c;
  margin-left: 5px;
}
.wc-block-product-categories-list-item a:hover {
	color: #d20000;
}
.shopsidebar
{
	background: #fff;
	padding: 5px 5px 5px 40px;
	box-shadow: 1px 2px 4px 1px #d2cfcfba; 
	margin-bottom: 20px;
	border-radius: 10px;
}
.woocommerce-breadcrumb {
  margin: 0 0 1em;
  padding: 7px !important;
  font-size: .92em;
  color:#1b1a1c;
	background: #fff;
}


@media screen and (max-width : 1920px){
  .div-only-mobile{
  visibility:hidden;
  }
	.suku-dispay-none
	{
		display: none;
	}
	.wps-slider-section img
	{
		height: 192px !important;
	}
}
@media screen and (max-width : 767px){
	.div-only-mobile{
  visibility:visible;
  }
}
@media screen and (max-width : 906px){
 .desk{
  visibility:hidden;
  }
 
	
	
}
@media (min-width: 481px) and (max-width: 767px) {
.suku-dispay-none
	{
		display: block !important;
	}
}	
@media (min-width: 481px) and (max-width: 1100px) {
	.wps-slider-section img
	{
		height: auto !important;
	}
}
body.dokan-dashboard span.select2-container {
    z-index: 9999999999 !important;
}
.single-tp p {
  margin-bottom: 5px;
  color: #b3b3b5;
  display: inline-block;
  margin-top: 4px;
}
.woocommerce .quantity .qty {
  width: 2.631em;
  text-align: center;
  border-radius: 10px;
  padding: 0 5px 0 5px;
  background: #e1dada;
	color: #3e7a8c;
	Margin-top: 5px;
}

.woocommerce div.product form.cart .button
{
    margin-top: 5px;
}
.posted_in {
  background: #ecece7;
padding: 5px;
border-radius: 10px;
font-size: 14px;
}
.woocommerce div.product form.cart {
  margin-bottom: 2em;
	margin-top: 10px;
}
.pwb-single-product-brands {
  padding-top: 1em;
  width: 60px;
}
.woocommerce-product-details__short-description ul li
{
	margin-left: 10px;
}
.xoo-wsc-items-count
{
	background: #004799;
}

.xoo-wsc-icon-basket1::before {
  content: "\e904";
  color: #004799;
}
.xoo-wsc-ft-totals, .xoo-wsc-pname a, .xoo-wsc-body, .xoo-wsc-header
{
	color: #7f92cb;
}
.xoo-wsc-modal 
{
	color: #7f92cb;
}
 .xoo-wsc-body span.amount
{
	color: #7f92cb;
}

#tab-seller {
  display: none !important;
}
#tab-description h2
{
	font-size: 25px;
	border-bottom: 2px solid;
}
#tab-description p
{
	padding-left: 15px;
}

.related h2 {
  font-size: 25px;
  margin: 15px 0 15px -15px;
}
.woocommerce-Reviews-title
{
	font-size: 25px;
	border-bottom: 2px solid;
	
}
.suku-product-details
{
	background: #fff;
	/*box-shadow: 1px 2px 4px 1px #d2cfcfba;*/
	border-radius: 10px;
	
}
.woocommerce ul.products li.product .star-rating
{
	margin: 5px 0 5px 10px;
}
.woocommerce-form.woocommerce-form-track-order.track_order {
  background: #f7ebeb;
  padding: 39px;
	font-size: 20px;
	margin: 30px 0 30px 0;
}
.woo-suku-my-account
{
 
  padding: 29px;
	 
	margin: 10px 0 30px 0;
}
.woo-suku-my-account h4
{
	text-align: center;
	padding-bottom: 20px;
}
.last-a.suku-order {
  color: #1b1a1c;
  font-weight: 900;
}
.woocommerce #review_form #respond
{
	padding-left: 15px !important;
background: #f4f2f2;
margin-bottom: 15px;
border-radius: 10px;
}
.comment_container
{
	background: #f7ebeb;
}

.woocommerce #review_form #respond textarea {
  box-sizing: border-box;
  width: 100%;
  border-radius: 15px;
}
.comment-form-rating label, .comment-form-comment label, #reply-title {
  font-size: 18px;
  color: #6292a1;
}
.comment-form-author input, .comment-form-email input {
  border-radius: 10px;
  height: 35px;
	margin-left: 15px
}

.gift-cards-list h3
{
	font-size: 20px;
}
.ywgc-predefined-amount-button.selected_button {
  background-color: #f4a641 !important;
  padding: 5px;
  border-radius: 5px;
  margin-right: 10px;
}
.gift-cards-list button {
 
  background-color: white;
  padding: 5px;
  border-radius: 5px !important;
}
.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
  background: #fff;
}
a:hover
{
	color:#f4a745;
}
.comment-form-cookies-consent, .woocommerce-noreviews, .comment-notes, #reply-title {
  display: none !important;
}
.product_meta .pwb-single-product-brands {
  padding-top: 7px !important;
  font-size: 14px;
  padding-left: 5px;
}
.pwb-row {
  list-style: none;
}
.pwb-columns
{
	padding: 5px !important;
}
.widget-title
{
font-size: 21px;
}
.price ins {
text-decoration: none;
}
/*** change discounted and original price size and color ***/ 
del span.woocommerce-Price-amount.amount {
font-size: 14px !important;
	text-decoration:line-through;
}
del
{
	text-decoration: none;
}
ins span.woocommerce-Price-amount.amount {

/*font-size: 20px !important;*/
	font-weight: bold;
}
.owl-item h3
{
	font-size: 21px !important;
}
.woocommerce span.onsale {
  min-height: 0 !important;
  min-width: 0 !important;
  padding: .202em;
  font-weight: 700;
  position: absolute;
  text-align: center;
  line-height: 1 !important;
  margin: 0;
  border-radius: 10px !important;
  color: #fff;
  font-size: .857em;
  z-index: 9;
}

.woocommerce-MyAccount-content {
  background: #f7ebeb;
  padding: 15px;
  font-size: 18px;
}
.myaccount-menu
{
	  background: #f7ebeb;
  padding: 20px !important;
}

@media only screen and (max-width: 400px) {
     #dgwt-wcas-search-input-1 
	{
    max-width: 300px !important; 
	}
	.custom-logo 
	{
		max-width: 145px !important;
	}
	.checkout-smg
	{
		width: 350px !important;
	}
	.s-products__items.justforyou.text-center
	{
		background: #fff;
		padding: 2px !important;
	}
	.about-back-suku, .about-flex 
	{
		padding-left: 15px;
	}
	.suku-payment-footer
	{
		margin-left: 15px;
	}
	.maxWidth
	{
		font-size: 15px !important;
	}
	.related h2 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;		
}
	.yith-wcmbs-membership-details {
  grid-gap: 0px !important;
}
	.yith-wcmbs-membership-history-activity__date
	{
  min-width: 52px !important;
}
	.yith-wcmbs-membership-history-activity__note {

  margin-left: 2px !important;
}
	.top-call {
  text-align: center;
  margin-top: -10px;
  margin-right: 0px;
		font-size: 13px;
	}
	.red1
{
    position: fixed !important;
    top: 125px;
    left: 0;
	right: 0;
    z-index: 9999;
	 width: 100%;
}
	
	.woocommerce-checkout #payment ul.payment_methods li {
  font-size: 14px !important;
}
	#panel {
    display: none;
    position:absolute;
    z-index:1000;
    min-width:260px;
}

}




#wps-slider-section {
  background: #fff;
  margin-left: 6px;
  padding: 9px;
	margin-bottom: 20px;
}



.woocommerce ul.products li.product .button {
  margin-top: 1em;
  background: #d20000;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  margin: 0 15px 15px 15px;
	padding-bottom: 10px;
}
.woocommerce a.added_to_cart {
  padding-top: .5em;
  display: inline-block;
  background: red;
  padding-bottom: 5px;
  margin: 10px 15px 10px 15px;
  border-radius: 30px;
	background: #1b1a1c;
	color: #fff;
	text-align: center;
}
.woocommerce ul.products
{
	/*background: #f2f2f2;*/
}
.owl-item
{
	background: #fff;
	padding: 10px;
}
.lmp_load_more_button {
  width: 100%;
  text-align: center;
  clear: both;
  margin-top: -16px !important;
  padding-top: 15px;
  background: #f2f2f2;
}

.suku-cat-flex
{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.suku-cat-header {
  background: #004799;
  padding: 5px 10px 0 40px;
  border-radius: 10px;
  position: relative;
margin: 15px 0 25px 0;	
	box-shadow: 1px 2px 4px 1px #d2cfcfba;
}

.suku-cat-header.suku-flex:before {
  /*content: url('../img/p2.jpg');*/
	content: '';
	background-image: url('../img/dealer.jpg');
    display: inline-block;
    width: 30px; 
    height: 30px;
  font-family: FontAwesome;
  position: absolute;
  top: 5px;
  bottom: 0;
  left: 5px;	
	background-size: 30px 30px;
	border-radius: 25px;
}
.suku-cat-header h6 
{
	font-weight: 900;
	font-size: 20px;
}
.suku-cat-header h6 a
{
		color: #d20000;
}
.suku-cat-header h6 a:hover
{
		color: #fff;
}

.suku-cat-header.suku-flex-1:before {
	content: '';
	background-image: url('../img/top-product.jpeg');
    display: inline-block;
    width: 30px; 
    height: 30px;
  font-family: FontAwesome;
  position: absolute;
  top: 5px;
  bottom: 0;
  left: 5px;	
	background-size: 30px 30px;
	border-radius: 25px;
}

.suku-cat-header.suku-flex-2:before {
	content: '';
	background-image: url('../img/nepali-flag.png');
    display: inline-block;
    width: 30px; 
    height: 30px;
  font-family: FontAwesome;
  position: absolute;
  top: 5px;
  bottom: 0;
  left: 5px;	
	background-size: 30px 30px;
	border-radius: 25px;
}
.suku-cat-header.suku-flex-3:before {
	content: '';
	background-image: url('../img/p2.jpg');
    display: inline-block;
    width: 30px; 
    height: 30px;
  font-family: FontAwesome;
  position: absolute;
  top: 5px;
  bottom: 0;
  left: 5px;	
	background-size: 30px 30px;
	border-radius: 25px;
}

.suku-cat-header.suku-flex-4:before {
 
	content: '';
	background-image: url('../img/fashion.jpg');
    display: inline-block;
    width: 30px; 
    height: 30px;
  font-family: FontAwesome;
  position: absolute;
  top: 5px;
  bottom: 0;
  left: 5px;	
	background-size: 30px 30px;
	border-radius: 25px;
}
/* Remove tag form product page*/
.tagged_as {
  display: none !important;
}

.lmp_products_loading
{
	background: #f2f2f2 !important;
	margin-top: -20px !important;
}
.must-checkout
{
  text-align: center;
 /* background: #ff0;*/
  font-size: 30px;
  padding: 10px;
  border-radius: 25px;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 3.5rem;
  padding-left: .5rem;
  font-size: 20px;
  padding-bottom: 13px;
  font-weight: 700;
}
.navbar-light .navbar-nav .active > .nav-link
{
	color: #1b1a1c;
}
.menu-right-suku
{
	margin-top: 9px;
}
.menu-right-suku h4 {
  padding: 0 5px 3px 5px;
  font-size: 14px;
}
.menu-right-suku h4 a
{
	  	  color: #1b1a1c;
}
.menu-right-suku h4 a:hover
{

	color: #ff9d01;
}
.menu-right-suku h5 {
  font-size: 12px;
	color: #1b1a1c;
}
.top-call
{
	text-align: center;
	margin-left: 42px;
	font-size: 14px;
	
}
.pisol-ppscw-alert br {
  display: none;
}
.pisol-ppscw-alert
{
	margin: 0 !important;
	padding: 0px 3px 0px 3px !important;
}
.pisol-ppscw-methods {
  margin-top: 0 !important;
  list-style: none;
  font-size: 13px !important;
}
.shipping-method-description {
  font-size: 13px;
  color: gray;
  margin-bottom: 0 !important;
}
#calc_shipping_country, #calc_shipping_state {
  color: #1b1a1c;
  border-radius: 15px;
}
.button.pisol-shipping-calculator-button {
  padding-left: 5px !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 15px !important;
}
.pisol-ppscw-methods li
{
	margin-left: 0 !important;
}
.woocommerce .woocommerce-breadcrumb {
  /*border-bottom: 1px solid #5a466f;*/
  margin-left: 6px;
  background: #fbfbfb;
  margin-top: 10px;
}
.product_meta {
  margin-top: 15px !important;
}
.select2-selection__arrow {
  display: none;
}
#billing_country_field, #calc_shipping_country_field {
  display: none;
}
.woocommerce-order-overview__order.order {
  background: #f7f70e; 
}
#billing_city, #calc_shipping_city_field {
  width: 200px !important;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  float: right;
  width: 100% !important;
}
.cart_totals h2 {
  display: none;
}
.cart_totals .cart-subtotal {
  background: #8194cd;
  color: #fff;
	font-weight: 700px
}
.woocommerce .cart .button, .woocommerce .cart input.button {
  background: #7f92cb;
  color: #fff;
	border-radius: 15px;
}
#coupon_code {
  width: 130px;
  border-radius: 15px;
}
.checkout-reg .woocommerce-form.woocommerce-form-register.register {
  margin-top: 10px;
  padding-top: 0;
  padding-bottom: 0;
}
.checkout-top {
  background: #ebe9eb;
	margin-left: 3px;
	border: 1px solid  #7f92cb;
	border-radius: 10px;
	box-shadow: 1px 2px 4px 1px #d2cfcfba;
}
.ur-frontend-form {
  margin-bottom: 0px !important;
  border: 0px solid #dee0e9 !important;
  padding: 0 !important;
}

.ur-frontend-form .ur-form-row .ur-form-grid label, .ur-frontend-form .ur-form-row .ur-form-grid legend {
  margin-bottom: 0 !important;
  margin-top: !important;
}
.ur-frontend-form .ur-form-row .ur-form-grid input[type="text"], .ur-frontend-form .ur-form-row .ur-form-grid input[type="email"], .ur-frontend-form .ur-form-row .ur-form-grid input[type="password"]
{
margin-bottom: 0 !important;
border-radius: 15px;
}
.checkout-top h5 {
  margin-top: 30px;
  padding: 5px;
  background: #7f92cb;
  text-align: center;
  border-radius: 15px;
  color: #fff;
}
.col-md-2.col-12.suku-checkout-reg {
  max-width: 100% !important;
	padding-right: 10px;
}

@media (min-width: 768px)
{
	.col-md-5.col-12.checkout-reg {
  max-width: 48% !important;
}
	
}
.checkout-top-note
	{
		text-align: center;
		font-size: 13px;
		  padding-left: 20px;
		background: yellow;
}
.btn.button.ur-submit-button {
  color: #fff !important;
  background: #7f92cb !important;
  border-radius: 10px !important;
}
.ywgc_enter_code input
{
	width: 145px !important;
}
.woo-slg-show-social-login {
  color: #ff0 !important;
}
.suku-cart-back {
  background: #ffffff96;
  padding-top: 20px;
  margin-bottom: 20px;
}
.wc-block-product-categories-list-item-count {
  display: none;
}
.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
  /*box-shadow: 1px 2px 4px 1px #d2cfcfba;*/
	border: 1px solid #d2cfcfba;
}
.woocommerce div.product div.summary {
  margin-bottom: 2em;
  /*box-shadow: 1px 2px 4px 1px #d2cfcfba;*/
}
.woocommerce table.shop_table, .woocommerce table.shop_table td
{
	border: none !important;
}
.woocommerce table.shop_table tfoot th
{
	border-top: none !important;
}
.woocommerce-cart table.cart img
{
	width: 200px !important;
box-shadow: none;
border-radius: 10px;
}

 
a.remove {
    text-indent: -9999px;
    border: 0;
}

 
a.remove:before {
    font-family: FontAwesome;
    content: "\f1f8";
    float: left;
    text-indent: 0;
}
.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
  background-color: #fff !important;
}
.woocommerce-cart .cart-collaterals .cart_totals tr th
{
	border-top: none !important;
}
.product-subtotal {
  display: none;
}
.order-total {
  font-size: 25px !important;
  font-weight: 700;
}
.woocommerce ul#shipping_method .amount {
  font-weight: 700;
  font-size: 20px !important;
}
#place_order {
  font-size: 25px;
}
.woocommerce-checkout #payment ul.payment_methods li
{
	font-size: 20px;
	padding: 5px;
border: 1px dotted;
margin-bottom: 10px;
border-radius: 10px;
}
@media(max-width: 480px) {
	.woocommerce-checkout #payment ul.payment_methods li
	{
		font-size: 17px;

	}

	.woocommerce-checkout #payment ul.payment_methods li input {
	  margin: 0 0.2em 0 0 !important;
	}
	
}	

.woof_show_auto_form.woof_btn_default {
  display: none !important;
}
.woof_checkbox_label {
  margin-left: 7px !important;
  font-size: 15px;
}
ul.woof_list {
  line-height: 0.75rem !important;
}

.woocommerce.columns-6 br {
  display: none;
}
.owl-carousel .owl-stage-outer {
  margin-right: 10px;
}
.cat-brand-dec {
  background: #fff;
  padding: 0 10px 0 10px;
}
woocommerce div.product form.cart .variations
{
	margin-top: 0 !important;
}
.woocommerce div.product form.cart .variations td
{
	line-height: 10px !important;
}
.woof_list.woof_list_checkbox input {
  display: none !important;
}
.iradio_square-blue input {
  display: none !important;
}
.archive.search.search-results.post-type-archive.post-type-archive-product.wp-custom-logo.theme-sukushop.user-registration-page.woocommerce-shop.woocommerce.woocommerce-page.woocommerce-js.hfeed.dokan-theme-sukushop {
  padding-left: 9px;
}
.thwvsf-wrapper-ul .thwvsf-wrapper-item-li.attr_swatch_design_default:hover {
  background: #024b8f !important;
  color: #fff !important;
	box-shadow: 0 0 0 3px #024b8f !important;
}
#wps-slider-section #sp-woo-product-slider-1009 .wpsf-product-price
{
	line-height: 18px !important;
}

.woocommerce-checkout #payment {
  background: #ebe9eb;
  border-radius: 10px !important;
box-shadow: 1px 2px 4px 1px #d2cfcfba;
	margin-bottom: 20px;
}
.checkout-smg td {
  padding: 5px;
}

.woocommerce div.product .onsale
{
	display: none !important;
}
li.woocommerce-order-overview__order.order {
	text-align: center !important;
}


input:checked + label {
  font-weight: bold;
}
input[type="radio"]:checked + *::before {
  background: radial-gradient(teal 0%, teal 40%, transparent 50%, transparent);
  border-color: #024b8f;
}
input[type="radio"]:checked + * {
  color: #024b8f;
}
.woocommerce ul#shipping_method li input {
  margin: 6px .4375em 0 0 !important;
  vertical-align: top;
}
 .woocommerce-checkout #payment ul.payment_methods li img {
  border-radius: 8px;
  display: none !important;
}
.col-md-4.text-md-left.suku-payment-footer img {
  height: 40px !important;
}
.footer-arrow {
  color: lightgray;
}
.text-center button {
  background: #054a8f;
  padding: 7px;
  margin-top: 25px;	
  border-radius: 15px;
  color: #fff;
  border: none;
}
.checkout-order-top
{
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px;
}

.qr-code-payment-suku img {
  width: 330px !important;
  height: 280px !important;
  border-radius: 10px;
  margin-bottom: 5px;
}

.product .berocket_lmp_first_on_page
{
	margin: 0 !important;
}
.show_note_on_apply_products  {
  margin: 5px 0 !important;
  background: #ecece7 !important;
border-radius: 10px !important;
}
.image-below-post {
  width: 375px !important;
  height: 140px !important;
}
.wp-embed.post-215.post.type-post.status-publish.format-standard.has-post-thumbnail.hentry.category-info {
  width: 350px !important;
}
#dgwt-wcas-search-input-1 {
  height: 45px !important;
}
.woocommerce form .form-row select, .woocommerce-page form .form-row select {
  width: 73%;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal;
  height: 40px;
  border: 1px solid lightgray;
  border-radius: 10px;
}


.heater-right-cart-flex
{
	display: flex;
	justify-content: flex-start;
	column-gap: 10px;
	padding: 9px;
}
.n2-ss-slide-background-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: scale-down;
  color: RGBA(0,0,0,0);
}
.n2-ss-slider .n2-ss-slide-background-image img
{
	object-fit: scale-down !important;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp
{ background: none !important;
padding: 0 !important;
}

.heater-right-cart-flex i {
  color: #1b1a1c; 
	font-weight: 700;
}
.heater-right-cart-flex a {
  color: #1b1a1c; 
	font-weight: 700;
}
.dgwt-wcas-search-submit {
  top: 6px !important;
}
@media(max-width: 768px) {
.top .col-md-2.col-9 {
  max-width: 100% !important;
}
	}

.wc-block-cart .wc-block-cart__submit-container {
  padding: 0;
  background: #b7f3b5;
}

.page-footer p a {
  color: #1b1a1c !important;
}
.home-category img
{
    border-radius: 100%;
    width: 100%;
}
.home-category {
  background: #fadbdb;
}
.home-category h4 {
  text-align: center;
  background: #e58c8c;
  color: #fff;
  padding: 5px;
}
.heater-right-cart-flex h5
{
	font-size: 18px !important;
}

.custom-logo {
  max-width: 150px;
  max-height: 70px;
}
.ad-cat img
{
	width: 100% !important;
}
.suku-payment-im li img {
		  	height: 40px;
  			width: 40px;
  			background: #fad3a0;
  			border-radius: 15px;
			}
		.suku-payment-im ul li 
		{
			  list-style: none;
			  display: inline;
			  padding: 5px;
			  
		}		