/*
Theme Name: Byanca Child
Theme URI: http://byanca.select-themes.com
Description: A child theme of Byanca Theme
Author: Select Themes
Author URI: http://themeforest.net/user/select-themes
Version: 1.0.0
Text Domain: byanca
Template: byanca
*/

@font-face {
    font-family: "Miama";
    src: url("fonts/miama/Miama.otf");
  }
  .page-id-5518 .qodef-page-content-holder.qodef-grid-col-12 p {
    color: #222;
  }
  .qodef-title-info {
      display: contents !important;
  }
  .qodef-page-title.entry-title {
    font-family: "Miama";
    text-align: center;
    /* margin-bottom: 120px !important; */
    margin-top: -130px !important;
  }
  .qodef-breadcrumbs-info {
      text-align: center !important;
      padding-top: 15px;
  }
  /* Underline current stage at breadcrumbs */
  span.qodef-current {
      text-decoration: underline;
  }
  
  #woof_html_buffer {
      font-family: "Miama";
      font-size: 75px;
      padding: 40px;
      border-radius: 0;
      background: #f8f8f8;
    color: #000;
    left: 44%;
  }

  
  /* The image will not be so tiny */
  .composite-image-custom {
    width: 100% !important;
    left: 0 !important;
    margin-bottom: 15px !important;
  }
  
  /* Reset Select */
  select.composite-options {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 1px solid #ddd !important;
    background: #fff;
    background-image: none;
  }
  
  /* Remove IE arrow */
  select.composite-options::-ms-expand {
    display: none;
  }
  
  /* Custom Select */
  .select-composite-wrapper {
    position: relative;
    display: flex;
    width: 20em;
    height: 3em;
    line-height: 3;
    background: #fff;
    overflow: hidden;
  }
  
  select.composite-options {
    flex: 1;
    padding: 0 .5em;
    color: #222;
    cursor: pointer;
  }
  
  /* Arrow */
  .select-composite-wrapper::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 1em;
    background: #f1f1f1;
    cursor: pointer;
    pointer-events: none;
    border: 1px solid #f1f1f1;
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
  }
  
  /* Transition */
  .select-composite-wrapper:hover::after {
    color: goldenrod;
  }
  
  .qodef-full-width {
    margin-top: 5%;
  }
  
  .qodef-title-holder {
    margin-top: 10px;
    background-position: bottom;
  }
  
  
  .component:not(.selection_thumbnail_hidden) .composited_product_details_wrapper>.details {
    width: 100%;
  }
  
  /* .component_option_thumbnails_container {
      display: grid;
      grid-template-columns: 50% auto;
  } */
  .button.component_option_thumbnail_select {
    background: #929292;
    outline: none;
    box-shadow: none;
    border: none;
    padding: 12px 35px;
    cursor: pointer;
    color: #fff;
    font-size: 15px;
  }
  
  .selected .button.component_option_thumbnail_select {
    background: #fff;
    color: #000;
    border: 3px solid #000;
  }
  .component_option_thumbnail.selected:not(.loading) button::after{
  	    font-size: 150% !important;
  }

  .composite-product-area {
    /* padding: 0 250px; */
    margin-bottom: 4%;
  }
  
  .yith-wcwl-add-to-wishlist {
    display: none !important;
  }
  
  .component:not(.selection_thumbnail_hidden) .composited_product_details_wrapper>.details {
    float: right;
    width: 100% !important;
    padding: 0;
    font-size: 25px;
  }
  
  .summary_element_wrapper.selected {
    background: #f5f5f5 !important;
  }
  
  
  .page_button.next::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 24px 0 23px 20px;
    border-color: transparent transparent transparent #bababa;
    z-index: -1;
  }
  
  .page_button.prev::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 23px 13px 24px 0px;
    border-color: transparent #bababa transparent transparent;
    z-index: -1;
  }
  
  /* next prev composite product */
  .page_button {
    background: #bababa;
    color: #000 !important;
    font-size: 1em !important;
    padding: 10px;
  }
  
  .composite_form {
    padding-left: 0 !important;
  }
  
  .composite_form .composite_navigation .next::after {
    content: '' !important;
    position: absolute !important;
    font-family: inherit !important;
    top: 47% !important;
    right: -1.8em !important;
  }
  
  .composite_form .composite_navigation .prev::before {
    content: '' !important;
    position: absolute !important;
    font-family: inherit !important;
    top: 47% !important;
    right: -2.2em !important;
  }
  
  .component_message {
    display: none !important;
  }
  
  /* hide the duplicate arrow when there is thumbnail */
  .composite_navigation.movable.paged.standard {
    display: none;
  }
  
  
  .component_section_title.clear_component_options_wrapper {
    text-align: left;
  }
  
  .composited_product_title.component_section_title.product_title {
    text-align: left;
    margin-right: 20px;
  }
  
  .component_section_title.selected_option_label_wrapper {
    font-size: 15px;
  }
  
