/**
* Theme Name: Ladddirect 2.0
* Text Domain: laaddirect
* Author: Restyles
* Description: A custom theme for Ladddirect.
* version: 0.0.2
*/

.btn-close .icon svg {
    display: block;
}

.shop-cart-modal .card1 .remove {
    border-radius: 0;
} 


/* loading overlay */
.overlay-loader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(254, 254, 254, 0.5);
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    transition: ease-in-out 0.3s all;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overlay-loader.visible {
    opacity: 1;
    visibility: visible;
}


/* loader ring */
.loader-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.loader-ring span {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #009cc4;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #009cc4 transparent transparent transparent;
}

.loader-ring span:nth-child(1) {
    animation-delay: -0.45s;
}

.loader-ring span:nth-child(2) {
    animation-delay: -0.3s;
}

.loader-ring span:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.component.options-style-thumbnails .component_options,
.component.options-style-radios .component_options {
    overflow: visible !important;
}

.component_selections .component_content {
    display: none;
}

/* .composite_data .composite_wrap .composite_price {
    display: none !important;
} */


.product-price .current-price .price {
    color: inherit !important;
    font-size: inherit !important;
    margin-bottom: 0 !important;
    line-height: 1 !important;
}

.custom-input-check2 label {
    text-align: center;
    padding: 5px;
}

.custom-input-check2 label .price .price-with-tax {
    color: inherit !important;
    font-size: inherit !important;
}

.product-detail .right-column h3 {
    margin-bottom: 6px;
}

.stations .station .component_inner {
    padding-bottom: 0px !important;
}

.edit_composite_in_cart_text.edit_in_cart_text {
    display: none !important;
}

.color-options li {
    position: relative;
}

