body.woocommerce-account #primary {
    width: 100%;
    max-width: 100%;
    padding-right: 74px;
    padding-left: 223px;
}

body.woocommerce-account .my-account-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 82px;
}

body.woocommerce-account .my-account-container .my-account-nav {
    width: 282px;
}

body.woocommerce-account .my-account-container .my-account-nav .myaccount-topicon-text {
    font-size: 1.26rem;
    font-weight: bold;
}

body.woocommerce-account .my-account-container .my-account-nav .logout-link {
    display: block;
    color: #c51a1b;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 49px;
    text-decoration: underline;
}

body.woocommerce-account .my-account-container .my-account-nav .logout-link:hover {
    text-decoration: none;
}

body.woocommerce-account .my-account-container .my-account-nav nav.woocommerce-MyAccount-navigation {
    background-color: #f9f9f9;
    padding-right: 30px;
    padding-left: 30px;
}

body.woocommerce-account .my-account-container .my-account-nav nav.woocommerce-MyAccount-navigation ul {
    border: 0;
}

body.woocommerce-account .my-account-container .my-account-nav nav.woocommerce-MyAccount-navigation ul li {
    position: relative;
    border-top: 1px solid black;
    border-radius: 0 !important;
}

body.woocommerce-account .my-account-container .my-account-nav nav.woocommerce-MyAccount-navigation ul li a::before {
    content: " ";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 37px;
    height: 37px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
}

body.woocommerce-account .my-account-container .my-account-nav nav.woocommerce-MyAccount-navigation ul li a {
    font-size: 18px;
    padding-top: 19px;
    padding-right: 60px;
    padding-left: 0;
    padding-bottom: 19px;
}

body.woocommerce-account nav.woocommerce-MyAccount-navigation ul li:hover, body.woocommerce-account nav.woocommerce-MyAccount-navigation ul li.is-active {
    background-color: transparent;
}

body.woocommerce-account nav.woocommerce-MyAccount-navigation ul li:hover a, body.woocommerce-account nav.woocommerce-MyAccount-navigation ul li.is-active a {
    color: #c51a1b;
}

body.woocommerce-account .my-account-container .my-account-nav nav.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--orders a::before {
    background-image: url("../images/account/side-menu/my-orders.svg");
    background-size: 24px 26px;
}

body.woocommerce-account .my-account-container .my-account-nav nav.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--edit-address a::before {
    background-image: url("../images/account/side-menu/address.svg");
    background-size: 28px 25px;
}

body.woocommerce-account .my-account-container .my-account-nav nav.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--edit-account a::before {
    background-image: url("../images/account/side-menu/login-data.svg");
    background-size: 25px 25px;
}

body.woocommerce-account .my-account-container .my-account-nav nav.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--mywishlist a::before {
    background-image: url("../images/account/side-menu/wishlist.svg");
    background-size: 30.6px 25px;
}

body.woocommerce-account .my-account-container .my-account-nav nav.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--coupons a::before {
    background-image: url("../images/account/side-menu/discount.svg");
    background-size: 37px 25px;
}

body.woocommerce-account .my-account-container .my-account-nav nav.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--points a::before {
    background-image: url("../images/account/side-menu/points.svg");
    background-size: 28px 27px;
}

body.woocommerce-account .my-account-container .my-account-nav nav.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--returns a::before {
    background-image: url("../images/account/side-menu/my-orders.svg");
    background-size: 24px 26px;
}

body.woocommerce-account .my-account-container .my-account-content {
    width: calc(100% - 282px - 165px);
    margin-right: 165px;
}

body.woocommerce-account .my-account-container .my-account-content .wrapper img {
    max-width: 100%;
    height: auto;
}

body.woocommerce-account .my-account-container .my-account-content .page-title {
    position: relative;
    font-size: 1.89rem;
    text-align: center;
    margin-bottom: 75px;
}

