/*=====================
    Header css
=====================*/
.site-header{
	padding: 20px 0;
	border-bottom: 1px solid #d3d3d33b;
}
.adtn-header-search ul{
	display:flex;
	justify-content:space-around;
}
.adtn-site-logo img{
	width:145px;
}
.adtn-footer-social ul{
	display: flex;
}
.delete-btn{
	display:none;
}
#primary-menu ul{
	display: block;
    z-index: 999;
    background: #ffff;
    padding: 10px 20px;
}
#primary-menu ul li{
	padding: 10px 0;
    margin: 0;
    line-height: 25px;
    font-size: 15px;
    border-bottom: 1px solid #d3d3d35c;
}
#primary-menu ul li:last-child{
	border-bottom:none!important;
}
.adtn-header-search ul li{
	font-size: 16px;
    line-height: 26px;
}
.adtn-header-search ul li a, #primary-menu li a{
	color: #000;
}
ul#primary-menu li.adtn-button{
	display: block;
    border: 2px solid black;
    width: 150px;
    font-size: 16px;
    border-radius: 4px;
    padding: 3px 0 4px;
    text-align: center;
    line-height: 30px;
}
.adtn-content .woocommerce-form-login .woocommerce-form-login__submit,
.adtn-content .woocommerce-form-register .woocommerce-form-register__submit{
	font-size: 16px !important;
	padding: 5px 19px 7px !important;
}
#primary-menu{
	align-items:center!important;
	justify-content: flex-end!important;
}
#primary-menu li{
	font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin-right: 40px;
}
.adtn-header-search ul li a{
	position:relative;
}
.adtn-header-search ul li a span{
    background: var(--primary-color);
    color: #fff;
    display: block;
    width: 18px;
    height: 18px;
    text-align: center;
    font-size: 10px;
    position: absolute;
    top: -15px;
    font-weight: 500;
    line-height: 18px;
    border-radius: 50%;
    right: -18px;
}
.listing-page .adtn-blog-content-box{
		height:auto!important;
		margin-bottom:35px!important;
	}
/*=====================
    Footer css
=====================*/
.site-footer{
	position: relative;
}
.adtn-main-footer{
	background-color:#EDEBFF;
	    margin-top: -2px;
    padding-top: 18px;
}
.adtn-footer-about{
	padding-right: 15px;
}
.adtn-newsletter-form{
    position:relative;
	height:52px;
}

.adtn-newsletter-form input[type=email]{
    border: none;
    height: 48px;
    border-radius: 6px;
    padding-left: 14px;
    width: 100%;
    font-size: 15px;
    line-height: 25px;
}
.adtn-footer-logo{
    width: 185px;
}
.adtn-newsletter h3{
   width: 41%;
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    color: #000;
    padding-left: 20px;
}
.adtn-newsletter #wpcf7-f208-o1,
.adtn-newsletter #wpcf7-f208-o2{
    width: 62%;
    height: 48px;
}
.adtn-newsletter-form input[type=submit]{
    background: var(--primary-color);
    border: none;
    position: absolute;
    top: 0;
    border-radius: 6px;
    height: 48px;
    right: 0;
    color: #fff;
    padding: 15px 23px;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Outfit';
}
.site-footer-shape-bg{
	margin-top: 20px;
}
.adtn-footer-bottom{
	position: relative;
    text-align: center;
     border-top: 1px solid #00000014;
    padding: 25px 0 2px;
}
.adtn-footer-about h3, .adtn-footer-col h3{
	    color: #000;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 15px;
}
.adtn-footer-col h3{
    font-size: 20px;
    line-height: 30px;
}
.adtn-footer-about h3:before, .adtn-footer-col h3:before{
    content:"";
    bottom:0;
    position:absolute;
    left:0;
    height:2px;
    width:57px;
    background-color: var(--primary-color);
}
.adtn-footer-top{
    padding: 30px 0 50px;
    border-bottom: 1px solid #00000014;
}
.adtn-footer-middle{
        padding: 55px 0;
}
.adtn-footer-col ul li{
	margin-bottom: 8px;
}
.adtn-footer-about p{
	color: #000;
    font-size: 14px;
    line-height: 24px;
}
.adtn-footer-middle .row{
    gap: 40px;
}
.adtn-footer-col ul li a, .adtn-footer-col p,
.site-footer-copyright p{
    color: #000;
    font-size: 16px;
    line-height: 25px;
}
.site-footer-copyright p a{
	color: var(--primary-color);
}
.adtn-footer-social ul li a{
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--white);
    background-color: var(--primary-color);
    font-size: 15px;
    border-radius: 50%;
    margin-right: 14px;
    margin-top: 10px;
}
@keyframes customAnimation{
	0%, 100% {
	    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
	}
	50% {
	    transform: perspective(400px) rotate(0deg) translateZ(20px) translateY(20px) translateX(20px);
	}
}

