.account .table {
    border-collapse: collapse;
    width: 100%;
}

td,
th {
    text-align: left;
    padding: 8px;
}
thead tr,
.order-table thead tr {
    background-color: #eaeaea;
}
tr:nth-child(even) {
    background-color: #eaeaea;
}
.edit-account {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    padding: 25px;
    margin-bottom: 25px;
}
.edit-account .account-mgmt .label {
    color: #000;
    font-size: 16px;
    letter-spacing: 1.5px;
    padding: 0;
}
.edit-account .account-mgmt .content {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1.5px;
}

.main-title {
    margin-bottom: 10px;
    font-weight: 700;
}

.sidebar li.active-account {
    background-color: #f4f4f4;
}
.sidebar li.active-account a {
    color: #000;
}
.sidebar {
    width: 100%;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
        rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    background-color: #fff !important;
}
.sidebar li {
    border-bottom: 0;
    padding: 10px 25px;
}

.sidebar li:last-child {
    margin-bottom: 7px;
}

.sidebar li:hover {
    background-color: #f4f4f4;
}

.account-mgmt {
    padding-bottom: 7px;
}

.head-title {
    padding: 0;
}

.account,
.section-padding {
    padding: 50px 0;
}

.page-header {
    margin: 0;
    background-color: #f7f7f7;
    padding: 35px 0;
}
.breadcrumb {
    margin-bottom: 0;
}

.form-padding {
    padding: 30px 20px;
}

.form-padding .main-title {
    margin-bottom: 0px;
}

.form-padding .form-group label {
    font-size: 16px;
}

hr.dark {
    background-color: #000;
    width: 100%;
    height: 1px;
}

.form-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 7px;
    border-bottom: 2px solid #eaeaea;
    margin-bottom: 30px;
}

.different-ship {
    display: none;
}
.different-ship.show {
    display: block;
}

.order-table .product-info {
    display: flex;
    gap: 10px;
    align-items: center;
}
.order-table .product-info .product-name {
    font-weight: 700;
}
.order-table .product-info .product-desc {
    font-size: 14px;
}
.order-table .product-info .product-image {
    margin-right: 7px;
}
.order-table .product-info .product-image img {
    width: 55px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    vertical-align: middle;
}

.order-heading {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    font-size: 16px;
}
.bill-pay {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    padding: 25px;
}

.bill-pay p {
    margin: 0;
    margin-bottom: 5px;
}

.bill-pay .bill-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 7px;
}
.bill-pay a {
    display: block;
    color: #000;
    margin-bottom: 5px;
}

.bill-pay .bill-detail {
    font-size: 18px;
    color: #000;
}

.payment-desc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3px;
}

.wishlist-title {
    font-size: 28px;
    color: #000;
    letter-spacing: 1.5px;
    font-weight: 600;
}

.products-grid
    .item
    .item-inner
    .action-bot
    .actions
    .add-to-links
    li
    a.active
    i {
    color: #e14141;
}

.about-desc p {
    font-size: 18px;
    margin-bottom: 15px;
    letter-spacing: 1.5px;
    line-height: 1.6;
}

.bg-gray {
    background-color: #fafafa;
}
.about-detail {
    padding-left: 30px;
}
.about-detail.right-padding {
    padding-left: 0px;
    padding-right: 30px;
}
.about-detail .detail-title {
    font-size: 42px;
    color: #000;
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: 10px;
}
.about-detail .detail-desc {
    font-size: 17px;
    line-height: 1.6;
    text-align: justify;
}