body.woocommerce-account .my-account-container .my-account-content .page-title::after {
    content: " ";
    display: block;
    position: absolute;
    bottom: -23px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 108px;
    height: 8px;
    background-color: #c51a1b;
}

.login-container {
    width: 536px;
    border: solid 1px #707070;
    margin: auto;
    max-width: 90%;
}

.login-container .woocommerce-MyAccount-user.no_user_img,
.woocommerce-MyAccount-user.no_user_img {
    padding-top: 30px;
}

.page-template-myaccount .bialty-container {
    padding-top: 40px;
}

@media (min-width: 768px) {
    .page-template-myaccount .bialty-container {
        padding-top: 80px;
    }
}

.woocommerce-MyAccount-user h3 {
    text-align: center;
    color: #c51a1b;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.login-container form {
    width: 260px;
    margin: 40px auto;
    display: grid;
}

p.form-login-submit, p.lost_password {
    text-align: center;
}

p.lost_password {
    order: 4;
    font-size: 14px;
    font-weight: bold;
    color: #c51a1b;
    margin-bottom: 0;
}

p.lost_password a {
    color: #c51a1b;
}

p.form-login-submit button {
    background-color: #303030;
    width: 100%;
    font-weight: bold;
    color: #FFF;
    border: 0;
}

p.woocommerce-invalid::after {
    content: attr(error-message);
    display: block;
    color: #f35555;
    font-size: 14px;
    font-weight: bold;
    bottom: -20px;
}

.login-container label {
    display: block;
    color: #888888;
    font-size: 16px;
    width: 100%;
}

.login-container input {
    width: 100%;
}

.login-container p.form-row {
    position: relative;
}

.login-container p.form-row .password-input {
    width: 100%;
}

.login-container input::placeholder {
    display: none;
    color: transparent;
}

.login-container input[type=text], .login-container input[type=password] {
    border-left: 0 !important;
    border-top: 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid #303030;
}

/* global top title */
/* body.woocommerce-account .woocommerce-MyAccount-orders h3,

body.woocommerce-account .woocommerce-MyAccount-user h3,

body.woocommerce-account .account-coupons-top h3{

  position: relative;

  font-size: 1.89rem;

  text-align: center;

  margin-bottom: 75px;

}



body.woocommerce-account .woocommerce-MyAccount-orders h3::after,

body.woocommerce-account .woocommerce-MyAccount-user h3::after,

body.woocommerce-account .account-coupons-top h3::after{

  content: " ";

  display: block;

  position: absolute;

  bottom: -23px;

  left: 50%;

  -webkit-transform: translateX(-50%);

          transform: translateX(-50%);

  width: 108px;

  height: 8px;

  background-color: #c51a1b;

} */
body.woocommerce-account .account-menu-btn {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: #f9f9f9;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    cursor: pointer;
}

body.woocommerce-account .account-menu-btn span {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #c51a1b;
    margin: 3px;
}

body.woocommerce-account .woocommerce-MyAccount-navigation-link--returns {
    display: none !important;
}

.woocommerce-password-strength {
    position: absolute;
    top: 40px;
}

small.woocommerce-password-hint {
    position: absolute;
    top: 65px;
    white-space: nowrap;
}

@media (max-width: 1500px) {
    body.woocommerce-account #primary {
        padding-right: 50px;
        padding-left: 100px;
    }

    body.woocommerce-account .my-account-container .my-account-content {
        width: calc(100% - 282px - 80px);
        margin-right: 80px;
    }
}

@media (max-width: 1200px) {
    body.woocommerce-account #primary {
        padding-right: 10px;
        padding-left: 20px;
    }

    body.woocommerce-account .my-account-container .my-account-content {
        width: calc(100% - 282px - 35px);
        margin-right: 35px;
    }
}

