/*
Theme Name: Dronedepot
Theme URI: N/A
Author: Conversal Team
Author URI: N/A
Description: A custom wordpress theme for dronedepot.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Html5, Css3, PHP5, Custom post type, Blog, Wpml
Text Domain: dronedepot
*/

@import url('assets/css/main.css');
.woocommerce-form-coupon-toggle,#billing_email_field {
  display: none;
}
h3#ship-to-different-address {
  display: none;
}
.woocommerce-checkout #customer_details .payment-method-crtl .extra-info .thwcfd-field-textarea {
  display: none;
}
body.yith-booking .single_add_to_cart_button.button.alt.product_type_booking {
  display: none !important;
}

.yith-wcbk-form-section.yith-wcbk-form-section-services > label {
  display: none !important;
}

#yith-wcdp-add-deposit-to-cart {
  width: 100%;
}


/* cart popup */
body .xoo-cp-modal{
  padding: 20px!important;
}

body .xoo-cp-container {
    max-width: 1040px;
    border-radius: 8px;
    border: none;
    width: 100%;
    padding: 48px!important;
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.08);
    background: rgba(253, 253, 253, 1) !important;
}
body .xoo-cp-atcn {
    padding: 24px 24px !important;
    padding-left: 64px!important;
    position: relative;
    margin-bottom: 25px;
    font-size: 14px;
    color: #000;
    display: block !important;
    border-radius: 8px 8px !important;
    border: 1px solid rgba(65, 192, 69, 1) !important;
    background: rgba(65, 192, 69, 0.07) !important;
    font-size: 18px !important;
    font-family: 'Figtree';
    font-weight: 400;
}
body .xoo-cp-icon-check:before{
  content: none;
}
body .xoo-cp-icon-check:after {
    content: '';
    position: absolute;
    top: 25px;
    left: 24px!important;
    width: 24px!important;
    height: 24px!important;
    margin: 0!important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('assets/images/usp-check-icon.svg')!important;
}

body span.xoo-cp-close {
    position: absolute;
    right: -21px!important;
    top: -21px!important;
    width: 42px!important;
    height: 42px!important;
    margin: 0!important;
    padding: 0!important;
    background-size: 12px 12px!important;
    background-position: 50% 50%!important;
    -webkit-mask-image: initial!important;
    mask-image: initial!important;
    background-image: url(assets/images/popup-close.svg)!important;
    background-color: #FDFDFD!important;
    border-radius: 50%!important;
    border: 1px solid #00ADEF!important;
    background-repeat: no-repeat!important;
    box-sizing: border-box!important;
    transition: transform .5s;
    -ms-transition: transform .5s;
    -webkit-transition: transform .5s;
}
body span.xoo-cp-close:hover {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
body span.xoo-cp-close:before{
  content: none;
}
body td.xoo-cp-ptitle a {
    font-weight: 600;
    font-size: 28px;
    text-decoration: none !important;
    color: #0073B3 !important;
}
body td.xoo-cp-ptitle a:hover{
  color: #00ADEF !important;
}
body td.xoo-cp-pimg {
    width: 160px !important;
    height: 160px !important;
    min-width: 160px !important;
    min-height: 160px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 8px !important;
    margin-right: 24px !important;
    border-radius: 8px 8px !important;
    border: 1px solid #EFEFEF;
    box-shadow: 0px 4px 24px 0px #00000005;
}
body .xoo-cp-remove{
  display: none;
}

body .xoo-cp-btns{
    grid-template-columns: repeat(3, 32%);
    grid-gap: 2%;
    clear: both;
    text-align: center;
    margin-top: 20px;
    display: grid;
}
body a.xcp-btn {
    font-size: 18px;
	font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    border-radius: 10px;
    padding: 5px;
    min-height: 50px;
    justify-content: center;
    flex: auto;
    display: flex;
    align-items: center;
    line-height: inherit;
    box-sizing: border-box;
    color: #00ADEF!important;
    background-color: transparent!important;
    border: 1px solid #00ADEF!important;
    padding: 19px 24px 18px!important;
    text-transform: initial!important;
    border-radius: 8px 8px;
    display: flex;
    width: 100%;
    text-decoration: none;
}
body a.xcp-btn:hover{
  background-color: #00ADEF!important;
  color: #fff!important;
}

body a.xcp-btn:nth-child(2) {
    color: #FDFDFD!important;
    background-color: #00ADEF!important;
    border: 1px solid #00ADEF!important;
    position: relative;
}

body a.xcp-btn:nth-child(2):after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 12px;
    margin-left: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('assets/images/arrow-right-white.svg');
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
body a.xcp-btn:nth-child(2):hover{
  background-color: #000!important;
  color: #fff!important;
  border-color: #000!important;
}
body .xoo-cp-pprice{
  min-width: 150px!important;
}
body .xoo-cp-pprice .woocommerce-Price-amount.amount{
    font-size: 24px!important;
    font-family: 'Poppins';
    font-weight: 600;
    color: #191919!important;
}

body .xoo-cp-pqty{
  text-align: right;
}

body .xoo-cp-btns .xcp-btn:nth-child(2){
  order: 2;
}
body .xoo-cp-ptotal{
  display: none;
}

body .xoo-cp-pqty .xoo-cp-qtybox {
    position: relative;
    margin: 0;
    width: 90px;
    height: 64px;
    border: none;
}
body .xoo-cp-qtybox input[type=number] {
    width: 100%!important;
    height: 100%!important;
    padding: 10px 10px!important;
    text-align: center;
    border: 1px solid #EFEFEF!important;
    border-radius: 8px!important;
    background: #FDFDFD!important;
    color: #00ADEF!important;
    box-sizing: border-box;
    display: block;
    float: none;
    max-width: 100%;
}

body .xoo-cp-pqty .xcp-minus.xcp-chng, 
body .xoo-cp-pqty .xcp-plus.xcp-chng {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    line-height: 1;
    display: inline-block;
    margin-top: 0;
    color: #DCDCDC;
    cursor: pointer;
    z-index: 2;
    border: none;
}
body .xoo-cp-pqty .xcp-minus.xcp-chng{
    left: 16px;
}

body .xoo-cp-pqty .xcp-plus.xcp-chng{
    right: 16px;
}

/**
 * Booking login forms
 * */
.price-quentity-ctrl .u-columns h2 {
    font-size: 20px;
}
.price-quentity-ctrl .woocommerce-form .form-row label{
	font-size: 16px;
}
.price-quentity-ctrl .woocommerce-form .form-row .input-text{
	height: 50px!important;
}
.price-quentity-ctrl .woocommerce-form{
	margin-top: 15px!important;
}
.price-quentity-ctrl .woocommerce-form p{
	width: 100%!important;
}

/**
 * popup
 * */
.xoo-cp-icon-check.xoo-cp-added{
	display: none;
}
 /* Chrome, Safari, Edge, Opera */
.xoo-cp-pqty input::-webkit-outer-spin-button,
.xoo-cp-pqty input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.xoo-cp-pqty input[type=number] {
  -moz-appearance: textfield;
}

.product-group{
	width: 100%;
	display: block;
}

.ajax-category-filter .only-parent li.parent-term-item .child-category-list,
.ajax-category-filter .only-parent li.parent-term-item .sub-toggle:after{
	display: none!important;
}
 
.dgwt-wcas-open-pirx-compact .dgwt-wcas-suggestions-wrapp{
	box-shadow: 0px 0px 4px #eee;
	max-height: 380px!important;
	overflow: auto;
}
.dgwt-wcas-open-pirx-compact .dgwt-wcas-suggestions-wrapp a.js-dgwt-wcas-suggestion-more.dgwt-wcas-suggestion-more{
	display: none;
}

@media (max-width: 1299px) {
	
}



#shipping-methods ul{
	padding: 0;
	list-style: none;
}
#shipping-methods ul li{
	list-style: none;
}