/*my account*/
.my-account-box {
    border-radius: 4px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
    background-color: #fff;
    width: 100%;
    padding: 30px 25px 10px 25px;
    position: sticky;
    top: 50px;
    overflow: auto;
    max-height: calc(100vh - 70px);
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.my-account-box h6 {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #013a51;
    margin-bottom: 20px;
    margin-top: 0;
}

.my-account-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.my-account-box ul li {
    padding: 15px 0;
    border-top: 1px solid #dae3ea;
    position: relative;
}

.my-account-box ul li a {
    position: relative;
    width: 100%;
    display: block;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 38px;
    letter-spacing: normal;
    color: #404b57;
    text-decoration: none;
    transition: ease-in-out 0.3s all;
}

.my-account-box ul li.is-active a {
    font-weight: bold;
    color: #009cc4;
    padding-left: 10px;
}

.my-account-box ul li.is-active a .icon svg {
    fill: currentColor;
}

.my-account-box ul li.woocommerce-MyAccount-navigation-link--customer-logout a {
    color: #D53D1D;
}

.my-account-box ul li.woocommerce-MyAccount-navigation-link--customer-logout a .icon svg {
    fill: currentColor;
}

.my-account-box ul li a .icon {
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
}

.my-account-box ul li a .icon svg {
    fill: #89a2ae;
}

.woocommerce-account .woocommerce-MyAccount-content {
    padding-top: 60px !important;
    padding-left: 30px !important;
}

.woocommerce-account .woocommerce-MyAccount-content p {
    font-size: 1.125rem;
    line-height: 2rem;
    margin-bottom: 18px;
}

.woocommerce-account .woocommerce-Addresses .woocommerce-Address {
    width: 100%;
    padding-top: 21px;
}

.woocommerce-account .woocommerce-Addresses .woocommerce-Address-title {
    display: flex;
    align-items: center;
    margin-bottom: 21px;
}

.woocommerce-account .woocommerce-Addresses .woocommerce-Address-title h2 {
    font-size: 21px;
    color: #404B57;
    margin-bottom: 0;
}

.woocommerce-account .woocommerce-Addresses .woocommerce-Address-title a {
    margin-left: 30px;
}

.woocommerce-account .woocommerce-Addresses address {
    font-size: 1.125rem;
    line-height: 2rem;
    color: #404B57;
    font-style: italic;
}

.woocommerce-account .woocommerce-orders-table tbody tr td,
.woocommerce-account .woocommerce-orders-table tbody tr th {
    font-size: 18px;
    color: #404B57;
    line-height: 1.5em;
    padding-top: 10px;
    padding-bottom: 10px;
}

.woocommerce-account .woocommerce-orders-table thead th {
    font-size: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

table.woocommerce-orders-table a.woocommerce-button.button {
    background-color: #f3f5f9;
    color: #404B57;
    font-size: 16px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    transition: ease-in-out 0.3s all;
}

table.woocommerce-orders-table a.woocommerce-button.button:hover {
    background: #013A51;
    color: #FFFFFF;
    transition: ease-in-out 0.3s all;
}

.woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row label {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    color: #404b57;
    margin-bottom: 2px;
    display: block;
}

.woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row {
    margin-bottom: 20px;
}

.woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row label span {
    color: #89a2ae;
    font-size: 16px;
    font-weight: 600;
}

.woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row .woocommerce-Input {
    border-radius: 4px;
    border: solid 1px #dae3ea;
    background-color: #ffffff;
    min-height: 62px;
    outline: 0;
    width: 100%;
    display: block;
    padding-left: 20px;
    transition: ease-in-out 0.3s border;
}

.woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row .woocommerce-Input:hover {
    border: solid 1px #89a2ae;
    transition: ease-in-out 0.3s border;
}

.woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row em {
    font-size: 14px;
}

.woocommerce-account fieldset {
    padding: 0.35em 0.75em 0.625em;
}

.woocommerce-account .woocommerce-EditAccountForm fieldset {
    border: 1px #dce4f0 solid;
    border-radius: 4px;
    margin-bottom: 18px;
}

.woocommerce-account .woocommerce-EditAccountForm fieldset legend {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    color: #404b57;
    display: block;
    white-space: normal;
    margin: 0;
    float: none;
    width: auto;
}

.woocommerce-account .woocommerce button.button {
    width: auto;
    height: 54px;
    border-radius: 4px;
    background-color: #013a51;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    transition: background ease-in-out 0.3s;
    outline: 0;
}

.woocommerce-account .woocommerce button.button:hover {
    color: #fff;
    background: #005171;
    transition: background ease-in-out 0.3s;
}

@media (max-width: 768px) {
    .woocommerce .woocommerce-orders-table {
        border-radius: 0;
    }

    .woocommerce .woocommerce-orders-table tbody tr:first-child th+td {
        border-top: 0;
    }
}

@media (max-width: 991px) {
    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 100%;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100%;
        padding-top: 0px !important;
        padding-left: 0px !important;
    }

    .my-account-box {
        padding: 0;
        box-shadow: none;
        overflow: initial;
    }

    .my-account-box h6 {
        margin-bottom: 10px;
    }

    .my-account-box ul {
        display: flex;
        flex-direction: row;
        overflow: auto;
        padding-bottom: 6px;
    }

    .my-account-box ul li {
        padding: 0;
        border-top: 0;
        margin-right: 2px;
    }

    .my-account-box ul li a {
        padding: 4px 10px;
    }

    .my-account-box ul li.is-active a {
        background: #009cc4;
        color: #fff;
        display: block;
    }

    .my-account-box ul li a .icon {
        display: none;
    }

    .my-account-box ul li.woocommerce-MyAccount-navigation-link--customer-logout a {
        background: #D53D1D;
        color: #fff;
    }

    .woocommerce form .form-row-first,
    .woocommerce-page form .form-row-first,
    .woocommerce form .form-row-last,
    .woocommerce-page form .form-row-last {
        float: none !important;
        width: 100% !important;
    }

    .woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row em {
        display: block;
        font-size: 12px !important;
        line-height: 22px !important;
    }

    .woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row {
        margin-bottom: 10px !important;
    }
}

.video-box {
    border: 0px;
    background-color: inherit;
}

/* custom-input-check2 */
.custom-input-check2.alt label {
    text-align: left;
    padding-right: 48px;
}

@media (min-width: 993px) {
    .page-nav ul li {
        margin-right: 20px;
    }

    .page-nav ul li:last-child {
        margin-right: 0;
    }
}

.card1.size3 .product-price-block .prices .price span {
  	font-size: 1.5rem;
    line-height: 1.16667;
  	color: rgb(1, 58, 81);
    font-weight: 700;
  	margin-bottom: 7px;
}

.card1.size3 .product-price-block .prices .price .woocommerce-Price-currencySymbol {
	display: inline;
}

.card1.size3 .product-price-block .prices .tax span {
	    font-size: 0.875rem;
    line-height: 1.16667;
}

.card1.size3 .product-price-block .prices .tax span {
	display: inline; 
}

@media (max-width: 991px) {
	.card1.size3 .product-price-block .prices .price span {
  		font-size: 1.25rem;
        line-height: 1.4;
      margin-bottom: 0;
	}
  	.card1.size3 .product-price-block .prices .tax span {
	    font-size: 0.75rem;
	}
}

.single-product-main.alt footer .price .woocommerce-Price-amount {
	color: rgb(1, 58, 81);
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.27273;
}

@media (max-width: 1199px) {
    .single-product-main.alt footer .price .woocommerce-Price-amount {
        font-size: 1.125rem;
        line-height: 1.55556;
    }
}

/* switch button */
.custom-switch1 .form-check-input {
    position: relative;
    z-index: 10;
}

/*30-10-25*/
@media (min-width: 992px) {
  #banner .absolute-triangle {
  	bottom: -1px;
  }
}