@media (max-width: 981px) {
    body.woocommerce-account #primary {
        padding-left: 10px;
    }

    body.woocommerce-account {
        overflow-x: hidden;
    }

    body.woocommerce-account .woocommerce-MyAccount-navigation {
        position: fixed;
        top: 22%;
        right: -276px;
        transition: all 1s;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -ms-transition: all 1s;
        -o-transition: all 1s;
        z-index: 9999;
    }

    body.woocommerce-account .woocommerce-MyAccount-navigation.active {
        right: 0;
    }

    body.woocommerce-account .my-account-container .my-account-nav {
        width: 100%;
        text-align: center;
    }

    body.woocommerce-account .my-account-container .my-account-nav .logout-link {
        margin-top: 5px;
        margin-bottom: 10px;
    }

    body.woocommerce-account .my-account-container .my-account-content {
        width: 100%;
        margin-right: 0;
    }

    body.woocommerce-account .my-account-container .my-account-content .page-title {
        margin-bottom: 30px;
    }

    body.woocommerce-account .account-menu-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: fixed;
        top: 22%;
        right: 0;
        -webkit-transition: all 1s;
        transition: all 1s;
        z-index: 9999;
    }

    body.woocommerce-account .account-menu-btn.active {
        right: 276px;
    }

    body.woocommerce-account .my-account-container .my-account-nav nav.woocommerce-MyAccount-navigation {
        background-color: #f9f9f9;
        padding-right: 20px;
        padding-left: 20px;
        width: 276px;
    }
}

/*

*

*   gt_woo_ep_edit-address

*

*/
body.gt_woo_ep_edit-address .woocommerce-MyAccount-content {
    background-color: #f9f9f9;
}

body.gt_woo_ep_edit-address .woocommerce-address-fields__field-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

body.gt_woo_ep_edit-address .getraffic-edit-account {
    max-width: 602px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 100px;
    padding-bottom: 100px;
}

body.gt_woo_ep_edit-address .woocommerce-MyAccount-user {
    display: none;
}

body.gt_woo_ep_edit-address .woocommerce-address-fields__field-wrapper > p {
    width: 50%;
}

body.gt_woo_ep_edit-address .woocommerce-address-fields__field-wrapper > p > label {
    font-size: 14px;
    font-weight: bold;
    color: #aeaeae;
    margin-bottom: 0;
    line-height: 1;
}

body.gt_woo_ep_edit-address .woocommerce-address-fields__field-wrapper .woocommerce-input-wrapper input {
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid black;
    width: 100%;
    background-color: transparent;
    font-size: 18px;
}

body.gt_woo_ep_edit-address .woocommerce-address-fields__field-wrapper .woocommerce-input-wrapper select {
    width: 100%;
    padding: 8px;
    margin-top: 16px;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid black;
    background-color: transparent;
    font-size: 18px;
}

body.gt_woo_ep_edit-address .woocommerce-address-fields__field-wrapper .optional {
    display: none;
}

body.gt_woo_ep_edit-address .woocommerce-address-fields__field-wrapper .form-row {
    margin-right: 0;
    margin-left: 0;
}

body.gt_woo_ep_edit-address #billing_first_name_field,
body.gt_woo_ep_edit-address #shipping_first_name_field {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-left: 23px;
}

body.gt_woo_ep_edit-address #billing_last_name_field,
body.gt_woo_ep_edit-address #shipping_last_name_field {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-right: 23px;
}

body.gt_woo_ep_edit-address #billing_street_field,
body.gt_woo_ep_edit-address #shipping_street_field {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding-left: 23px;
}

body.gt_woo_ep_edit-address #billing_house_field,
body.gt_woo_ep_edit-address #shipping_house_field {
    width: 25%;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    padding-right: 23px;
}

body.gt_woo_ep_edit-address #billing_appartment_field,
body.gt_woo_ep_edit-address #shipping_appartment_field {
    width: 25%;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    padding-right: 46px;
}

body.gt_woo_ep_edit-address #billing_city_field,
body.gt_woo_ep_edit-address #shipping_city_field {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
    padding-left: 23px;
}