.contact-form {
    padding: 35px 45px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
        rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.contact-form .main-title {
    margin-bottom: 25px;
}

.contact-form label {
    font-size: 16px;
}
.contact-form textarea.form-control {
    min-height: 75px;
    height: 95px;
}

.contact-info {
    padding: 20px 30px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
        rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.contact-infoTitle {
    font-size: 22px;
    font-weight: 700;
}

.contact-infoDetail {
    display: flex;
    align-items: center;
    gap: 25px;
    padding-top: 25px;
}

.contact-infoDetail .contact-infoIcon {
    font-size: 32px;
}
.contact-infoDetail .contact-infoLabel {
    font-size: 16px;
    line-height: 1;
}
.contact-infoDetail .contact-infoLink {
    font-size: 20px;
}

.contact-infoDetail .contact-infoLink a {
    color: #000;
}

.contact-social {
    margin-top: 30px;
    border-top: 1px solid #eaeaea;
    padding-top: 20px;
}

.contact-socialTitle {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.contact-socialLink {
    list-style-type: none;
    padding-left: 0;
}
.contact-socialLink li a .icon i {
    font-size: 16px;
    color: #fff;
    top: 0;
}
.contact-socialLink li.facebook {
    background-color: #3b5998;
}
.contact-socialLink li.insta {
    background-color: #cd486b;
}
.contact-socialLink li.twitter {
    background-color: #00acee;
}
.contact-socialLink li.linkedin {
    background-color: #0072b1;
}
.contact-socialLink li.youtube {
    background-color: #c4302b;
}
.contact-socialLink li {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #000;
    text-align: center;
    /* padding: 3px 5px; */
    /* line-height: 20px; */
    padding-top: 2px;
    line-height: 35px;
    display: inline-block;
    margin-right: 10px;
}

.blog-wrapper {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
        rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    margin-bottom: 30px;
}

.blog-info {
    padding: 20px;
}

.blog-info .blog-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
}
.blog-info .blog-desc {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 18px;
}

.blog-wrapSingle {
    width: 90%;
    margin: auto;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
        rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.blog-singleInfo {
    padding: 25px;
}
.blog-singleInfo .blog-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}
.blog-singleInfo .blog-singledesc {
    font-size: 16px;
}
.blog-singleInfo .blog-singledesc p {
    margin-bottom: 15px;
}

.social-share {
    padding: 25px;
    background-color: #eaeaea;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 25px 0;
    margin-top: 30px;
}
.social-share .share-title {
    font-size: 18px;
}

.blog-meta {
    display: flex;
    gap: 10px;
    font-size: 16px;
}
.blog-meta .author-name {
    font-size: 18px;
    font-weight: 700;
}

.blog-meta .icon {
    padding-right: 5px;
}

.accordion-header {
    margin-top: 0;
}
.accordion-item:not(:first-of-type) {
    border-top: 1px solid #eaeaea;
}
.accordion-header .accordion-button {
    font-size: 20px;
    font-weight: 600;
    padding: 15px 20px;
}

.accordion-item {
    margin-top: 15px;
    border-radius: 5px;
}

.accordion-body {
    font-size: 18px;
}

.accordion-button:not(.collapsed) {
    background-color: #eaeaea;
    box-shadow: none;
}
.accordion-button:focus {
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    color: #000;
}
.header-style3 #sns_header #sns_menu .sns_mainmenu {
    margin: 0;
}

.sidebar-responsive {
    font-size: 24px;
    padding: 15px;
    padding-bottom: 7px;
    border-bottom: 2px solid #eaeaea;
    margin-bottom: 15px;
    cursor: pointer;
    display: none;
}

.order-historyDetail {
    margin-top: 45px;
}

.login {
    padding: 45px 0;
}

.login-form {
    padding: 50px 70px;
    background-color: #fafafa;
    padding-bottom: 30px;
}
.login-heading {
    text-align: center;
    margin-bottom: 35px;
}
.login-heading .login-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #000;
}
.login-heading .login-desc {
    font-size: 17px;
}
.forgot-password {
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 800;
    color: #000;
}
.login-form .form-group.new-bottom-margin .icon-eye i {
    font-size: 14px;
    color: #b3b3b3;
}
.login-form .form-group.new-bottom-margin .icon-eye {
    position: absolute;
    left: auto;
    right: 14px;
    top: 14px;
    cursor: pointer;
}

.login-form .form-group.new-bottom-margin {
    margin-bottom: 15px;
    position: relative;
}
.options {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
}
.google-btn .logo img,
.facebook-btn .logo img {
    width: 30px;
    height: 30px;
}
.google-btn a,
.facebook-btn a {
    padding: 10px 20px;
    border: 2px solid #eaeaea;
    margin-bottom: 20px;
    width: auto;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    font-weight: 600;
}

.login-btn a.btn {
    padding: 7px 18px;
    font-size: 18px;
    letter-spacing: 1.5px;
}

.login-form .form-control {
    height: 44px;
}
.already-account {
    font-size: 16px;
    margin: 0 20px;
}
.already-account a {
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
    color: #000;
}

