#page .page-bg { background-color: white;border-radius: 20px;border: 1px solid #eee; }
#page .header { font-size: 28px; }
#page .content h6 { font-size: 13px;color: var(--ad-color-1); }
#page .content h5 { font-size: 16px;color: var(--ad-color-1); }
#page .content h4 { font-size: 19px;color: var(--ad-color-1); }
#page .content h3 { font-size: 22px;color: var(--ad-color-1); }
#page .content h2 { font-size: 25px;color: var(--ad-color-1); }
#page .content h1 { font-size: 28px;color: var(--ad-color-1); }

/* ============================>about <============================= */
#about-head {height: 100vh;}
#about-head .wrapper{background: url('../img/team.jpg');width: 100%;height: 100%;display: table;position: relative;}
#about-head .wrapper::after {display: block;content: "";position: absolute;top: 0px;right: 0px;width: 100%;height: 100%;background: var(--ad-color-1);opacity: 0.8;}
#about-head .text-box {display: table-cell;vertical-align: middle;position: relative;z-index: 2;color: #fff;text-align: center;}
#about-head .text-box h3{font-size: 2.6rem;margin-bottom: 6rem;}
#about-head .site-history {
    padding: 0px;
    display: flex;
    justify-content: space-between;
    background-repeat: no-repeat;
}
#about-head .site-history li {
	  background: #c7c7c763;
	  border-radius: 17px;
	  list-style: none;
	  display: inline-block;
	  padding: 6px;
	  margin: 1%;
	  font-size: 0.85rem;
	  color: #000000;
	  width: 100%;
	  text-align: center;
	  box-shadow: 0px 2px 6px #8d889e78;
}
#about-head .site-history strong {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    color: #ffffffbd;
    margin-bottom: 5px;
}
#about-head .site-history span {
    text-align: right;
    width: 100%;
    color: #ffffffa8;
}
/* form */
.wpcf7-form input , .wpcf7-form select {border-radius: 12px;border: 0px;padding: 10px;opacity: 0.9;text-align: right; border: 1px solid #a6a5a536;background: #f3f0f5;box-shadow: 1px 1px 3px #43424238;font-weight: bold;}
.wpcf7-form textarea {border-radius: 12px;border: 0px;padding: 10px;opacity: 0.9;height: 60px;width: 100%;background: #fbcf723d; border: 1px solid #a6a5a536;background: #f3f0f5;box-shadow: 1px 1px 3px #43424238;font-weight: bold;}
.wpcf7-form input[type="submit"] {background: var(--ad-color-2);opacity: 10;}
textarea:focus-visible , input:focus-visible {outline: var(--ad-color-3) auto 1px; }


/* ============================> user panel - my-account <============================= */

.woocommerce-account #page .page-bg {border:0px;background: unset;padding: 0px !important;margin: 0px !important;}
.woocommerce-account #page > .container {max-width: 100%;}
/****** header */
#header-panel {
    background: #ffff;
    box-shadow: 0px 0px 3px #9998984d;
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 999;
}
#header-panel section {padding-right:26%;transition: all 0.3s;}
.woocommerce-account .user-info img {
    border-radius: 50%;
    margin-top: 3px;
}
.woocommerce-account .user-info .user-name {
    display: flex;
    margin-bottom: -8px;
    font-size: 1.2rem;
    font-weight: bold;
    align-items: flex-start;
}
.woocommerce-account .user-info .membership-days {
    opacity: 0.7;
    font-size: 0.9rem;
}


.my-account-wrapper {
    display: flex;
    gap: 25px;
}

/****** right menu */
.woocommerce-MyAccount-navigation {
    background: #f3f0f5;
    box-shadow: 0px 0px 8px #a69ab966;
    padding: 0px 0px 30px 0px;
    border-radius: 16px;
    list-style: none;
    position: fixed;
    top: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 9999;
    margin-top: 0px;
    border-radius: 0px;
    float: right;
    width: 27%;
    transition: all 0.35s ease;
    background: #e4dff2;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.woocommerce-MyAccount-navigation li:not(:first-child) {
    margin: 10px 3%;
}
.woocommerce-MyAccount-navigation li:first-child {
    align-items: center;
    padding: 10px 17px 4px 10px;
    text-align: center;
    margin-top:7px;
}
.menu-collapsed .woocommerce-MyAccount-navigation li:first-child {justify-content: center;padding: 16px 10px;}
.woocommerce-MyAccount-navigation li a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 24px 12px 10px;
    color: #37197a;
    border-radius: 60px;
    margin-bottom: 1.1rem;
    transition: 0.3s;
    background: #f3f0f5;
    backdrop-filter: blur(14px) saturate(180%);
    box-shadow: 0 3px 5px rgb(48 48 48 / 7%);
}
.woocommerce-MyAccount-navigation ul li a {
    display: flex !important;
    align-items: center;
    gap: 10px;
}

