/**
* Theme Name: Havezic Child
* Description: This is a child theme of Havezic, generated by Merlin WP.
* Author: <a href="https://wpopal.com/">Opalthemes</a>
* Template: havezic
* Version: 1.1.2
*/
.package .uc_ac_box{
  box-shadow: 0 4px 6px rgb(0 0 0 / 60%)!important;
  border-radius: 10px!important;
}
.product-display .woocommerce-tabs{
	display:none;
}
.product-display .related{
	display:none;
}
.product {
    width:80%;
    margin:0 auto;
}
.product-display .product_title{
	color: var(--e-global-color-primary);
	font-family: "Product Sans";
	font-size: 32px;
    line-height: 1.1875;
	clear: both;
    margin: 0 0 0em;
    font-weight: 600;
}
.single .product .product_title{
	color: var(--e-global-color-primary);
	font-family: "Product Sans";
	font-size: 32px!important;
    line-height: 1.1875;
	clear: both;
    margin: 0 0 0em;
    font-weight: 600;
}
.product-display .price{
	color: var(--e-global-color-primary);
    font-size: 17px;
    font-weight: 700;
    text-align: left;
    display: block;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px !important;
    border-radius: 0px 0px 0px 0px;
}
.single .product .price{
	color: var(--e-global-color-primary)!important;
    font-size: 17px;
    font-weight: 700;
    text-align: left;
    display: block;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px !important;
    border-radius: 0px 0px 0px 0px;
}

.product-display .woocommerce div.product form.cart .variations select{
	max-width: 75%;
    min-width: 75%;
	border-radius:5px!important;
}
.single.woocommerce div.product form.cart .variations select{
	max-width: 75%;
    min-width: 75%;
	border-radius:5px!important;
}

.product-display .woocommerce div.product form.cart .variations th:first-child {
    display: none !important;
}
.single.woocommerce div.product form.cart .variations th:first-child {
    display: none !important;
}