/*=====================
    404 page
=====================*/
.adtn-error-content{
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
    text-align: center;
}
.adtn-error-content a{
    margin:0 auto;
}
.page-header h1{
    margin: 10px 0;
    font-size: 52px;
    line-height: 72px;
    font-weight: 800;
    color: #000;
}
.page-header h1 span{
	color: var(--primary-color);
}
/*=====================
    My Account Page
=====================*/
.woocommerce-MyAccount-navigation ul{
    padding: 15px 20px;
    background: var(--primary-color);
	border-radius:8px;
}
.woocommerce-MyAccount-navigation ul li{
    font-size: 16px;
    line-height: 24px;
    padding: 15px 0;
    border-bottom: 1px solid #ffffff45;
}
.woocommerce-MyAccount-navigation ul li:last-child{
    border-bottom: none;
}
.woocommerce-MyAccount-navigation ul li a{
    color:#fff;
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm input{
    border: 1px solid #d3d3d37d;
    height: 40px;
    border-radius: 0;
}
.woocommerce-MyAccount-content .woocommerce-form-row  .password-input{
    display: block;
    width: 100%;
}
.woocommerce-form-row.woocommerce-form-row--wide span{
    margin-top: 9px;
    font-size: 14px;
}
.woocommerce-MyAccount-content label{
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    margin:0!important;
    color: #000;
}
.woocommerce-MyAccount-content fieldset{
    padding: 10px 0!important;
}
.woocommerce-MyAccount-content fieldset legend,
.woocommerce-Address-title h3{
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    color: #000;
    margin-bottom: 1px;
}
.woocommerce-Address-title h3{
    margin-bottom: 10px!important;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    max-width: 48%!important;
    padding: 0;
}
.adtn-pagination a, .adtn-pagination span{
    padding: 6px 12px;
    box-sizing: border-box;
    color: #fff!important;
    background: #000;
    font-size: 14px;
    line-height: 37px;
}
.adtn-pagination{
    margin-top: 30px;
    text-align: right;
}

/* Searchbar */
.adn-search-popup .modal-dialog{
	width: 100%;
    max-width: 100%;
    margin: 0;
}
.adtn-close-btn{
	 width: 35px;
    font-size: 23px!important;
    height: 35px;
    border: none;
    margin: 11px auto 0;
    text-align: center!important;
    padding: 0px!important;
}
.adtn-search-form{
	width: 100%;
    max-width: 700px;
    margin: 15px auto;
}
.adtn-search-form .wp-block-search__inside-wrapper {
	    padding: 0;
    border: 1px solid #d3d3d39c;
    border-radius: 3px;
}
.adtn-search-form .wp-block-search__inside-wrapper .wp-block-search__input{
	border: 0;
    padding-left: 10px;
}
.adtn-search-form button{
	width: 98px;
    margin: 0;
    border: 0;
    margin-right: 0!important;
    border-radius: 0!important;
    /* font-size: 35px!important; */
    padding: 9px!important;
}
.adn-search-popup .modal{
	padding-right:0!important;
}
.adtn-search-form .search-icon{
	    min-height: 30px;
    min-width: 30px;
}
.adtn-content .password-input,
.adtn-content .woocommerce-form__label-for-checkbox{
	width:100%;
}
