.header-style3 #sns_header #sns_slideshows3 .owl-controls .owl-nav .owl-next,
.header-style3 #sns_header #sns_slideshows3 .owl-controls .owl-nav .owl-prev {
  border-radius: 0;
}
.header-style3 #sns_header #sns_header_full {
  border: none !important;
  transition: all 0.35s ease-in-out;
  box-shadow: none;
}
.header-style3 #sns_header #sns_header_full.sticky {
  top: -40px;
  transition: all 0.35s ease-in-out;
  background-color: #000;
  border: none;
}
.main-button {
  padding: 9px 20px 9px;
  border: 1px solid #000;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  display: inline-block;
}
.main-button:hover {
  color: #fff;
  background: #000;
  border: 1px solid #000;
}
.main-title {
  margin: 0;
  font-size: 24px;
}
.columned {
  columns: 3;
}
.products-grid .item .item-inner .item-info .item-title {
  font-size: 18px;
}
.is-padded {
  padding: 20px 0;
}
.header-style3 #sns_header #sns_menu #sns_header_logo img {
  height: 75px;
}
.header-style3 #sns_header #sns_slideshows3 {
  position: relative;
}
.header-style3 #sns_header #sns_slideshows3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.569362779291404) 100%
  );
  z-index: 2;
}
#sns_footer_top .column ul li {
  font-size: 14px;
}
#sns_content
  .sns-products-list
  .products-small
  .owl-controls
  .owl-nav
  .owl-prev:before {
  content: "\f053";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
}

#sns_content
  .sns-products-list
  .products-small
  .owl-controls
  .owl-nav
  .owl-next:before {
  content: "\f054";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
}
#sns_footer_top {
  background: #000;
}
#sns_footer_top .contact_us .fa-ul li,
#sns_footer_top .contact_us .fa-ul li a,
#sns_footer_top ul li,
#sns_footer_top ul li a,
#sns_footer_top h6 {
  color: #fafafa;
}
#sns_footer_top ul li a:hover {
  color: #fefefe;
  opacity: 0.75;
}
#sns_footer_bottom {
  padding: 6px 0;
  background-color: #000;
}
.detai-products1 .owl-controls .owl-nav .owl-prev,
.detai-products1 .owl-controls .owl-nav .owl-next {
  background-color: #1a1a1a;
}

#sns_banner_top {
  min-height: 200px;
  padding: 170px 0 30px 0;
  color: #fff;
  position: relative;
}
#sns_banner_top:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #1a1a1a;
  opacity: 0.45;
}
#sns_banner_top .page-title {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 1px;
}
.cms-index-index3 #sns_content {
  margin-top: 0;
}
.header-style3 #sns_header .sticky #sns_menu #sns_header_logo img {
  height: 60px;
}
#sns_pathway .breadcrumbs li.last span,
#sns_pathway .breadcrumbs a {
  color: #fff;
  font-size: 16px;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dt {
  font-size: 15px;
}
#sns_content .block.block-layered-nav dl#narrow-by-list dd ol li a {
  font-size: 14px;
}