.product-display .woocommerce-product-gallery a {
	width:400px;
	float: right;
}
.single .product .woocommerce-product-gallery a {
	width:70%;
	float: right;
}
.product-display .woocommerce-product-gallery a img{
	border-radius:5px!important;
}
.product-display .woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left;
    width: 45%;
    padding: 13px;
    color: #fff;
    background: #c05427;
    border-radius: 10px;
}
.single.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left;
    width: 45%;
    padding: 15px;
    color: #fff;
    background: #c05427;
    border-radius: 10px;
}
.product-display .woocommerce div.product form.cart div.quantity {
    width: 35%;
}
.single.woocommerce div.product form.cart div.quantity {
    width: 28%;
}
.product-display  .woocommerce .quantity .qty {
    width: 100%;
	padding:0px;
}
.single.woocommerce .quantity .qty {
    width: 50%;
}
.woocommerce-cart #content{
	width:80%;
	margin:0 auto;
}
.wc-block-cart-items th{
	text-align:center;
	font-size:16px;
}
.wc-block-cart-items td:first-child {
    width: 30% !important;
}
 table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
    padding-right: 24px!important;
}
.wc-block-components-button{
	background: #c05427;
    color: #fff;
    border-radius: 10px;
}
.wc-block-components-button:hover{
	background: #b04828;
    color: #fff;
    border-radius: 10px;
}
.woocommerce-checkout #main{
	width: 80%;
    margin: 0 auto;
}
.woocommerce-info {
    border-top-color: #c05427;
}
.woocommerce-info::before {
    color: #c05427;
}
button#place_order {
    background: #c05427;
}
.woocommerce ul.products li.product .button {
    display: inline-block;
    margin-top: 1em;
    background: #c05427;
    color: #fff;
    width: 100%;
    border-radius: 5px;
    /* margin: 0 auto; */
    text-align: center;
    padding: 15px 20px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
    font-size:20px;
}
.woocommerce ul.products li.product .price{
    font-size:18px;
    font-weight:500;
}
.woocommerce-Tabs-panel h2, h3{
    font-size:28px!important;
}
.woocommerce-tabs .additional_information_tab {
    display:none!important;
}
.woocommerce-tabs #tab-additional_information {
    display:none!important;
}
.site-branding img {
    width: 150px!important;
}
.my-account-2 .my_account_page_nav_wrapper{
	margin-top:105px!important;
}
.my-account-2 .orders_page_wrapper .page-title{
	font-size:28px!important;
	padding: 0 10px;
}
.my-account-2 .my_account_edit_user_profile .page-title{
	font-size:28px!important;
	padding: 0 10px;
}
.my-account-2 .my_account_change_user_password .page-title{
	font-size:28px!important;
	padding: 0 10px;
}
.highlight-list li::before {
    content: "\2713"; 
	position: absolute;
    left: 0;
    top: 0;
    background-color: #ad4625;
    color: #fff; /* will now work on iOS */
    border-radius: 50%;
    font-size: 12px;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    line-height: 1;
}
.my-text {
  display: none !important;
}
body.my .my-text {
  display: block !important;
}
body.my .sg-text {
  display: none !important;
}
@media only screen and (max-width: 767px) {
.product {
    width: 100%;
    margin: 0 auto;
    padding:0 20px;
}
.site-branding img {
    width: 100px!important;
}
.my-account-2 .havezic-mobile-nav{
	display:none!important;
}
.my-account-2 .my_account_page_header_inner.d-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.button.button-go-back-home{
	margin-left: 0px!important;	
}
.my-account-2 .my_account_page_header_inner .desktop-hide-down {
	display:block!important;
	max-height:50px;
}
#edit_user_profile .edit-profile-inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}
#edit_user_profile .user_profile_fields_group {
    max-width: 100%!important;
}
.product-display .woocommerce div.product form.cart div.quantity {
    width: 35%;
}
.product-display .woocommerce .quantity .qty {
    width: 100%;
    padding: 0;
}
.product-display .woocommerce div.product form.cart .button {
    width: 50%!important;
	margin-left: 5%;
}
.menu-mobile-nav-button{
    font-size:20px!important;
}
.menu-mobile-nav-buttona .havezic-icon-bars{
    line-height:3!important;		
}
.my-account-21 .orders_page_wrapper{
	padding:0 15px;
}
.wc-block-cart table.wc-block-cart-items
{
  margin: 0 0 0px!important;
}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
    max-width: 85px!important;
}
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
  padding-right: 0px !important; 
}
.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image{
  width:100%!important;
}
.single.woocommerce div.product form.cart div.quantity {
    width: 50%;
}
.single.woocommerce .quantity .qty {
    width: 50%;
}
.product-display .woocommerce-product-gallery a {
    width: 100%;
    float: none;
}
.woocommerce-Tabs-panel h2, h3{
    font-size:28px!important;
}
.product-display .woocommerce div.product form.cart .variations select {
    max-width: 100%;
    min-width: 100%;
    border-radius: 5px !important;
}
.product {
    flex-direction: column;
    display: flex;
    gap: 10px;
  }
  .summary { order: 1; } 
  .woocommerce-product-gallery { order: 2; } 
  .woocommerce-tabs { order: 3; } 
.single.woocommerce div.product form.cart .variations select {
    max-width: 100%;
    min-width: 100%;
    border-radius: 5px !important;
}
.single .product .product_title {
    font-size: 28px !important;
}
.advisors .team-image img {
        margin: 0 auto!important
    }
.abt .uc-item-active .uc_content{
	  background:#c05328!important;
}
.event-title{
   font-size: 28px!important;	
}
.event-item h3 {
	font-size: 21px!important;
}
.elementor-41 .elementor-element.elementor-element-d4e3039 .elementor-repeater-item-4baf91f .uc_content {
    background-color: #ffeee3 !important;
}
.menu-item-has-children .sub-menu {
  display: none;
}

