/*
    [ Shortcode Stylesheet ]
    <?xml version="1.0" encoding="UTF-8"?>

    Theme Name: 
    Version: 
    Author: 
    Author URL: 
    Description: 
    Date: 
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Fonts, Icons and Other Styles Import
2. Reset
  2-1. Body, Font, Container, Space
  2-2. Placeholder Customize
  2-3. Social Icons Color
  2-4. Input, Textarea (All forms field) customization
  2-5. Button Styling
 

-----------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Sora:wght@100..800&display=swap');
@import url("../fonts/bootstrap-icons-1.1/font/bootstrap-icons.css");
@import url("bootstrap.min.css");
@import url("../../plugins/jquery_ui/style.css");
@import url("animation.css");
@import url("../../plugins/wow/animate.css");
@import url("../../plugins/swiper/swiper-bundle.min.css");
@import url("../../plugins/swiper/swiper-gl.min.css");
@import url("../../plugins/odometer/odometer-theme-default.css");
@import url("../../plugins/fancybox/jquery.fancybox.css");
@import url("../../plugins/flatpickr/flatpickr.css");
@import url("../../plugins/nice-select/nice-select.css");
@import url("../../plugins/font-awesome/css/font-awesome.min.css");
/*@import url("../../plugins/cursor-effect/cursor-effect.css");*/

@import url("global.css");
@import url("header.css");
@import url("footer.css");
@import url("preloader.css");
@import url("shop.css");
@import url("components.css");
@import url("contact.css");
@import url("blog.css");
@import url("sidebar.css");
@import url("portfolio.css");
@import url("style.css");
@import url("responsive.css");
@import url("light.css");
.wptb-packages1 > .wptb-item--inner{
	border:1px solid #999;
	padding: 30px 10px 30px 10px; 
	min-height: 600px;
	height: auto;
} 


.wptb-packages1 >.wptb-item--inner > .wptb-item--holder > .wptb-item--title{
	font-weight: bold; 
	font-size:20px;
}

.wptb-packages1 >.wptb-item--inner > .wptb-item--holder > .wptb-item--title > span{
	text-transform: lowercase;
}

.wptb-packages1 >.wptb-item--inner > .wptb-item--holder > .wptb-list1{
	margin-top: 20px;
}

.wptb-packages1 >.wptb-item--inner > .wptb-item--holder > .wptb-item--subtitle{
	margin: 0px 10px 0px 10px;
	height: 50px;
}


.whatsapp-sticky{
  position:fixed;
  /*width:260px;*/
  /*height:60px;*/
  bottom:1%;
  right:30px;
  background-color:#dc3545;
  color:#FFF;
  border-radius:20px;
  text-align:center;
  font-size:20px;
  box-shadow: 2px 2px 3px #999;
  z-index:100;
  padding: 10px 20px 10px 20px; 
}

.whatsapp-sticky:hover{
  color:#eee;
}

.whatsapp-sticky .kecil{
  font-size: 20px;
  font-weight: bold
}

.my-whatsapp-sticky{
  margin-top:5px;
}