.nav-thumbs ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.nav-thumbs ul li {
  width: 75px;
  height: 75px;
  padding: 5px;
  margin-bottom: 4px;
  border: 1px solid #eaeaea;
  position: relative;
}
.nav-thumbs ul li:last-of-type:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.nav-thumbs ul li:last-of-type .image-number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 1;
  font-size: 18px;
}
.nav-thumbs ul li:hover {
  border-color: #000;
}
.nav-thumbs ul li a img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.product-images {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
.product-main-image {
  width: calc(100% - 90px);
}

.product-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 24px;
}
.product-title .details {
  display: block;
  font-size: 16px;
  font-weight: 400;
  opacity: 0.75;
  margin-top: 4px;
}
.product-details-wrapper {
  padding: 15px 30px;
  background-color: #fff;
}
.product-details-wrapper .price {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 7px;
}
.product-details-wrapper .discount-price {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}
.product-details-wrapper .discount-price span {
  padding: 3px 10px;
  color: rgb(14, 167, 47);
  border: 1px dashed rgb(14, 167, 47);
}
.product-details-wrapper .discount-price del {
  font-size: 18px;
  margin-left: 15px;
  color: rgb(145, 19, 19);
}
.variation-selector p {
  font-size: 18px;
  color: #a9a9a9;
  font-weight: 500;
}
.flex-display-label {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.for-book-checkbox {
  border: 1px solid #212529;
  padding: 4px 8px;
  margin-bottom: 6px;
  margin-right: 4px;
  color: #212529;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  /* width: 30%; */
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
}
.for-book-checkbox.label-checked {
  background-color: #31993f;
  color: #fff;
}
.product-quantity .quantity-box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
}
.product-quantity .quantity-box button {
  width: 40px;
  height: 100%;
  border: none;
  background-color: #38b348;
  color: #fff;
  height: calc(1.5em + 0.75rem + 9px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.product-quantity .quantity-box button i {
  top: auto;
}
.product-quantity .quantity-box .form-control {
  width: 60px;
  margin: 0 4px;
  border-radius: 0;
  border: 1px solid #141414;
  text-align: center;
}
.product-quantity p {
  font-size: 18px;
  color: #a9a9a9;
  font-weight: 500;
}
.product-quantity .min-quantity {
  font-size: 12px;
  color: #a9a9a9;
  font-weight: 500;
}
.toolbar{
  margin-bottom: 0;
}
.sub-btn button{
  font-size: 15px;
}
.product-price-box {
  background-color: #fff;
  margin-bottom: 32px;
}
.product-price-box h3{
  font-size: 24px;
  margin:0;
}
.product-price-box .progress{
  height: auto;
}

.product-price-box .product-price {
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 0;
}

.product-price-box .discount {
  padding: 10px 0;
}

.product-price-box .discount span {
  padding: 4px 8px;
  border: 1px dashed #e52600;
  color: #e32407;
}

.product-quantity p {
  margin-bottom: 4px;
}

.product-quantity .quantity-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.product-quantity .quantity-box button {
  width: 40px;
  border: none;
  background-color: #e82615;
  color: #fff;
  height: calc(1.5em + 0.75rem + 2px);
}

.product-quantity .quantity-box .form-control {
  width: 60px;
  margin: 0 4px;
  border-radius: 0;
  border: 1px solid #141414;
  text-align: center;
}

.for-book-checkbox.label-checked {
  background-color: #e40b0b;
  color: #fff;
}
.sub-btn{
  margin-left: 25px;
}
.sub-btn button {
  width: 200px;
  padding: 10px 0;
}

i {
  top: 0%;
}
.update-box{
  display: flex;
  margin-top:32px;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.tab-pane{
  font-size: 14px;
}
.shop table.cart {
	width: 100%;
	margin: 0;
	text-align: left;
}

.shop table.cart img {
	height: auto;
	width: 55px;
}

.shop table.cart th {
	padding: 8px 10px;
}

.shop table.cart td {
	border-top: 1px solid rgba(0, 0, 0, 0.06);
	padding: 8px 10px;
}

.shop table.cart td.actions {
	padding: 20px 0;
}

.shop table.cart .remove [class*="fa-"] {
	font-size: 1em;
}

.shop table.cart .coupon {
	float: left;
}

.shop table.cart .product-remove {
	width: 1%;
}

.shop table.cart .product-thumbnail {
	width: 8%;
}

.shop table.cart .product-name {
	width: 60%;
}

.shop table.cart .quantity {
	position: relative;
	margin:0 auto;
}

.shop .actions-continue {
	float: right;
}

.shop .cart-totals {
	width: 100%;
}

.shop .cart-totals th, .shop .cart-totals td {
	border-top: 1px solid rgba(0, 0, 0, 0.06);
	padding: 8px 10px;
}

.shop .cart-totals tr.total .amount {
	font-size: 2em;
	display: block;
	padding-top: 10px;
}

.shop ul.simple-post-list li {
	border: 0;
	padding-bottom: 0;
}
/* .shoppingcart ul.nav-mid .number{
  line-height: 1;
  height: auto;
} */
.shoppingcart ul.nav-mid .number input{
  width: 75%;
  height: 40px;
  padding:5px;
}
.billing-wrap{
  padding:15px;
  border: 1px solid #eaeaea;
}
.checkout-right{
  padding:0 25px;
  border: 1px solid #eaeaea;
}
.form-check .form-check-label{
  font-size: 16px;
}
.mb-5{
  margin-bottom: 10px;
}
.actions-continue input{
  font-size: 16px;
  padding:6px 24px;
  font-weight: 600;
}
.checkout-right td, .checkout-right th{
  font-size: 16px;
}
.program-card .program-title{
    font-size:18px;
}
.program-card{
    min-height:350px;
}
@media only screen and (max-width: 600px) {
  .header-style3 #sns_header #sns_header_full {
    background-color: #1a1a1a;
    background-image: none;
    margin-bottom: 0;
  }
  .header-style3 #sns_header #sns_header_full #sns_menu #sns_header_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .header-style3 #sns_header #sns_menu #sns_header_logo h1 {
    padding: 0;
  }
  .header-style3 #sns_header #sns_header_full #sns_menu #sns_header_logo img {
    height: 30px;
  }
  #sns_menu .sns_menu_right .block_topsearch {
    position: relative;
    top: 5px;
  }
  .header-style3 #sns_header #sns_header_full.sticky {
    position: fixed;
  }
  #sns_content .products-index .owl-controls {
    opacity: 1;
  }

  #sns_content
    .sns-products-list
    .products-small
    .item
    .item-inner
    .prd
    .item-img
    .product-image
    .img-main
    img {
    width: 100%;
    height: auto;
  }
  #sns_content
    .sns-products-list
    .products-small
    .item
    .item-inner
    .prd
    .item-info {
    width: 100%;
  }
  #sns_content .sns-products-list .products-small .item {
    text-align: center;
  }
  .detai-products1 .owl-controls .owl-nav .owl-prev,
  .detai-products1 .owl-controls .owl-nav .owl-next {
    background-color: #1a1a1a;
  }
  .sns_banner {
    display: none;
  }
  #sns_menu .sns_menu_right .block_topsearch .top-search {
    width: 300px;
    left: auto;
    right: 50%;
  }
  .products-grid .item .item-inner:hover .action-bot .actions,
  .products-grid .item .item-inner:hover .action-bot .wrap-addtocart,
  .products-grid .item .item-inner .action-bot .actions {
    transform: translateX(0);
  }