@media (max-width: 991px){
  body .xoo-cp-container {
      padding: 30px!important;
  }
  body span.xoo-cp-close {
      right: -14px!important;
      top: -14px!important;
  }
  body .xoo-cp-atcn {
      padding: 15px 15px !important;
      padding-left: 40px!important;
      font-size: 17px !important;
  }
  body .xoo-cp-icon-check:after {
      top: 17px;
      left: 14px!important;
      width: 20px!important;
      height: 20px!important;
  }
  body td.xoo-cp-ptitle a {
      font-size: 21px;
  }
  body .xoo-cp-pprice .woocommerce-Price-amount.amount {
      font-size: 20px!important;
  }
  body .xoo-cp-pqty .xoo-cp-qtybox {
      width: 100px;
      height: 55px;
  }
  body .xoo-cp-pqty .xcp-minus.xcp-chng {
      left: 5px;
  }
  body .xoo-cp-pqty .xcp-plus.xcp-chng {
      right: 5px;
  }
  body .xoo-cp-pqty .xcp-minus.xcp-chng, body .xoo-cp-pqty .xcp-plus.xcp-chng{
    font-size: 25px;
  }
}

@media (max-width: 767px){
  body .xoo-cp-btns {
      grid-template-columns: repeat(1, 100%);
      gap: 10px;
  }
}
@media (max-width: 479px){
  body a.xcp-btn {
      font-size: 14px;
      min-height: 51px;
      padding: 13px 24px 12px!important;
  }
  body .xoo-cp-atcn {
      font-size: 14px !important;
      line-height: 1.2;
  }
	.yith-wcbk-form-section.yith-wcbk-form-section-totals .yith-wcbk-booking-form-total__label{
		width: 50%;
	}
	.yith-wcbk-form-section.yith-wcbk-form-section-totals .yith-wcbk-booking-form-total--total-price .yith-wcbk-booking-form-total__label{
		width: 30%;
	}
	.yith-wcbk-form-section.yith-wcbk-form-section-totals .woocommerce-price-suffix{
		font-size: 12px;
		margin-left: 4px;
	}
}


.datepicker-placeholder-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.datepicker-placeholder-wrapper input {
    position: relative;
    z-index: 2;
    background: transparent;
}

.custom-placeholder {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #aaa;
    font-size: 14px;
    pointer-events: none;
    z-index: 1;
    transition: 0.2s;
}