.clear_component_options {
	padding: 10px 8px;
	background: #fff;
	border: 2px solid #000;
	color: red !important;
}
  
  .step_title_wrapper.component_title {
    font-size: 29px;
    text-transform: unset;
  }
  
  .composite_form .step_title_wrapper {
    margin: 0 !important;
  }
  
  .component_description {
    color: #838383;
    margin-bottom: 0 !important;
  }
  
  .flex-btn-next {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  
  .flex-btn-prev {
    display: flex;
    justify-content: start;
    align-items: center;
  }
  
  span.invisible {
    display: none;
  }
  
  .mr-right-20 {
    margin-right: 20px;
  }
  
  .mr-left-15 {
    margin-left: 20px;
  }
  
  #primary-sidebar h2 {
    font-size: 22px;
    text-decoration: underline;
  }
  
  /* diathesimes epiloges */
  .select_label {
    display: none;
  }
  
  .page_button.inactive {
    opacity: 0.6;
    cursor: not-allowed !important;
  }
  
  .grid-btn span,
  .selected_option_label {
    font-style: italic;
    font-weight: bold;
  }
  
  .woocommerce-info {
    background-color: #3d9cd2 !important;
  }
  
  .woocommerce-info,
  .woocommerce-message {
    padding: 1em 1.618em !important;
    margin-bottom: 2.617924em !important;
    margin-left: 0 !important;
    border-radius: 2px !important;
    color: #fff !important;
    clear: both !important;
    border-left: .6180469716em solid rgba(0, 0, 0, .15) !important;
  }
    .woocommerce-message {
    	color: inherit !important;
    }
  .pink-description {
    background-color: #fdf3fc !important;
    border-left: .6180469716em solid rgba(255, 192, 203, .25) !important;
  }
  
  .blue-description {
    background-color: #add8e6 !important;
    border-left: .6180469716em solid rgba(140, 183, 197, .25) !important;
  }
  
  .yellow-description {
    background-color: #FFFF99 !important;
    border-left: .6180469716em solid rgba(255, 192, 203, .25) !important;
  }
  
  .woocommerce-description {
    padding: 1em 1.618em !important;
    margin-bottom: 30px !important;
    margin-left: 0 !important;
    border-radius: 2px !important;
    color: #fff !important;
    clear: both !important;
  }
  
  .woocommerce-pagination ul{
  		text-align: left !important;
  }
.woocommerce-pagination {
	margin-bottom: 0 !important;
}
  .component .component_pagination {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    margin-left: 15px !important;
}
.index.woocommerce-result-count {
	text-align: left;
    margin-top: 40px;
}
.woocommerce-pagination li {
	margin-left: -6px !important;
}