.quantity-main{
    flex-direction:column;
    align-items:flex-start;
}
    .quantity-main .quantity-box{
        margin-bottom:10px;
    }
}

/* NEW CSS */

.program-card .program-info {
  padding: 30px;
}


.program-info .program-desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.travel-program .program-title {
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 21px;
}

.include-section {
  margin-top: 35px;
  padding-top: 30px;
  border-top: 1px solid #ddd;
}

.include-section .main-title {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 20px;
}

.include-section .itinerary-title, .info-title {
  font-size: 18px;
  font-weight: 600;
}

.include-section .itinerary-desc {
  font-size: 16px;
}

.include-section .days-info {
  margin-bottom: 25px;
}

.include-info .info-title {
  font-size: 20px;
  font-weight: 600;
}

.include-info .info-list li {
  padding: 10px 0;
  padding-left: 30px;
  position: relative;
}
.include-info .info-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  background-image: url(../images/check.svg);
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.include-info .info-list.list-exclude li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  background-image: url(../images/cross.svg);
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.bg-gray {
  background-color: #fafafa;
}

.padding-new {
  padding: 65px 0;
}

.sticky-nav {
  position: sticky;
  top: 76px;
  z-index: 9;
}

.travel-nav {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  border-bottom: 1px solid #ddd;
  background-color: #fafafa;
}

.nav-list-style {
  width: 100%;
}

.nav-list-style a {
  padding: 10px 0;
  display: inline-block;
  text-align: center;
  width: 100%;
  border-right: 1px solid #ddd;
}

.travel-nav a {
  color: #000;
  font-weight: 600;
  font-size: 18px;
}

.new-padding-top {
  padding-top: 35px;
}
.has-children {
  position: relative;
}

header nav ul li a {
  line-height: 45px;
}

.child-nav {
  position: absolute;
  top: 62px;
  left: 0;
  width: 180px;
  background-color: #fff;
  /* border-top: 1px solid #ddd; */
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  transition: all .2s ease-in;
}

.child-nav a {
  line-height: 30px;
  font-size: 16px;
}
header nav ul li .child-nav a {
  color: #000;
  text-shadow: none;
}

.has-children:hover .child-nav {
  visibility: visible;
  opacity: 1;
  transition: all .2s ease-in;
  
}
.child-nav li {
  display: inline-block;
  border-bottom: 1px solid #f7f7f7;
  width: 100%;
}

.child-nav li:last-child {
  border-bottom: none;
}
.bank-info-title {
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  color: #c85103;
  margin-bottom: 10px;
}
.bank-infos {
  border-radius: 4px;
  padding: 15px 15px;
  border-radius: 8px;
  box-shadow: rgba(9, 30, 66, 0.05) 0px 1px 1px, rgba(9, 30, 66, 0.05) 0px 0px 1px 1px;
  margin-top: 35px;

}
.description-box ul{
	list-style:disc;
	padding-left:25px;
	columns:2;
	margin-top:15px;
}

@media only screen and (max-width: 700px) {
  .travel-nav a {
    font-size: 10px;
  }
  .sticky-nav {
    top: 56px;
  }

  .gallery-images {
    margin-bottom: 15px;
    display: block;
  }

  .heading-main-flex {
    flex-direction: column;
    align-items: flex-start !important;
    margin-bottom: 25px;
  }

  .package-description h4 {
    margin-bottom: 5px;
  }
  .package-description p {
    margin-bottom: 10px;
  }

  #packages {
    padding-top: 45px;
  }

}