body.gt_woo_ep_edit-address #billing_phone_field,
body.gt_woo_ep_edit-address #shipping_phone_field {
    width: 50%;
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
    padding-right: 23px;
}

/* body.gt_woo_ep_edit-address #billing_phonecode_field,

body.gt_woo_ep_edit-address #shipping_phonecode_field{

  width: 25%;

  order: 8;

  padding-right: 46px;

} */
body.gt_woo_ep_edit-address .checkbox.show-shipping-fields {
    padding-right: 20px;
}

body.gt_woo_ep_edit-address .myaccount_shipping_fields {
    display: none;
}

body.gt_woo_ep_edit-address .checkbox.show-shipping-fields span {
    position: relative;
    top: -2px;
    font-size: 14px;
    font-weight: bold;
}

body.gt_woo_ep_edit-address .save_address .button {
    display: block;
    width: 100%;
    max-width: 248px;
    font-size: 21px;
    font-weight: bold;
    background-color: #303030;
    border: 0;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    padding: 9.5px;
}

@media (max-width: 981px) {
    body.gt_woo_ep_edit-address #billing_first_name_field,
    body.gt_woo_ep_edit-address #shipping_first_name_field {
        order: 2;
        padding-left: 0;
        width: 100%;
    }

    body.gt_woo_ep_edit-address #billing_last_name_field,
    body.gt_woo_ep_edit-address #shipping_last_name_field {
        order: 1;
        padding-right: 0;
        width: 100%;
    }

    body.gt_woo_ep_edit-address #billing_street_field,
    body.gt_woo_ep_edit-address #shipping_street_field {
        width: 100%;
        order: 3;
        padding-left: 0;
    }

    body.gt_woo_ep_edit-address #billing_house_field,
    body.gt_woo_ep_edit-address #shipping_house_field {
        width: 50%;
        order: 4;
        padding-right: 0;
        padding-left: 23px;
    }

    body.gt_woo_ep_edit-address #billing_appartment_field,
    body.gt_woo_ep_edit-address #shipping_appartment_field {
        width: 50%;
        order: 5;
        padding-right: 23px;
    }

    body.gt_woo_ep_edit-address #billing_city_field,
    body.gt_woo_ep_edit-address #shipping_city_field {
        width: 100%;
        order: 6;
        padding-left: 0;
    }

    body.gt_woo_ep_edit-address #billing_phone_field,
    body.gt_woo_ep_edit-address #shipping_phone_field {
        width: 100%;
        order: 7;
        padding-right: 0;
        padding-left: 0;
    }

    /* body.gt_woo_ep_edit-address #billing_phonecode_field,

    body.gt_woo_ep_edit-address #shipping_phonecode_field{

      width: 50%;

      order: 8;

      padding-right: 23px;

    } */
    body.gt_woo_ep_edit-address .woocommerce-address-fields__field-wrapper .woocommerce-input-wrapper select {
        margin-top: 12px;
    }
}