.woocommerce-MyAccount-navigation ul li a svg {
    width: 18px;
    height: 18px;
}


.woocommerce-MyAccount-navigation li a:hover , .woocommerce-MyAccount-navigation li.is-active a:hover {
    background: linear-gradient(45deg, var(--ad-color-1), #3a08ac);
    box-shadow: 0px 3px 5px #22173a4d;
    color: #Fff;
}

/* icons */
.menu-icon-dashboard a:before { font-family: FontAwesome; content: "\f015"; }
.menu-icon-orders a:before { font-family: FontAwesome; content: "\f07a"; }
.menu-icon-edit-account a:before { font-family: FontAwesome; content: "\f007"; }
.menu-icon-edit-address a:before { font-family: FontAwesome; content: "\f041"; }
.menu-icon-downloads a:before { font-family: FontAwesome; content: "\f019"; }
.menu-icon-customer-logout a:before { font-family: FontAwesome; content: "\f08b"; }

/* close menu */
.menu-collapsed .woocommerce-MyAccount-navigation {width:6%;transition: width 0.35s ease;overflow: hidden;}
.menu-collapsed .woocommerce-MyAccount-content {margin-right:7% ;transition: margin-right 0.35s ease;}
.menu-collapsed #header-panel section {padding-right:5%;}
.menu-collapsed .woocommerce-MyAccount-navigation li.menu-item span ,.menu-collapsed .woocommerce-MyAccount-navigation li h1  {display: none;}
.menu-collapsed .woocommerce-MyAccount-navigation li.menu-item {margin: 4px;}
.menu-collapsed .woocommerce-MyAccount-navigation li.menu-item a {justify-content: center;padding: 8px 5px;}


/***** content & forms */
.woocommerce-account .woocommerce::after, .woocommerce-account .woocommerce::before, .woocommerce form .form-row::after, .woocommerce form .form-row::before, .woocommerce-page form .form-row::after, .woocommerce-page form .form-row::before {
    content: " ";
    display: table;
}
.woocommerce-MyAccount-content {
    flex: 1;
    background: #ffffff;
    padding: 25px;
    border-radius: 7px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
    margin-top: 100px;
    margin-bottom: 2rem;
    margin-left: 1.2rem;
    /* float: left; */
    margin-right: 29%;
    transition: margin-right 0.35s ease;
    /* width: 100%; */
}


.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
    font-family: inherit;
    font-weight: 400;
    letter-spacing: normal;
    padding: 10px;
    display: block;
    border: 1px solid #d2cbcb;
    border-radius: 40px;
    color: var(--wc-form-color-text, #000);
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    line-height: normal;
    height: auto;
    background: #f4f5f4a6;
}
.woocommerce form .form-row .input-text:focus-visible , .woocommerce form .form-row select:focus-visible {border-color:#7f5ebd;outline:unset;}

em {font-size: 0.9rem; opacity: 0.7;margin:10px 2px;}
fieldset {width: 100%;border: 1px solid #c9c5c5;border-radius: 10px;}

.woocommerce-EditAccountForm .clear {
    display: none !important;
}


/* for set width 50 to edit account form input */
@media (min-width: 768px) {
    .woocommerce form.woocommerce-EditAccountForm .form-row,
    .woocommerce form.woocommerce-EditAccountForm .form-row-wide {
        float: right;
        width: 50%;
        padding-left: 10px;
        margin-bottom: 2rem;
    }
     #account_display_name_field,
     #account_email_field {
         width: 50% !important;
         float: right !important;
         padding: 0 10px !important;
         box-sizing: border-box;
     }
    .woocommerce form.woocommerce-EditAccountForm .form-row:nth-child(2n) {
        padding-right: 0;
    }
    .woocommerce form.woocommerce-EditAccountForm .form-row.full-width {
        width: 100% !important;
        float: none;
        padding-right: 0;
        padding-left: 0;
    }


}

.woocommerce-EditAccountForm .clear {
    display: none !important;
}
.woocommerce-EditAccountForm .form-row-wide {
    clear: none !important;
}


/* hide & show password */
.woocommerce form .show-password-input::before, .woocommerce-page form .show-password-input::before {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("data:image/svg+xml,%3Csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M17.3%203.3C16.9%202.9%2016.2%202.9%2015.7%203.3L13.3%205.7C12.2437%205.3079%2011.1267%205.1048%2010%205.1C6.2%205.2%202.8%207.2%201%2010.5C1.2%2010.9%201.5%2011.3%201.8%2011.7C2.6%2012.8%203.6%2013.7%204.7%2014.4L3%2016.1C2.6%2016.5%202.5%2017.2%203%2017.7C3.4%2018.1%204.1%2018.2%204.6%2017.7L17.3%204.9C17.7%204.4%2017.7%203.7%2017.3%203.3ZM6.7%2012.3L5.4%2013.6C4.2%2012.9%203.1%2011.9%202.3%2010.7C3.5%209%205.1%207.8%207%207.2C5.7%208.6%205.6%2010.8%206.7%2012.3ZM10.1%209C9.6%208.5%209.7%207.7%2010.2%207.2C10.7%206.8%2011.4%206.8%2011.9%207.2L10.1%209ZM18.3%209.5C17.8%208.8%2017.2%208.1%2016.5%207.6L15.5%208.6C16.3%209.2%2017%209.9%2017.6%2010.8C15.9%2013.4%2013%2015%209.9%2015H9.1L8.1%2016C8.8%2015.9%209.4%2016%2010%2016C13.3%2016%2016.4%2014.4%2018.3%2011.7C18.6%2011.3%2018.8%2010.9%2019.1%2010.5C18.8%2010.2%2018.6%209.8%2018.3%209.5ZM14%2010L10%2014C12.2%2014%2014%2012.2%2014%2010Z'%20fill='%23565656'/%3E%3C/svg%3E");
    content: "";
    display: block;
    height: 22px;
    width: 22px;
}
.woocommerce form .password-input, .woocommerce-page form .password-input {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
    background-color: transparent;
    border-radius: 0;
    border: 0;
    color: var(--wc-form-color-text, #000);
    cursor: pointer;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    position: absolute;
    left: .7em;
    text-decoration: none;
    top: 50%;
    transform: translateY(-50%);
    -moz-osx-font-smoothing: inherit;
    -webkit-appearance: none;
    -webkit-font-smoothing: inherit;
}

/* notif */
.woocommerce-notices-wrapper .woocommerce-error , .woocommerce .woocommerce-error {
    background: #ffebdd;
    border-radius: 18px;
    border-right: 6px solid red;
    box-shadow: 0px 4px 8px #8e0b0b30;
    line-height: 1.8;
    padding: 1rem 2rem;
    margin-bottom: 2rem;
    outline: unset;
    list-style: none;
}

/* tables */
.woocommerce table.shop_table {
    margin: 0 0 24px -1px;
    text-align: right;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
    border-radius: 10px;
    display: block;
    width: 100%;
    overflow-x: auto;
    margin-top: 3rem;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
    white-space: nowrap;
    border: 1px solid #b6b6b630;
}
.woocommerce table.shop_table thead {background: var(--ad-color-4);}
.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
    padding: 4px 8px;
    vertical-align: middle;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    font-weight: 700;
    border-top: 1px solid rgba(0, 0, 0, .1);
}
.woocommerce table.shop_table th {
    font-weight: 700;
    padding: 9px 12px;
    line-height: 1.5em;
}
.woocommerce table.shop_table td {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em;
}
mark {background: unset;color: #ffba06;font-weight: bold;}
.woocommerce a.button {
    background: var(--ad-color-5);
    color: #fff;
    padding: 3px 1rem;
    border-radius: 40px;
    margin: 1rem;
    box-shadow: 0px 1px 2px #1f9c74e3;
    height: 2.5rem;
    }

   .woocommerce a.dark-btn , .woocommerce-form-coupon button {
      background: #f3f0f5;
      color: #000000;
      padding: 7px 1rem;
      border-radius: 40px;
      margin: 1rem;
      box-shadow: 0px 1px 3px #4242427a;
      border:0px;
      border-radius: 8px;
      font-size: 14px;
    }

/******* footer change */
.woocommerce-account #main-footer {padding-top: 0px !important;}
.woocommerce-account #main-footer > svg {display: none;}



/******* mobile */
@media (max-width: 768px) {
    /* user acount menu */
    .woocommerce-MyAccount-navigation {width: 80%;}
    .menu-collapsed .woocommerce-MyAccount-navigation {width:45px;}
    .menu-collapsed .woocommerce-MyAccount-content , .woocommerce-MyAccount-content {margin-right:50px;margin-left:0.7rem;margin-top: 50px;}
    .menu-collapsed #header-panel section , #header-panel section {padding-right:45px;}

    /* user account header */
    .woocommerce-account .user-info svg {width: 28px;height: 28px;margin-top: 8px;}
    .woocommerce-account .user-info .user-name {font-size:1rem;}
}









/* ============================> checkout <============================= */

/* ---> Notices */
.as-notice , .woocommerce-notices-wrapper > div {
	background: #f6f6f6;
	border-radius: 20px;
	box-shadow: 0px 4px 4px rgb(36 30 40 / 10%);
	padding: 15px 20px;
	font-size: 15px;
	margin-bottom: 2rem;
}
.as-notice.success , .woocommerce-notices-wrapper > div { border-right: 5px solid var(--ad-color-3); }
.woocommerce-message:focus-visible {
    outline: unset;
}

/* main styles */
.col2-set , #order_review_heading , .woocommerce-terms-and-conditions-wrapper {display: none;}
#order_review {display: flex;margin-top: 2rem;}
.shop_table.woocommerce-checkout-review-order-table{width: 48% !important;background: var(--ad-color-4);padding: 2%;margin-left: 2% !important;border: 2px dashed #b5a1c2;}
.woocommerce-checkout-payment {width: 50%;padding-right: 2rem;}
.woocommerce-checkout-payment li {list-style:none; margin-bottom:2rem; }
/* copoun */
.custom-coupon-above-payment .checkout_coupon.woocommerce-form-coupon input {width: 250px;margin-right: 1rem;}

/* payment */
#place_order {    width: 180px;
    text-align: center;
    justify-content: center;
    font-size: 16px;
    margin-right: 1rem;
    margin-top: 2rem;}

/* order recive page */
.woocommerce-notice--success.woocommerce-thankyou-order-received {    background: #bcecdc;
    padding: 1rem;
    border-radius: 10px;
    margin: 3rem 0px;
    text-align: center;
    font-weight: bold;
    font-size: 1.1rem;
    line-height: 2.2;}





/* responsive */
@media ( max-width: 992px ) {
    #order_review {display: block;}
    .woocommerce-checkout-payment , .shop_table.woocommerce-checkout-review-order-table {width:100% !important; padding:0px; margin: 0px;margin-bottom: 1rem;}
}