.component_option_thumbnail.selected button.component_option_thumbnail_select{
   opacity: 1 !important; 
}

  .qodef-woocommerce-page .woocommerce-info {
    line-height: 30px !important;
  }
  
  .composite_summary .summary_element_wrapper_outer {
    padding: 0 !important;
  }
  
  .composite_pagination {
    margin-bottom: 45px !important;
  }
  
  .pagination_element {
    font-size: 19px;
  }
  

  .composited_product_title.component_section_title.product_title {
    margin: 0;
  }
  
  .component_filters {
    text-align: right;
    margin-left: 60%;
  }
  
  .seperate-msg {
    width: 60%;
    float: left;
  }
  
  .choose-msg {
    font-weight: bold;
    font-style: italic;
    margin-left:15px;
  }
  
  .component .component_pagination .current {
	color: #000 !important;
}
  .component_filter_options {
    visibility: hidden;
  }
  
  
  .component_options {
    width: 100% !important;
  }
  
  .qodef-checkout {
    font-size: 10px !important;
  }
  
  
  .qodef-item-info-holder .remove {
    display: none !important;
  }
  
  .qodef-shopping-cart-dropdown {
    max-height: 500px;
    overflow-y: scroll;
  }
  
  .gallery-img {
    display: flex;
    gap: 1em;
    grid-gap: 1em;
    margin-top: 7px;
    margin-right: 30px;
  }
  
  .gallery-img a {
    max-width: 33%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  
  a img {
    cursor: pointer !important;
  }
  
  .step_index {
    display: none;
  }
  
  .pp_expand {
    display: none !important;
  }
  
  .qodef-fullscreen-search-holder .qodef-search-field {
    font-size: 40px !important;
  }
  
  .qodef-content .qodef-content-inner>.qodef-full-width>.qodef-full-width-inner {
    padding-top: 0 !important;
  }
  
  div.pp_woocommerce {
    left: 50% !important;
  }
  
  .qodef-pl-holder .qodef-pli .qodef-pli-inner .yith-wcqv-button,
  ul.products>.product .yith-wcqv-button {
    font-size: 16px;
    width: 180px;
  }
  
  .qodef-pli-info {
    border: 7px double#000;
    padding: 5px !important;
    background: rgba(255, 255, 255, 0.67);
  }
  .qodef-pl-holder .qodef-pli .qodef-pli-inner .qodef-pli-info {
    position: absolute;
    bottom: 10px;
    display: block;
    width: 67%;
    height: auto;
    padding: 0 18px 19px;
    opacity: 0;
    box-sizing: border-box;
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    left: 16.5%;
  }
  
  
  .qodef-product-category .qodef-pc-title-holder .qodef-pc-title {
    font-size: 45px !important;
    background: rgba(255, 255, 255, 0.4);
    padding: 7px;
    border: 7px double;
    display: block;
  }
  
  .qodef-pcs-title {
    background: rgba(255, 255, 255, 0.4);
    padding: 5px 10px;
    border: 7px double;
  }
  
  .qodef-banner-link-text {
      background: rgba(255, 255, 255, 0.4);
      padding: 3px 7px;
      border: 7px double;
  }
  
  .price-with-label {
    display: flex;
  }
  
  .qodef-position-right-inner span {
    margin: 0 2px;
  }
  
  .product-category.product mark {
    display: none;
  }
  
  .qodef-main-menu > ul > li > a {
    padding: 0 7px !important;
  }
  
  .qodef-btn.qodef-btn-small {
    padding: 6px 6px !important;
  }
  
  .qodef-btn {
    font-family: 11px !important;
  }
  
  .details.component_data > p {
    font-size: 1rem;
    width: calc(85% - 7px);
    margin: 15px 0 !important;
    color: #555;
	font-style: italic;
    text-align:left !important;
  }
  .attribute_options .label label {
	font-size: 20px;
	width: auto !important;
	text-align: left !important;
    display: flex !important;
}
  .woocommerce-loop-category__title {
    font-size: 17px;
    line-height: 25px;
    letter-spacing: 0.5px;
    text-align: center;
  }
  
  #yith-quick-view-content .single_add_to_cart_button.button.alt {
    margin-top: 10px !important;
  }
  
  .qodef-pl-text-inner,
  .button.add_to_cart_button.ajax_add_to_cart {
    display: none !important;
  }
  
  .qodef-pl-holder .qodef-pli .qodef-pli-inner .yith-wcqv-button::after,
  ul.products>.product .yith-wcqv-button::after {
    font-size: 17px !important;
    vertical-align: middle !important;
    padding-left: 6px;
  }
  
  .button.woof_reset_search_form {
    background: transparent;
    border: 1px solid #000;
    padding: 7px 42px;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .button.woof_reset_search_form:hover {
    background: #222;
    color: #fff;
  }
  
  .disabled-result {
    display: none !important;
  }
  
  .chosen-container-multi .chosen-choices {
    border: 1px solid #000;
  }
  
  .chosen-container-multi .chosen-choices li.search-choice {
    border-radius: 0 !important;
    border: 1px solid #000 !important;
    background-color: transparent;
    background-image: none !important;
  }
  
  .chosen-container .chosen-results li.highlighted {
    background-color: #222;
    background-image: none;
  }
  
  @media only screen and (min-width: 1025px) {
    .qodef-woo-single-page.qodef-woo-single-page-simple .product .qodef-single-product-content .images {
      padding: 0 15% 0 0;
    }
  }
  
  @media only screen and (min-width: 680px) {
  
    .woocommerce-description {
      display: grid;
      grid-template-columns: 30% auto;
      grid-gap: 1em;
      align-items: center;
    }
  
    .product.content.summary_content.populated.cart .composited_product_title_wrapper {
      display: grid;
      padding-top: 4%;
      padding-bottom: 2%;
      gap: 1em;
      display: flex;
      align-items: first baseline;
      margin-left: 40px;
    }
  
    .qodef-woo-single-page.qodef-woo-single-page-simple .product .qodef-single-product-content .qodef-single-product-summary {
      margin-top: 10px;
    }
  
    .grid-btn {
      display: grid;
      grid-template-columns: 50% auto;
    }
  
    .input-flex {
      display: flex;
    }
  
    .input-flex label:nth-child(1) {
      margin-right: 5px;
    }
  
    .input-flex label:nth-child(3) {
      margin-left: 5px;
    }
  
    .composited_product_title.component_section_title.product_title {
      margin-left: 5px;
    }
  }
  
  @media only screen and (max-width: 770px) {
  
    .qodef-btn-text {
      font-size: 20px;
    }
    
    .qodef-page-title {
        font-size: 36px;
    }
    
  }
  
  @media only screen and (max-width: 680px) {
    .mr-right-20 {
      display: none;
    }
  
    .seperate-msg {
      width: 100%;
    }
  
    .flex-btn-prev,
    .flex-btn-next {
      justify-content: center;
      margin-top: 5px;
    }
    .qodef-product-category .qodef-pc-title-holder .qodef-pc-title {
      font-size: 24px !important;
    }
  
  }
  .qodef-top-bar p {
      color: #fff;
  }
  .qodef-top-bar{
      height: auto;
      min-height: 46px;
  }
  .mobile-btn, .mobile-menu-item{
    display: none !important;
  }
  .qodef-mobile-header .qodef-mobile-nav{
    padding-bottom: 5px;
  }
  @media only screen and (max-width: 1399px) {
  
    .qodef-header-vertical-sliding .qodef-vertical-menu-area,
    .qodef-page-header {
      display: none !important;
    }
  
    .qodef-mobile-header {
      display: block !important;
    }
    .qodef-mobile-header .qodef-mobile-logo-wrapper a {
      height: 60px !important;
  
    }
    .qodef-side-menu-button-opener.qodef-side-menu-button-opener-icon-pack .qodef-side-menu-icon, .qodef-shopping-cart-holder .qodef-header-cart.qodef-header-cart-icon-pack .qodef-cart-icon{
      font-size: 15px;
    }
    .qodef-login-register-widget.qodef-user-not-logged-in .qodef-login-opener .qodef-login-text, .qodef-shopping-cart-holder .qodef-header-cart .qodef-cart-number{
      font-size: 11px;
    }
    .qodef-mobile-header .qodef-mobile-menu-opener.qodef-mobile-menu-opener-icon-pack .qodef-mobile-menu-icon{
      font-size: 25px;
    }
    .mobile-menu-item{
      display: block !important;
    }
    .mobile-btn{
      display: block !important;
      margin-top: 10px !important;
    }
    .mobile-btn span{
      padding: 10px;
      background: #000;
      color: #fff;
    }
    .qodef-cart-number {
      display: none !important;
    }
    .qodef-position-right-inner {
      margin-right: 12px;
    }
    .widget.qodef-login-register-widget.qodef-user-not-logged-in {
      vertical-align: sub;
    }
  }
  
  @media only screen and (min-width: 1400px) {
    .qodef-mobile-header {
      display: none !important;
    }
  
    .qodef-header-vertical-sliding .qodef-vertical-menu-area,
    .qodef-page-header {
      display: inline-block !important;
    }
  }
  
  .variable-items-wrapper [data-wvstooltip]::before {
    border-radius: 0;
  }
  
  .variable-items-wrapper [data-wvstooltip]::after {
    border: none !important;
  }
  
  .woo-variation-swatches-stylesheet-enabled .variable-items-wrapper {
    padding: 0 10px;
  }
  
  .woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item).selected,
  .woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
  
    box-shadow: none;
    border-radius: 0;
    background: #000;
    color: #fff;
  
  }
  .qodef-woocommerce-page .qodef-content .variations td.label{
    padding: 0 10px 0 15px;
  }
  .woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    box-shadow: none;
  }
  .qodef-woocommerce-page .qodef-content .variations td.label{
    vertical-align: middle;
  }
  .woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-style-squared .variable-items-wrapper .variable-item {
      border-radius: 0;
  }
  .woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item):hover {
      box-shadow: 0 0 0 1px rgba(0,0,0,.1);
  }
  .woof_checkbox_term{
    vertical-align: middle;
  }
  .chosen-container-active .chosen-choices{
    box-shadow: none;
  }
  .page-id-1078 .qodef-page-header .qodef-menu-area {
    background:#fff !important;
  }
  #other_payment-admin-note {
    display: none;
  }
  .menu-img a{
    display: none !important;
  }
  .woof_container_inner.woof_container_inner_ h4 {
      font-size: 17px;
      color: #555;
  }
  .widget .qodef-widget-title {
    font-size: 22px;
  }
  .woocommerce-error {
      color: #721c24 !important;
      background-color: #f8d7da !important;
  }
  
  #shipping_method label{
    margin-left: 5px !important;
  }
  
 .widget.woocommerce.widget_composite_summary.widget_position_default{
    -webkit-box-shadow: -15px -13px 16px -9px rgba(148,148,148,0.65);
    -moz-box-shadow: -15px -13px 16px -9px rgba(148,148,148,0.65);
    box-shadow: -15px -13px 16px -9px rgba(148,148,148,0.65);
    padding-left: 10px;
  }
  .color-black-p p {
      color: #222 !important;
  }
  label,.woocommerce-shipping-destination, .payment_box p, .woocommerce-privacy-policy-text p {
      color: #333;
  }
  .woocommerce-shipping-destination, .woocommerce-shipping-calculator, .shop_table.shop_table_responsive .cart-subtotal, .shop_table.shop_table_responsive .woocommerce-shipping-totals.shipping{
    display: none;
  }
  .woof_list.woof_list_label .woof_label_count {
    display: none;
  }
  
  /* @media only screen and (min-width: 1024px) {
    .qodef-grid:not(.qodef-footer-bottom-inner) {
      margin-bottom: 65px;
    }
  } */
  
  .qodef-top-bar {
    display: inline-block !important;
	  
  }
  #text-6 .textwidget {
    width: 100%;
    text-align: center;
  }
  .qodef-top-bar .qodef-position-left {
    width: 100%;
    /*position: absolute !important;*/
  }
  .qodef-top-bar .widget p {
	margin: 3px 0;
	line-height: normal;
}
.qodef-top-bar .textwidget a:hover{
    color: #fff;
}
.qodef-top-bar .qodef-vertical-align-containers .qodef-position-left-inner{
	
    min-height: 46px;
  }
  .qodef-top-bar .qodef-vertical-align-containers .qodef-position-left-inner, .qodef-top-bar .qodef-vertical-align-containers .qodef-position-right-inner{
    justify-content: center;

  }
  .qodef-top-bar > .qodef-vertical-align-containers{
    padding: 0;
  }
  #text-6 .textwidget {
    font-size: 16px;
  }
  /* .menu-img {
      position: absolute !important;
      left: 100%;
      top: calc(100% - 149px);
  }
   */
  /* .orderby {
      background: #fff;
      border-bottom: 1px solid;
      padding: 10px;
      margin-bottom: 5px !important;
      border-left: 0;
      border-top: 0;
      border-right: 0;
  } */
  
  
  .seo-h1-display-none {
      display: none;
  }
  .optional-steps{
    margin-top: -20px;
    margin-bottom: 20px;
	}
  p.woof_tooltip span.woof_tooltip_data {
	border-radius: 0 !important;
	padding: 5px !important;
	background-color: rgba(51,51,51,.9) !important;
    opacity: 1 !important;
}
.custom-label{
	display:none;
}
.component_summary .custom-label{
	display:block;
    margin-right: 5px;
}
.value.woo-variation-items-wrapper ul {
	padding: 0 !important;
}

/* WooCommerce page pagination */
a.page-numbers, span.page-numbers.current {
    font-size: 20px !important;
    padding: 0 10px !important;
}
.woocommerce_category_discount_rule_table {
	margin-top: 40px;
}

.qodef-mobile-nav {
	height: auto !important;
}
.display-none{
    display: none;
}

.qodef-drop-down .second .inner ul li.sub > ul .menu-item-has-children > a .item_outer::after {
	position: absolute;
	display: inline-block;
	vertical-align: middle;
	top: 0;
	right: 0;
	content: '\35';
	font-family: ElegantIcons;
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.qodef-drop-down .second .inner ul li .widget {

	margin-top: 30px;
}
/*#nav-menu-item-5638 > ul, #nav-menu-item-5665 > ul {
	padding-left: 15px;

}*/
.qodef-drop-down .second .inner ul li.sub > ul .menu-item-has-children ul {
	display: none;
}

.menu-item-has-children .item_text {
	padding-right: 3px;
}
.qodef-page-footer {
	z-index: 99 !important;
}

.qodef-quantity-buttons.quantity .screen-reader-text{
  display: none;
}

.product-quantity .qodef-quantity-buttons.quantity {
	padding-left: 0 !important;
} 