/*

*

*gt_woo_ep_edit-account

*

*/
body.gt_woo_ep_edit-account.logged-in .woocommerce-EditAccountForm {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

body.gt_woo_ep_edit-account.logged-in .woocommerce-EditAccountForm > p {
    width: 50%;
}

body.gt_woo_ep_edit-account.logged-in .woocommerce-EditAccountForm {
    margin-right: -23px;
    margin-left: -23px;
}

body.gt_woo_ep_edit-account.logged-in .woocommerce-EditAccountForm > p.form-row {
    padding-right: 23px;
    padding-left: 23px;
    position: relative;
}

body.gt_woo_ep_edit-account.logged-in .woocommerce-EditAccountForm > p > label {
    font-size: 14px;
    font-weight: bold;
    color: #aeaeae;
    margin-bottom: 0;
    line-height: 1;
}

body.gt_woo_ep_edit-account.logged-in .woocommerce-EditAccountForm input {
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid black;
    width: 100%;
    background-color: transparent;
    font-size: 18px;
}

body.gt_woo_ep_edit-account.logged-in .save_address .button {
    display: block;
    width: 100%;
    max-width: 248px;
    font-size: 21px;
    font-weight: bold;
    background-color: #303030;
    border: 0;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    padding: 9.5px;
}

.closed-eye,
.opened-eye {
    display: none !important;
}

/*

*

*gt_woo_ep_mywishlist

*

*/
body.gt_woo_ep_mywishlist .products .wishlist-add-to-cart {
    display: none !important;
}

body.gt_woo_ep_mywishlist .products {
    grid-template-columns: repeat(3, 3fr);
}

body.gt_woo_ep_edit-account.logged-in .woocommerce-EditAccountForm > p.save_address {
    width: 100%;
}

@media (max-width: 1300px) {
    body.gt_woo_ep_mywishlist .products {
        grid-template-columns: repeat(2, 2fr);
    }
}

/*

*

*gt_woo_ep_orders

*

*/
body.gt_woo_ep_orders .woocommerce-MyAccount-orders {
    display: none !important; /* for short time */
}

body.gt_woo_ep_orders .woocommerce-MyAccount-content .tm-order-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

body.gt_woo_ep_orders .woocommerce-MyAccount-content .tm-order-item > div {
    position: relative;
    margin-right: 30px;
    margin-left: 30px;
}

body.gt_woo_ep_orders .woocommerce-MyAccount-content .tm-order-item > div:not(:last-child)::after {
    content: "|";
    position: absolute;
    top: 0;
    left: -30px;
}

body.gt_woo_ep_orders .woocommerce-MyAccount-content .tm-orders {
    position: relative;
    background-color: #f9f9f9;
    padding: 11px;
}

body.gt_woo_ep_orders .woocommerce-table--order-details tr.woocommerce-table__line-item {
    vertical-align: top;
    border-bottom: 2px solid black;
}

body.gt_woo_ep_orders .woocommerce-table--order-details td {
    padding-top: 20px;
    padding-bottom: 20px;
}

body.gt_woo_ep_orders .woocommerce-table--order-details td.woocommerce-table__product-name {
    width: 125px;
}

body.gt_woo_ep_orders .woocommerce-MyAccount-content .tm-orders div,
body.gt_woo_ep_orders .woocommerce-MyAccount-content .tm-orders span,
body.gt_woo_ep_orders .woocommerce-MyAccount-content .tm-orders time {
    font-size: 18px;
}

body.gt_woo_ep_orders .woocommerce-MyAccount-content .tm-orders {
    cursor: pointer;
}

body.gt_woo_ep_orders .woocommerce-MyAccount-content .tm-orders .gt-toggle {
    position: absolute;
    top: 22px;
    left: 17px;
    max-width: 100%;
    height: auto;
    opacity: 0.5;
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

body.gt_woo_ep_orders .woocommerce-MyAccount-content .tm-orders .gt-toggle.down {
    transform: scale(1.3) rotate(180deg);
    -webkit-transform: scale(1.3) rotate(180deg);
    -moz-transform: scale(1.3) rotate(180deg);
    -ms-transform: scale(1.3) rotate(180deg);
    -o-transform: scale(1.3) rotate(180deg);
}

body.gt_woo_ep_orders .woocommerce-MyAccount-content .gt-order-row:not(.num-1) .tm-order-details {
    display: none;
}

body.gt_woo_ep_orders .woocommerce-MyAccount-content .gt-order-row {
    margin-bottom: 10px;
}

body.gt_woo_ep_orders .woocommerce-table--order-details {
    width: 100%;
    margin-top: 20px;
}

body.gt_woo_ep_orders table.order-customer-details, .order-details-summary {
    display: block !important;
}

body.gt_woo_ep_orders .tm-order-details .block-inner span,
body.gt_woo_ep_orders .tm-order-details .block-inner p,
body.gt_woo_ep_orders .tm-order-details .block-inner a {
    font-size: 18px;
}

body.gt_woo_ep_orders .order-details-summary p {
    font-size: 18px;
    margin-bottom: 5px;
}

body.gt_woo_ep_orders img.attachment-woocommerce_thumbnail {
    width: 100%;
    max-width: 122px;
    height: auto;
}

body.gt_woo_ep_orders .order-details-summary {
    background-color: #f9f9f9;
    padding: 0 40px;
}

body.gt_woo_ep_orders .order-details-summary .order-title-su {
    margin: 0 -40px;
    padding: 3px 0;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid black;
}

body.gt_woo_ep_orders .order-details-summary p:first-of-type {
    padding-top: 25px;
}

body.gt_woo_ep_orders .order-details-summary .order-details-summary-total {
    padding-bottom: 25px;
}

body.gt_woo_ep_orders .woocommerce-columns--addresses .woocommerce-column--billing-address {
    display: none;}

body.gt_woo_ep_orders .woocommerce-columns--addresses .woocommerce-column--shipping-address {
    /* background-color: #f9f9f9; */
    padding: 0 40px;
}

body.gt_woo_ep_orders .woocommerce-columns--addresses .woocommerce-column--shipping-address > h2 {
    border-bottom: 2px solid black;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 6px;
    margin: 0 -40px;
}

body.gt_woo_ep_orders .order-again {
    display: none; /* hidden, for a short time */
}

@media (max-width: 700px) {
    body.gt_woo_ep_orders .woocommerce-MyAccount-content .tm-order-item {
        justify-content: right;
    }

    body.gt_woo_ep_orders .woocommerce-MyAccount-content .tm-order-title {
        width: 100%;
        font-size: 18px;
        font-weight: bold;
    }

    body.gt_woo_ep_orders .woocommerce-MyAccount-content .tm-order-title:after {
        content: "";
        display: none;
    }

    body.gt_woo_ep_orders .woocommerce-MyAccount-content .tm-order-item .tm-order-status {
        margin-right: 20px;
    }

    body.gt_woo_ep_orders .woocommerce-MyAccount-content .tm-order-item .tm-order-time {
        margin-left: 20px;
    }

    body.gt_woo_ep_orders .woocommerce-MyAccount-content .tm-order-item .tm-order-status,
    body.gt_woo_ep_orders .woocommerce-MyAccount-content .tm-order-item .tm-order-status p,
    body.gt_woo_ep_orders .woocommerce-MyAccount-content .tm-order-item .tm-order-status span,
    body.gt_woo_ep_orders .woocommerce-MyAccount-content .tm-order-item .tm-order-time,
    body.gt_woo_ep_orders .woocommerce-MyAccount-content .tm-order-item .tm-order-time time,
    body.gt_woo_ep_orders .woocommerce-MyAccount-content .tm-order-item .tm-order-time span {
        font-size: 14px;
    }

    body.gt_woo_ep_orders .woocommerce-MyAccount-content .tm-order-item > div:not(:last-child)::after {
        left: -21px;
    }

    body.gt_woo_ep_orders .woocommerce-MyAccount-content .tm-orders .gt-toggle {
        top: 32px;
        left: 20px;
    }

    body.gt_woo_ep_orders.gt_woo_ep_orders #primary {
        padding: 0 17px;
    }

    body.gt_woo_ep_orders.gt_woo_ep_orders .my-account-container {
        margin-top: 30px;
    }
}

/*

*

*gt_woo_ep_coupons

*

*/
body.gt_woo_ep_coupons .account-coupons-top {
    display: none !important;
}

body.gt_woo_ep_coupons .account-coupons-content {
    display: grid;
    grid-template-columns: repeat(3, 255px);
    grid-gap: 60px;
    justify-content: center;
}

body.gt_woo_ep_coupons .coupon-item .coupon-code {
    display: block;
    width: calc(100% + 35px);
    margin-right: -12.5px;
    font-size: 18px;
    padding: 0;
    background-color: transparent;
}

body.gt_woo_ep_coupons .coupon-item .coupon-title {
    margin: 0;
}

body.gt_woo_ep_coupons .coupon-item .coupon-bottomtext {
}

body.gt_woo_ep_coupons .account-coupons-content .coupon-item {
    position: relative;
    width: 255px;
    height: 375px;
}

body.gt_woo_ep_coupons .coupon-item.discount-p .single-coupon {
    display: flex;
    flex-wrap: wrap;
}

body.gt_woo_ep_coupons .coupon-item.discount-p .single-coupon-content {
    width: 100%;
    text-align: center;
    align-self: flex-end;
    padding-bottom: 30px;
}

body.gt_woo_ep_coupons .coupon-item.discount-p .coupon-title {
    font-size: 36px;
    font-weight: bolder;
    color: white;
}

body.gt_woo_ep_coupons .coupon-item.discount-p .coupon-subtitle {
    font-size: 18px;
    font-weight: bolder;
    color: white;
}

body.gt_woo_ep_coupons .coupon-item.discount-p-hp::before {
    content: "Happy Birthday";
    position: absolute;
    top: 20px;
    width: 100%;
    text-align: center;
    color: #c51a1b;
    font-size: 30px;
}

body.gt_woo_ep_coupons .coupon-item.discount-p-hp .single-coupon-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 100%;
}