.login-btn {
    margin-bottom: 10px;
}
.panel-title > a {
    display: block;
    font-size: 22px;
}
.panel-body {
    font-size: 16px;
}
a:focus,
a:hover {
    text-decoration: none;
}
.orderRecent-table th,
.orderRecent-table td {
    font-size: 16px;
}

.form-padding {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
        rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    padding: 25px 35px;
}
.sidebar {
    padding-left: 0;
    list-style-type: none;
}
.sidebar li a {
    color: #000;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    transition: all ease-in-out 0.4s;
}
.sidebar li a:hover {
    padding-left: 7px;
    transition: all ease-in-out 0.4s;
}
@media only screen and (max-width: 992px) {
    .blog-wrapSingle {
        width: 100%;
    }
    .about-detail {
        padding-left: 15px;
    }
    .about-detail.right-padding {
        padding-right: 15px;
    }
    .contact-form {
        margin-bottom: 35px;
    }

    .sidebar-responsive {
        display: block;
    }

    .sidebar {
        display: none;
        width: 65%;
        margin-bottom: 45px;
    }
}

@media only screen and (max-width: 700px) {
    .page-header h1 {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 32px;
    }
    .page-header {
        padding: 25px 0;
    }
    .social-share {
        flex-direction: column;
        align-items: flex-start;
        padding: 15px 20px;
    }
    .blog-singleInfo {
        padding: 25px 15px;
    }
    .blog-singleInfo {
        text-align: justify;
    }
    .contact-socialLink {
        margin-top: 15px;
        transform: scale(0.85);
        transform-origin: left;
    }
    .about-desc p {
        font-size: 17px;
        text-align: justify;
        letter-spacing: 1px;
    }
    .about-detail {
        margin-top: 30px;
        padding-left: 0;
    }
    .about-detail.right-padding {
        padding-right: 0px;
    }
    .about-detail .detail-title {
        font-size: 32px;
    }
    .contact-form {
        padding: 35px 15px;
    }
    .sidebar {
        width: 95%;
        margin: auto;
    }

    .order-table {
        padding: 0 20px;
    }

    .account {
        padding: 35px 0;
    }

    .order-table .product-info .product-image {
        width: 75px;
    }
    .login-form {
        padding: 45px 40px;
    }
}

body .jqTransformSelectWrapper .jqTransformHidden {
    display: inline-block;
}
.toolbar .sort-by .select-new .select-inner select {
    opacity: 1;
    position: relative;
    transition: all 0.2 ease-in;
    height: 30px;
    border: 1px solid #eaeaea;
    z-index: 1 !important;
    color: #666;
    width: 118px;
}
/* .toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper {
    display: none;
  } */
.brand_active {
    position: relative;
}
.brand_active::before {
    border: 1px solid #000000 !important;
    content: "\f00c" !important;
    display: inline-block;
    font-family: FontAwesome !important;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 10px;
    height: 10px;
    text-align: center;
    line-height: 10px;
    color: #000000 !important;
    font-size: 11px;
}

swiper-container {
    width: 100%;
    height: 100%;
}

swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper {
    height: 80%;
    width: 100%;
}