.menu-item-has-children.submenu-open > .sub-menu {
  display: block;
}

.menu-item-has-children .sub-menu {
  display: none;
  transition: all 0.3s ease;
}

.menu-item-has-children.submenu-open > .sub-menu {
  display: block;
}

.menu-item > a {
  padding: 10px 10px !important;
  border-radius:5px;
  margin: 5px 0px;
}

.menu-item.current-menu-item > a,
.menu-item.current-menu-parent > a {
    background-color: #ae431e;
    color: #fff !important;
    border-radius: 8px;
}

.menu-item-has-children.submenu-open > a {
    background-color: #ae431e;
    color: #fff!important;
}
.sub-menu .menu-item.current-menu-item > a,
.sub-menu .menu-item.current-menu-parent > a {
    background-color: #8b2815!important;
    color: #fff !important;
}
.mobile-navigation ul li button.toggled-on::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url('https://karvatravel.com/wp-content/themes/havezic/assets/icon/arrow.svg')!important;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.mobile-navigation ul li button.toggled-on::before {
  font-family: initial !important; /* or remove inherited font icon */
}
/* Home icon */
      .menu-item.home > a::before {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        background-image: url('https://karvatravel.com/wp-content/themes/havezic/assets/icon/home.svg');
        background-size: contain;
        background-repeat: no-repeat;
        margin-right: 8px;
        vertical-align: middle;
      }
      .menu-item.home.current-menu-item > a::before,
      .menu-item.home.current-menu-parent > a::before {
         background-image: url('https://karvatravel.com/wp-content/themes/havezic/assets/icon/home-f.svg');
      }
      .menu-item.home > a:focus::before,
      .menu-item.home > a:hover::before {
        background-image: url('https://karvatravel.com/wp-content/themes/havezic/assets/icon/home-f.svg');
      }
      .menu-item.home.submenu-open > a::before {
        background-image: url('https://karvatravel.com/wp-content/themes/havezic/assets/icon/home-f.svg');
      }
 /* About icon */
      .menu-item.about > a::before {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        background-image: url('https://karvatravel.com/wp-content/themes/havezic/assets/icon/about.svg');
        background-size: contain;
        background-repeat: no-repeat;
        margin-right: 8px;
        vertical-align: middle;
      }
      .menu-item.about.current-menu-item > a::before,
      .menu-item.about.current-menu-parent > a::before {
         background-image: url('https://karvatravel.com/wp-content/themes/havezic/assets/icon/about-f.svg');
      }
      .menu-item.about > a:focus::before,
      .menu-item.about > a:hover::before {
        background-image: url('https://karvatravel.com/wp-content/themes/havezic/assets/icon/about-f.svg');
      }
      .menu-item.about.submenu-open > a::before {
        background-image: url('https://karvatravel.com/wp-content/themes/havezic/assets/icon/about-f.svg');
      }
/* Umrah icon */
      .menu-item.umrah > a::before {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        background-image: url('https://karvatravel.com/wp-content/themes/havezic/assets/icon/umrah.svg');
        background-size: contain;
        background-repeat: no-repeat;
        margin-right: 8px;
        vertical-align: middle;
      }
      .menu-item.umrah.current-menu-item > a::before,
      .menu-item.umrah.current-menu-parent > a::before {
         background-image: url('https://karvatravel.com/wp-content/themes/havezic/assets/icon/umrah-f.svg');
      }
      .menu-item.umrah > a:focus::before,
      .menu-item.umrah > a:hover::before {
        background-image: url('https://karvatravel.com/wp-content/themes/havezic/assets/icon/umrah-f.svg');
      }
      .menu-item.umrah.submenu-open > a::before {
        background-image: url('https://karvatravel.com/wp-content/themes/havezic/assets/icon/umrah-f.svg');
      }