body.gt_woo_ep_coupons .coupon-item.discount-p-hp .single-coupon-content > div {
    width: 100%;
}

body.gt_woo_ep_coupons .coupon-item.discount-p-hp .coupon-title {
    margin-top: 45px;
    font-size: 36px;
    text-align: center;
    align-self: flex-start;
}

body.gt_woo_ep_coupons .coupon-item.discount-p-hp .coupon-subtitle {
    margin-bottom: 30px;
    font-size: 18px;
    text-align: center;
    align-self: flex-end;
}

body.gt_woo_ep_coupons .coupon-item.discount-n .single-coupon-content {
    line-height: 1;
    padding-top: 35px;
}

body.gt_woo_ep_coupons .coupon-item.discount-n .coupon-title {
    font-size: 18px;
    font-weight: bolder;
    text-align: center;
    color: white;
}

body.gt_woo_ep_coupons .coupon-item.discount-n .coupon-subtitle {
    font-size: 72px;
    font-weight: bolder;
    text-align: center;
    color: white;
}

body.gt_woo_ep_coupons .account-coupons-content .single-coupon {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

body.gt_woo_ep_coupons .account-coupons-content .coupon-bottomtext span {
    display: block;
    width: calc(100% + 35px);
    margin-right: -12.5px;
    font-size: 18px;
}

body.gt_woo_ep_coupons .woocommerce-MyAccount-content {
    background-color: #f9f9f9;
}

body.gt_woo_ep_coupons .getraffic-edit-account {
    /* max-width: 602px; */
    /* margin-right: auto;

    margin-left: auto; */
    padding-top: 100px;
    padding-bottom: 100px;
}

@media (max-width: 1400px) {
    body.gt_woo_ep_coupons .account-coupons-content {
        grid-template-columns: repeat(2, 255px);
    }
}

@media (max-width: 981px) {
    body.gt_woo_ep_coupons #primary {
        padding-right: 30px;
        padding-left: 30px;
    }

    body.gt_woo_ep_coupons .account-coupons-content .coupon-item {
        width: 100%;
        height: 400px;
    }

    body.gt_woo_ep_coupons .account-coupons-content {
        grid-template-columns: repeat(1, 1fr);
    }

    body.gt_woo_ep_coupons .account-coupons-content .coupon-bottomtext span {
        width: 100%;
        text-align: center;
        margin-right: 0;
    }
}

@media (max-width: 600px) {
    body.gt_woo_ep_coupons .account-coupons-content .coupon-item {
        height: 300px;
    }
}

.wc-social-login-profile {
  display: none;
}

.tm-order-details .prices {
    justify-content: start;
}