.mySwiper2 {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.mySwiper2 swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.mySwiper2 .swiper-slide-thumb-active {
    opacity: 1;
}

swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.qty-container {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    margin-right: 18px;
    margin-left: 0;
}

.qty-container button {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    width: 45px;
    height: 50px;
    padding: 0;
    font-size: 18px;
    float: left;
    font-weight: 600;
    border-radius: 0;
    /* background: 0 0; */
    /* font-family: Times New Roman !important; */
    border: 1px solid #eaeaea;
    background-color: #f8f5f5;
}
.qty-container button.qty-decrease {
    background: url("../images/qty-.png");
    background-position: center;
    background-repeat: no-repeat;
}
.qty-container button.qty-decrease:hover {
    background: url("../images/qty-.png");
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f8f5f5;
    border-color: #f8f5f5;
}
.qty-container button.qty-increase {
    background: url("../images/qty+.png");
    background-position: center;
    background-repeat: no-repeat;
}
.qty-container button.qty-increase:hover {
    background: url("../images/qty+.png");
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f8f5f5;
    border-color: #f8f5f5;
}
.qty-container {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    margin-right: 18px;
}
.qty-container .qty-container {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    margin-right: 18px;
}
.qty-container input {
    display: inline-block;
    vertical-align: middle;
    background: 0 0;
    float: left;
    border: 0;
    font-weight: 700;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    height: 50px;
    width: 50px;
}
.qty-container input.qty {
    height: 50px;
    width: 50px;
    text-align: center;
}

.thanks-wrapper {
    width: 70%;
    margin: auto;
    padding: 55px 35px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    text-align: center;
}

.thanks-img img {
    width: 95px;
    margin-bottom: 15px;
}

.thanks-bigTitle {
    font-size: 28px;
    font-weight: 900;
    color: #000;
    margin-bottom: 7px;
}

.thanks-smallTitle {
    font-size: 18px;
    color: #000;
}

.continue-btn {
    margin-top: 15px;
}

@media only screen and (max-width: 992px) {
    .thanks-wrapper {
        width: 90%;
    }
}

@media only screen and (max-width: 992px) {
    .thanks-wrapper {
        width: 98%;
        padding: 25px 15px;
    }

    .thanks-bigTitle {
        font-size: 24px;
    }
}

.addon-group {
    position: relative;
    display: inline-block;
}

.addon-group input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

input[type="checkbox"]:checked + label {
    background-color: #c4302b;
    color: #fff;
}

.cart-info {
    width: 35%;
    padding: 20px 30px;
    border: 1px solid #dddddd;
    margin-top: 35px;
    margin-left: auto;
}

.cart-info .info-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}
.cart-info .flex-label {
    display: flex;
    justify-content: space-between;
    font-size: 17px;
}
.voucher-code {
    display: flex;
    gap: 10px;
    margin: 10px 0;
}

.voucher-code .form-control {
    height: 45px;
    border-radius: 0;
}

.apply-btn {
    background-color: #000;
    color: #fff;
}
.checkout-link {
    margin-top: 15px;
}
.checkout-link a {
    width: 100%;
    text-align: center;
    padding: 15px;
    font-size: 18px;
    color: #fff;
    background-color: #000;
}

@media only screen and (max-width: 992px) {
    .cart-info {
        width: 75%;
        margin-left: auto;
    }
}

@media only screen and (max-width: 700px) {
    .cart-info {
        width: 100%;
        margin-left: auto;
    }
}
.reset-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #000;
}

.reset-heading {
    margin-bottom: 20px;
}

.reset-desc {
    font-size: 16px;
}

.reset-wrapper {
    padding: 40px 65px;
    background-color: #fafafa;
}

.reset-form .reset-group {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.reset-btn {
    margin-top: 15px;
}

@media only screen and (max-width: 700px) {
    .reset-form .reset-group {
        width: 100%;
    }

    .reset-wrapper {
        padding: 30px 25px;
    }

    .login {
        margin-top: 0;
    }
}
.products-grid .item .item-inner .action-bot {
    position: absolute;
    bottom: 0;
    transform: translateY(0%);
    width: 100%;
    left: 0;
}
.products-grid .item .item-inner:hover .action-bot .actions {
    background-color: #fff;
}

.products-grid .item .item-inner .action-bot .actions .add-to-links {
    padding-left: 0;
}
.products-grid .item .item-inner .action-bot .actions,
.products-grid .item .item-inner .action-bot {
    display: block;
    width: 100%;
}
.products-grid .item .item-inner .action-bot .actions .add-to-links {
    display: flex;
    width: 100%;
    margin-bottom: 0;
}
.products-grid .item .item-inner .action-bot .actions .add-to-links li {
    position: relative;
    display: inline-block;
    width: 33%;
}
.products-grid .item .item-inner .item-img .sns-btn-quickview:before {
    display: none;
}

.products-grid .item .item-inner .item-img .sns-btn-quickview {
    top: 0;
    left: 50%;
    margin-top: 0;
}
/* .products-grid .item .item-inner .item-img .product-image {
    z-index: 99;
  } */

.products-grid .item .item-inner .item-info {
    padding: 10px;
}

.products-grid .item .item-inner .action-bot .actions .add-to-links li a i {
    font-size: 14px !important;
}
.products-grid .item .item-inner .action-bot .actions .add-to-links li a {
    line-height: 35px;
}

@media only screen and (max-width:700px){
    .products-grid .item .item-inner .item-info{
        padding:0;
    }
}

@media only screen and (max-width: 979px) {
    .products-grid .item .item-inner .action-bot .wrap-quickview {
        display: block !important;
    }
    .products-grid .item{
        padding:15px 8px;
    }
}