/*10-11-25*/
.prices bdi span.woocommerce-Price-currencySymbol {
	display: inline;
}

.custom-input-check4 input {
    display: none;
    height: 0;
    visibility: hidden;
}

.custom-input-check4 label {
	display: block !important;
}

.custom-input-check4 input:checked+label .checkbox:after {
	opacity: 1;
}

.custom-input-check4 input:checked+label .checkbox {
	border: 0;
}

/*12-11-25*/
.border-box #payment.woocommerce-checkout-payment {
	background: transparent;
}

.border-box #payment ul.payment_methods {
	padding: 0 0 16px;
}

.border-box #payment .place-order {
	padding: 16px 0 0 0 !important;
}

.border-box #payment div.payment_box {
	background-color: #3dc6ed;
  	color: #fff;
}

.border-box #payment div.payment_box:before {
  	border: 1em solid #3dc6ed;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}

.border-box #payment .button {
  	align-items: center;
    display: inline-flex;
    font-size: 1.125rem;
    font-weight: 700;
    justify-content: center;
    line-height: 1.22222;
    min-height: 52px;
    border-radius: 4px;
    padding: 8px 35px;
    float: none;
    background: #3ab019;
    width: 100%;
}

.border-box #payment .button:hover {
	background: #58bc3c; 
}

.pt--1 {
	padding-top: 1px !important;
}

/*prefrence in header search box*/
.single-product2 .figure1 img {
	max-height: 120px;
}

/*global selctize setting*/
.selectize-control .selectize-input {
	display: block;
}

/*heckout-next */
.prices .retail-price .woocommerce-Price-amount {
	display: inline-block;
  	font-size: inherit;
    text-decoration: line-through; 
}

.prices .price .amount,
.prices .price .woocommerce-Price-currencySymbol {
	font-size: inherit;
}

.box8 .product-image {
  	align-items: center;
    display: flex;
    justify-content: center;
	height: 324px;
}

.box8 .product-image img {
	max-height: 324px;
    width: auto !important;
}

#main-navigation .brand-logos {
	row-gap: 10px;
}

.two-column-section.new-section .right-col {
	display: block !important;
}

@media (min-width: 992px) {
  #banner.have-padding .content-control {
  	padding-bottom: 75px;
  }
}

.stats li .header img {
	max-height: 62px;
}

@media (min-width: 992px) {	
  .cta-bar.cta3 h2 {
      font-size: 28px;
  }
  .cta-bar.cta3 .row {
        padding-left: 223px;
  }
}

/*installation-expert */
.installation-expert .box2 .person-image img {
	max-height: 411px;
  	max-width: 274px;
}

.wpcf7 input[type="file"]{
	color: #404B57;
}

/* sociables */
.sociables.inline-list li {
	vertical-align: middle;
}

.sociables li .fa-instagram {
  background-image: linear-gradient(to bottom, #633fb6, #a92e88 35%, #d3365d 68%, #f87226);
}

.sociables li .fa-youtube {
	background: #ff0000;
}

#banner .box3 .date { 
	color: #404b57;
}

@media (min-width: 991px) {
	.box3 .post .figure1 img.height1 {
		height: 259px;
	}	
}