/* Muslim icon */
      .menu-item.muslim > a::before {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        background-image: url('https://karvatravel.com/wp-content/themes/havezic/assets/icon/muslim.svg');
        background-size: contain;
        background-repeat: no-repeat;
        margin-right: 8px;
        vertical-align: middle;
      }
      .menu-item.muslim.current-menu-item > a::before,
      .menu-item.muslim.current-menu-parent > a::before {
         background-image: url('https://karvatravel.com/wp-content/themes/havezic/assets/icon/muslim-f.svg');
      }
      .menu-item.muslim > a:focus::before,
      .menu-item.muslim > a:hover::before {
        background-image: url('https://karvatravel.com/wp-content/themes/havezic/assets/icon/muslim-f.svg');
      }
      .menu-item.muslim.submenu-open > a::before {
        background-image: url('https://karvatravel.com/wp-content/themes/havezic/assets/icon/muslim-f.svg');
      }
/* Services icon */
      .menu-item.services > a::before {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        background-image: url('https://karvatravel.com/wp-content/themes/havezic/assets/icon/services.svg');
        background-size: contain;
        background-repeat: no-repeat;
        margin-right: 8px;
        vertical-align: middle;
      }
      .menu-item.services.current-menu-item > a::before,
      .menu-item.services.current-menu-parent > a::before {
         background-image: url('https://karvatravel.com/wp-content/themes/havezic/assets/icon/services-f.svg');
      }
      .menu-item.services > a:focus::before,
      .menu-item.services > a:hover::before {
        background-image: url('https://karvatravel.com/wp-content/themes/havezic/assets/icon/services-f.svg');
      }
      .menu-item.services.submenu-open > a::before {
        background-image: url('https://karvatravel.com/wp-content/themes/havezic/assets/icon/services-f.svg');
      }
/* Event icon */
      .menu-item.event > a::before {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        background-image: url('https://karvatravel.com/wp-content/themes/havezic/assets/icon/event.svg');
        background-size: contain;
        background-repeat: no-repeat;
        margin-right: 8px;
        vertical-align: middle;
      }
      .menu-item.event.current-menu-item > a::before,
      .menu-item.event.current-menu-parent > a::before {
         background-image: url('https://karvatravel.com/wp-content/themes/havezic/assets/icon/event-f.svg');
      }
      .menu-item.event > a:focus::before,
      .menu-item.event > a:hover::before {
        background-image: url('https://karvatravel.com/wp-content/themes/havezic/assets/icon/event-f.svg');
      }
      .menu-item.event.submenu-open > a::before {
        background-image: url('https://karvatravel.com/wp-content/themes/havezic/assets/icon/event-f.svg');
      }
/* Contact icon */
      .menu-item.contact > a::before {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        background-image: url('https://karvatravel.com/wp-content/themes/havezic/assets/icon/contact.svg');
        background-size: contain;
        background-repeat: no-repeat;
        margin-right: 8px;
        vertical-align: middle;
      }
      .menu-item.contact.current-menu-item > a::before,
      .menu-item.contact.current-menu-parent > a::before {
         background-image: url('https://karvatravel.com/wp-content/themes/havezic/assets/icon/contact-f.svg');
      }
      .menu-item.contact > a:focus::before,
      .menu-item.contact > a:hover::before {
        background-image: url('https://karvatravel.com/wp-content/themes/havezic/assets/icon/contact-f.svg');
      }
      .menu-item.contact.submenu-open > a::before {
        background-image: url('https://karvatravel.com/wp-content/themes/havezic/assets/icon/contact-f.svg');
      }
	  .accom-img img {
		object-fit: contain!important;
	  }
}
.product-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 768px) {
    .product-grid {
        grid-template-columns: 1fr;
    }
}

.country { display: none; }
body.sg .sg { display: block; }
body.my .my { display: block; }
body:not(.sg):not(.my) .other {
    display: block;
}