nav.navbar.bootsnav.sidebar-nav .navbar-left-sidebar>li.shop-btn>a {
    color: #B2F9FC;
    font-weight: 600;
    font-size: 18px;
}

nav.navbar.bootsnav.sidebar-nav .navbar-left-sidebar>li.shop-btn>a:hover {
    color: #5ce3e8;
}

.shop-post-group {
    margin-bottom: 40px;
}

.shop-list-editor .edit-bg-box {
    padding: 10px 15px 10px 15px;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.shop-list-editor .edit-bg-box .shop-list-image img {
    margin-bottom: 0;
}

.shop-list-editor .edit-bg-box .shop-list-image {
    width: 30px;
}

.shop-list-editor .edit-bg-box .shop-list-content {
    flex: 1;
    padding-left: 15px;
}

.shop-list-editor h3 {
    font-size: 20px;
    letter-spacing: 2px;
    margin: 5px 0;
    line-height: 28px;
    color: #ffffff;
}

.shop-list-editor p {
    line-height: 20px;
    margin-bottom: 5px 0;
    color: #ffffff;
}

.shop-cursor-list {
    margin-bottom: 30px;
}

.shop-cursor-list ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.shop-cursor-list ul li {
    display: block;
    width: 100%;
    list-style: none;
    padding: 5px 0 7px 0;
    line-height: 24px;
    font-size: 18px;
    font-weight: 600;
}

.shop-cursor-list ul li a {
    display: block;
    position: relative;
    padding-left: 34px;
    color: #ff7700;
    transition: 0.3s ease-in-out;
}

.shop-cursor-list ul li a:hover {
    color: #ff9900;
}

.shop-cursor-list ul li a::before {
    font-family: 'themify';
    content: "\e649";
    display: flex;
    width: 24px;
    height: 24px;
    font-size: 12px;
    letter-spacing: normal;
    line-height: normal;
    background-color: #ff7700;
    color: #fff;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: 0.3s ease-in-out;
}

.shop-cursor-list ul li a:hover::before {
    background-color: #ff9900;
}

.shop-list-widget {
    margin-top: 30px;
}

.col-shop-1 {
    margin-bottom: 30px;
}

.shop-block-1 {
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    box-shadow: 0 0 6px rgb(0 0 0 / 15%);
    height: 100%;
    transition: 0.3s ease-in-out;
}

.shop-block-1:hover {
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
}

.shop-block-1 .shop-image {
    position: relative;
    overflow: hidden;
}

.shop-block-1 .shop-image::before {
    font-family: 'themify';
    content: "\e61a";
    position: absolute;
    top: calc(50% + 10px);
    left: 50%;
    width: 40px;
    height: 40px;
    color: #ffffff;
    transition: 0.3s ease-in-out;
    opacity: 0;
    transform: translate(-50%, -50%);
    z-index: 1;
    border-radius: 50%;
    border: 0.06rem solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: normal;
    line-height: normal;
}

.shop-block-1:hover .shop-image::before {
    opacity: 1;
    top: calc(50%);
}

.shop-block-1 .shop-image::after {
    content: '';
    display: block;
    background-color: #000000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.shop-block-1:hover .shop-image::after {
    opacity: 0.4;
}

.overlink {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.shop-block-1 .shop-image img {
    margin-bottom: 0;
    transition: 0.5s ease-in-out;
}

.shop-block-1 .shop-content {
    padding: 15px;
}

.shop-block-1:hover .shop-image img {
    transform: scale(1.15);
}

.shop-ttl {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.06rem;
    margin: 0;
    height: 44px;
    overflow: hidden;
}

.shop-ttl a {
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.shop-block-1 .shop-content .shop-ttl a:hover {
    color: #2e56b4;
}

.shoplist-style-2 .shop-ttl {
    display: flex;
    align-items: center;
    height: 44px;
}

.shop-price {
    margin: 0;
    line-height: 24px;
    letter-spacing: normal;
}

.shop-price .original-price {
    position: relative;
    margin-bottom: 3px;
    display: inline-flex;
}

.shop-price .original-price::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.shop-price .special-offer {
    color: #ad0000;
    font-weight: 600;
    font-size: 18px;
}

.shop-price .pr-box {
    position: relative;
    padding-left: 48px;
}

.pr-unit {
    background-color: #537FE7;
    color: #ffffff;
    border-radius: 2px;
    font-size: 13px;
    padding: 1px 0px 1px 1px;
    width: 41px;
    height: 24px;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    margin-right: 3px;
    letter-spacing: 1px;
    position: absolute;
    left: 0;
    top: 0;
}

.so-unit {
    background-color: #ad0000;
}

.op-unit {
    background-color: #777777;
}

.cv {
    margin-right: 2px;
}

.money {
    display: inline-block;
}

.special-offer .cv {
    margin-right: 0;
}

.shop-cart {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.addcart-btn {
    background-color: #537FE7;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    letter-spacing: normal;
    line-height: normal;
    width: 36px;
    height: 36px;
    border-radius: 3px;
    font-size: 18px;
}

.shop-block-1 .addcart-btn:hover,
.shop-block-1 .addcart-btn:focus {
    background-color: #2e56b4;
    color: #ffffff;
}

.col-addcartpop {
    max-width: 450px;
    padding: 0;
    margin: 0;
    background-color: #ffffff;
    border-radius: 3px;
}

.col-addcartpop .mfp-close {
    width: 59px;
    height: 50px;
}

.addcart-popup-wrap {
    padding: 20px;
}

.addcart-popup-wrap .shop-ttl {
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    padding-bottom: 7px;
    padding-right: 20px;
    margin-bottom: 10px;
    line-height: 24px;
    font-size: 20px;
    height: auto;
}

.addcart-popup-wrap .shop-price {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
}

.morelist-box {
    text-align: center;
}

.more-load-btn {
    background: #232323;
    border: 2px solid #232323;
    color: #fff;
    font-size: 15px;
    padding: 8px 15px;
    display: inline-block;
    font-weight: 600;
    min-width: 200px;
    text-align: center;
    border-radius: 50px;
}

.more-load-btn:hover {
    background: transparent;
    color: #232323;
    border: 2px solid #232323;
}

.navbar>.container {
    max-width: 100%;
}

.pro-qty-input {
    display: flex;
    flex-wrap: wrap;
}

.pro-qty-input input {
    flex: 1;
    margin-bottom: 0;
    text-align: center;
}

.pro-qty-input .qty-btn {
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    border: 1px solid #b6b6b7;
    letter-spacing: normal;
    line-height: normal;
    cursor: pointer;
    color: #333333;
    background-color: #ffffff;
}

.pro-qty-input .qty-btn.dec {
    border-right: 0;
}

.pro-qty-input .qty-btn.inc {
    border-left: 0;
}

.addcartform .form-box .form-box-label {
    text-align: left;
    width: 60px;
    font-size: 16px;
}

.addcartform .form-box {
    padding-left: 60px;
}

.addcartform .medium-input {
    font-size: 14px;
    padding: 10px 10px;
}

.addcart-btn-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: -10px;
}

.addcart-btn-box {
    padding: 10px;
    width: 50%;
}

.addcart-btn-1 {
    background-color: #537FE7;
    padding: 10px 10px;
    font-size: 16px;
    font-weight: 600;
    display: block;
    text-align: center;
    width: 100%;
    color: #ffffff;
    border-radius: 3px;
    transition: 0.3s ease-in-out;
}

.mfp-container .addcart-btn-1 {
    transition: 0.3s ease-in-out;
}

.join-btn .addcart-btn-1:hover {
    background-color: #2e56b4;
    color: #ffffff;
}

.buy-btn .addcart-btn-1 {
    background-color: #F75C2F;
}

.buy-btn .addcart-btn-1:hover {
    background-color: #c44826;
    color: #ffffff;
}

.soldout-btn {
    width: 100%;
}

.soldout-btn .addcart-btn-1 {
    background-color: #606060;
    color: #ffffff;
    cursor: unset;
    pointer-events: none;
    opacity: .65;
}

.shopview-sec .shop-ttl {
    font-size: 24px;
    border-bottom: 2px solid #dddddd;
    padding-bottom: 10px;
    margin-bottom: 15px;
    height: auto;
    line-height: 29px;
}

.shopview-sec .shop-price .special-offer {
    font-size: 28px;
}

.shopview-sec .shop-price {
    margin-bottom: 20px;
}

.remain-txt {
    text-align: right;
    margin-top: -15px;
    margin-bottom: 12px;
    color: #484848;
}

.shopview-sec .addcartform {
    margin-bottom: 20px;
}

.nice-select-box {
    height: 42px;
}

.nice-select {
    border: 1px solid #b6b6b7;
    width: 100%;
    border-radius: 0;
    padding-left: 10px;
    padding-right: 40px;
}

.nice-select:hover {
    border: 1px solid #b6b6b7;
}

.nice-select:after {
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #333333;
    border-right: 1px solid #333333;
    right: 16px;
    margin-top: -7px;
}

.header-cart-icon {
    display: inline-block;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    padding-left: 11px;
    line-height: 15px;
}

.header-social-icon {
    padding-left: 11px;
}

.header-cart-icon a.social-icon-style-13 {
    color: #ffffff;
    position: relative;
    font-size: 20px;
}

.header-cart-icon a.social-icon-style-13 .number-unit {
    width: 18px;
    height: 18px;
    font-size: 11px;
    background-color: #ad0000;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -7px;
    right: -7px;
    border-radius: 50%;
    letter-spacing: normal;
    line-height: normal;
}

.cartslide-wrap .cartslide-bg {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    transform: translateX(100%);
    background-color: #000000;
    opacity: 0;
    z-index: 99;
    transition: 0.3s ease-in-out;
}

.cartslide-wrap.open .cartslide-bg {
    opacity: 0.3;
    transform: translateX(0);
}

.cartslide-group {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    width: 350px;
    height: 100vh;
    background-color: #ffffff;
    transform: translateX(100%);
    transition: 0.4s ease-in-out;
}

.cartslide-wrap.open .cartslide-group {
    transform: translateX(0);
}

.cartslide-widget {
    max-height: 90%;
    overflow: auto;
}

.cartslide-close {
    width: 54px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    position: absolute;
    top: 0;
    right: 0;
    color: #000000;
    padding: 15px;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.cartslide-close:hover {
    transform: rotate(180deg);
}

.cartslide-ttl {
    background-color: #eeeeee;
    color: #000000;
    padding: 15px;
}

.cartslide-ttl h4 {
    font-size: 20px;
    margin: 0;
    padding: 0;
    line-height: 24px;
}

.cartslide-block-1 {
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    border-bottom: 1px solid #dddddd;
}

.cartslide-image {
    width: 20%;
}

.cartslide-content {
    width: 70%;
    padding-left: 10px;
}

.cartslide-pro-ttl {
    margin-bottom: 5px;
}

.cartslide-pro-ttl h3 {
    font-size: 15px;
    line-height: 20px;
    margin: 0;
}

.cartslide-pro-ttl h3 a {
    color: #000000;
}

.cartslide-delete {
    width: 10%;
    text-align: right;
    padding-left: 10px;
}

.delete-btn {
    font-size: 18px;
}

.cartslide-pro-txt ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cartslide-pro-txt ul li {
    font-size: 13px;
    line-height: 17px;
}

.cartslide-pro-txt ul li.money {
    font-weight: 600;
    font-size: 14px;
}

.cartslide-subtotal {
    padding: 15px;
    font-weight: 600;
    font-size: 18px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #dddddd;
}

.subtotal-amount {
    margin-left: auto;
}

.cartslide-btn {
    padding: 20px 20px;
}

.cartlist-btn-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}

.cartlist-btn-box.keep-btn {
    width: 190px;
}

.cartlist-btn-box.keep-btn .addcart-btn-1 {
    background-color: #537FE7;
}

.cartlist-btn-box.keep-btn .addcart-btn-1:hover {
    background-color: #2e56b4;
    color: #fff;
}

.cartlist-btn-box.clear-btn {
    width: 190px;
    margin-left: auto;
}

.cartlist-btn-box.clear-btn .addcart-btn-1 {
    background-color: #F75C2F;
}

.cartlist-btn-box.clear-btn .addcart-btn-1:hover {
    background-color: #c44826;
    color: #fff;
}

.col-subtotal {
    margin-left: auto;
}

.cartlist-sec .cartslide-subtotal {
    border-bottom: 0;
    padding: 20x;
    margin-top: 20px;
    font-size: 20px;
    line-height: 24px;
    text-align: right;
    display: block;
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.cartlist-sec .cartslide-subtotal .subtotal-title {
    margin-right: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 5px;
    letter-spacing: 1px;
}

.cartlist-sec .cartslide-subtotal .subtotal-title.all {
    margin-bottom: 0;
    font-weight: 600;
    color: #ad0000;
    font-size: 24px;
    line-height: 28px;
}

.cart-table {
    width: 100%;
}

.rwd-table {
    border-radius: 3px;
    overflow: hidden;
}

.rwd-th {
    font-size: 16px;
    padding: 10px;
    text-align: center;
    background-color: #000000;
    border-right: 1px solid #fff;
    border-bottom: solid #dddddd;
    border-top: solid #000000;
    color: #ffffff;
}

.rwd-th:last-child {
    border-right: 1px solid #000000;
}

.rwd-th:first-child {
    border-left: 1px solid #000000;
}

.rwd-td {
    border: 1px solid #dddddd;
    font-size: 16px;
    padding: 8px;
    text-align: center;
}

.rwd-td.td-num {
    width: 58px;
}

.rwd-td.td-img {
    width: 140px;
}

.rwd-td.td-img .img-fluid {
    margin-bottom: 0;
}

.rwd-td.td-qty {
    width: 120px;
}

.rwd-td.td-delete {
    width: 58px;
}

.rwd-td.td-delete .delete-btn:hover {
    color: #ad0000;
}

.rwd-td.td-ttl {
    font-size: 16px;
}

.rwd-td.td-ttl a {
    color: #000000;
}

.rwd-td.td-ttl a:hover {
    color: #537FE7;
}

.cart-table .pro-qty-input .qty-btn {
    width: 30px;
    height: 30px;
    font-size: 15px;
}

.cart-table .pro-qty-input .medium-input {
    padding: 5px;
}

.rwd-tr {
    background-color: #ffffff;
    transition: 0.3s ease-in-out;
}

.rwd-tr:nth-child(even) {
    background-color: #f8f8f8;
}

.rwd-tr:hover {
    background-color: #f1f1f1;
}

.cartlist-sec {
    padding-bottom: 20px;
}

.cartform-sec {
    padding: 0 0 90px 0;
}

.payment-form {
    padding-top: 20px;
}

.payment-form .form-box {
    padding-left: 0;
}

.payment-form .form-box-label {
    position: relative;
    width: auto;
    transform: unset;
}

.form-label {
    position: relative;
    top: -12px;
    margin-left: 14px;
}

.form-label h4 {
    background-color: #ffffff;
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 0;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    padding: 0 20px 0 10px;
    position: relative;
}

.finish-style .form-label h4 {
    padding: 0 10px 0 10px;
}

.form-label h4 .r-unit {
    right: 8px;
}

.form-box-label .hint {
    font-size: 15px;
    font-weight: 400;
}

.payment-form .form-box {
    margin-bottom: 10px;
}

.payment-form .form-box .radio-box2 .container-radio {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 14px;
    padding-left: 26px;
}

.payment-form .form-box .container-radio .checkmark {
    width: 18px;
    height: 18px;
    border-radius: 0;
    border: 1px solid #b6b6b6;
    background-color: #f8f8f8;
}

.payment-form .form-box .container-radio .checkmark:after {
    top: 2px;
    left: 5px;
    width: 8px;
    height: 8px;
    width: 6px;
    height: 10px;
    border-bottom: 2px solid #333333;
    border-right: 2px solid #333333;
    border-color: #000;
    background: transparent;
    border-radius: unset;
    transform: rotate(45deg);
}

.payment-form .form-box .container-radio input:checked~.checkmark {
    background-color: #f8f8f8;
    border-color: #000000;
}

.payment-form .form-box .container-radio:hover input~.checkmark {
    background-color: #f8f8f8;
    border-color: #555555;
}

.form-group-1 {
    margin-bottom: 15px;
}

.payment-form .form-box .medium-input {
    padding: 6px;
}

.payment-form .col-form-widget {
    margin-bottom: 30px;
}

.payment-form .form-widget {
    border: 0.1rem solid #ddd;
    margin-top: 10px;
    border-radius: 3px;
    height: 100%;
    padding-bottom: 5px;
}

.payment-form .form-group {
    padding: 0 22px;
    margin-bottom: 0;
}

.form-address-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.form-address-box .form-small-label {
    margin-right: 5px;
    margin-bottom: 0;
}

.form-address-box .medium-select {
    margin-bottom: 0;
    flex: 1;
    height: 30px;
}

.form-address-box .nice-select {
    height: 30px;
    line-height: 30px;
    padding: 0 6px;
    padding-right: 24px;
}

.form-address-box .nice-select:after {
    width: 7px;
    height: 7px;
    border-bottom: 1px solid #333333;
    border-right: 1px solid #333333;
    right: 9px;
    margin-top: -5px;
}

.choose-btn {
    padding: 3px 6px;
    font-size: 15px;
    font-weight: 600;
    display: block;
    text-align: center;
    width: 100%;
    color: #ffffff;
    background-color: #537fe7;
}

.choose-btn i {
    margin-left: 4px;
}

.choose-btn * {
    transition: 0.3s ease-in-out;
}

.choose-btn:hover {
    background-color: #2e56b4;
    color: #ffffff;
}

.form-address-box .medium-input {
    flex: 1;
}

.form-alert p {
    margin-bottom: 0;
    color: #555;
    font-size: 14px;
}

.payment-btn-group {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -10px;
}

.payment-btn-group .cartlist-btn-box {
    padding: 10px;
}

.cartlist-btn-box.back-btn .addcart-btn-1 {
    width: 180px;
    display: block;
    box-shadow: unset;
    outline: unset;
    border: unset;
    letter-spacing: 1px;
    background-color: #555555;
}

.cartlist-btn-box.back-btn .addcart-btn-1:hover {
    background-color: #333333;
    color: #ffffff;
}

.cartlist-btn-box.pay-btn .addcart-btn-1 {
    width: 180px;
    display: block;
    box-shadow: unset;
    outline: unset;
    border: unset;
    letter-spacing: 1px;
}

.cartlist-btn-box.pay-btn .addcart-btn-1:hover {
    background-color: #2e56b4;
    color: #ffffff;
}

.cartfinish-alert {
    background-color: #555555;
    border-radius: 3px;
    padding: 20px 10px;
    margin-bottom: 20px;
}

.cartfinish-alert h2 {
    text-align: center;
    font-size: 28px;
    line-height: 34px;
    padding: 0;
    margin: 0;
    color: #ffffff;
}

.cartorder-info p {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.check-txt span {
    display: block;
}

.order-form {
    padding: 20px 20px 0 20px;
    background-color: #f8f8f8;
    margin-bottom: 20px;
    border: 1px solid #dddddd;
    border-radius: 3px;
}

.order-form .form-box {
    padding-left: 0;
}

.order-form .form-box .form-box-label {
    width: 90px;
    position: relative;
    transform: unset;
    left: 0;
    top: 0;
    text-align: left;
}

.order-form .range-filter_range-line {
    background-color: #b2b2b2;
    margin: 0 15px;
}

.order-form .range-filter_input {
    width: 115px;
}

.result-btn {
    background: #232323;
    border-color: #232323;
    color: #fff;
    font-size: 15px;
    padding: 7px 24px;
    display: block;
    width: 100%;
    font-weight: 600;
    letter-spacing: 1px;
}

.result-btn:hover {
    background-color: transparent;
    color: #232323;
}

.result-btn-box {
    margin-bottom: 20px;
}

.cart-table {
    width: 100%;
}

.rwd-td.td-num {
    width: 60px;
}

.rwd-td.td-oum a {
    color: #232323;
    text-decoration: underline;
    font-weight: 600;
}

.rwd-td.td-oum a:hover {
    color: #2e56b4;
}

.rwd-td.td-date {
    letter-spacing: 1px;
}

.rwd-td.td-oum {
    letter-spacing: 1px;
    width: 176px;
}

.rwd-td.td-date {
    width: 164px;
}

.rwd-td.td-dlv {
    width: 110px;
}

.rwd-td.td-pay {
    width: 110px;
}

.rwd-td.td-sdl {
    width: 100px;
}

.rwd-td.td-sts {
    width: 100px;
}

.rwd-td.td-btn {
    width: 100px;
}

.marker {
    background-color: #232323;
    color: #ffffff;
    display: inline-block;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: normal;
    padding: 5px 6px;
    border-radius: 3px;
    font-weight: 600;
}

.marker.paid {
    background-color: #24936E;
}

.marker.unpaid {
    background-color: #F75C2F;
}

.marker.process {
    background-color: #F75C2F;
}

.marker.end {
    background-color: #24936E;
}

.marker.shipped {
    background-color: #537FE7;
}

.marker.hd {
    background-color: #986DB2;
}

.marker.sp {
    background-color: #DB4D6D;
}

.marker.atm {
    background-color: #0089A7;
}

.marker.credit {
    background-color: #FFB11B;
}

.marker.cod {
    background-color: #24936d;
}

.datepicker-container,
.datepicker-container * {
    transition-timing-function: none;
    -moz-transition-timing-function: none;
    -webkit-transition-timing-function: none;
    -o-transition-timing-function: none;
    -ms-transition-timing-function: none;
    transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    -ms-transition-duration: 0s;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #537fe7;
    background: #537fe7;
    font-weight: normal;
    color: #fff;
}

.col-orderpop {
    padding: 0;
    background: #fff;
    max-width: 900px;
    overflow: auto;
    height: 90vh;
    margin: 5vh auto;
}

.order-popup-wrap .cartform-sec {
    padding: 0 0 30px 0;
}

.order-popup-wrap .cartlist-sec {
    padding-top: 45px;
}

nav.navbar.navbar-default ul.nav>li>a {
    margin: 0 8px;
}

header nav.navbar.white-link .navbar-nav>li.shop-btn.active>a,
nav.navbar.bootsnav.white-link ul.nav>li.shop-btn.active>a {
    color: #B2F9FC;
    font-weight: 600;
}

header nav.navbar.white-link .navbar-nav>li.dropdown.shop-btn.on>a {
    color: #5ce3e8;
}

header nav.navbar.white-link .navbar-nav>li.shop-btn>a,
nav.navbar.bootsnav.white-link ul.nav>li.shop-btn>a {
    color: #B2F9FC;
}

header.sticky nav.navbar.header-dark.white-link .navbar-nav>li.shop-btn.active>a,
header.sticky nav.navbar.bootsnav.header-dark.white-link ul.nav>li.shop-btn.active>a {
    color: #B2F9FC;
}

header.sticky nav.navbar.header-dark.white-link .navbar-nav>li.dropdown.shop-btn.on>a,
header.sticky nav.navbar.bootsnav.header-dark.white-link ul.nav>li.dropdown.shop-btn.on>a {
    color: #5ce3e8;
}

.r-unit {
    position: absolute;
    color: #ac0000;
    font-size: 20px;
    letter-spacing: normal;
    line-height: normal;
    top: 0;
    right: -2px;
}

.social-icon-style-12 {
    letter-spacing: normal;
}

.social-icon-style-12:nth-child(2) {
    margin-left: 8px;
    position: relative;
}

.shop-share-group {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.shop-share-group .shop-share-ttl {
    width: 55px;
    font-weight: 600;
    font-size: 18px;
}

.shop-share-group .shop-share-box {
    flex: 1;
}

.shop-share-group .at-resp-share-element .at-share-btn {
    margin: 0 5px 0 5px;
}

.shop-share-group .at-style-responsive .at-share-btn:first-child {
    margin-left: 0;
}

.shop-share-group .at-style-responsive .at-share-btn:last-child {
    margin-right: 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.8em;
    height: 1.8rem;
    border: 1px solid #353535;
    background: #353535;
    color: #fff !important;
    font-weight: 900;
    letter-spacing: normal;
    top: 3px;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-next {
    right: 3px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 3px;
}

.ui-datepicker .ui-datepicker-prev::before {
    content: "\e64a";
    font-family: 'themify';
    font-size: 15px;
    display: block;
}

.ui-datepicker .ui-datepicker-next::before {
    content: "\e649";
    font-family: 'themify';
    font-size: 15px;
    display: block;
}

.shopview-sec.shopview-style-2 {
    padding-top: 0;
}

.shopview-sec.shopview-style-2 .shop-share-group {
    margin: 15px 0;
}

.shopview-sec.shopview-style-2 .shop-share-group .shop-share-box {
    margin-right: 5px;
}

@media (max-width:1199px) {
    .rwd-th {
        font-size: 15px;
        letter-spacing: normal;
    }
}

@media (max-width:992px) {
    .rwd-table thead {
        display: none;
    }
    .rwd-td::before {
        content: attr(data-th) " : ";
        position: absolute;
        width: 110px;
        height: 100%;
        left: 0;
        top: 0;
        border-right: 1px solid #ddd;
        display: flex;
        padding: 10px;
        font-size: 15px;
        background-color: #f8f8f8;
    }
    .rwd-tr {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }
    .rwd-tr:nth-child(even) {
        background-color: transparent;
    }
    .rwd-tr:hover {
        background-color: transparent;
    }
    .rwd-td {
        width: 100% !important;
        display: block;
        position: relative;
        padding: 0px 0px 0px 110px;
        border-top: unset;
    }
    .rwd-td:first-child {
        border-top: 1px solid #dddddd;
    }
    .rwd-td .td-txt {
        display: block;
        flex: 1;
        padding: 10px;
    }
    .cartlist-btn-group {
        margin-left: -10px;
        margin-right: -10px;
        margin-top: 0;
    }
    .cartlist-btn-box.keep-btn {
        width: 50%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .cartlist-btn-box.clear-btn {
        width: 50%;
        margin-left: auto;
        padding-left: 10px;
        padding-right: 10px;
    }
    .form-address-select {
        margin-bottom: 10px;
    }
    .form-address-btn {
        margin-bottom: 10px;
    }
    .shoplist-style-2 .shop-ttl {
        height: auto;
    }
    .shop-ttl {
        height: auto;
    }
}

@media (max-width:480px) {
    .cartslide-group {
        width: 100%;
    }
    .payment-btn-group .cartlist-btn-box {
        width: 50%;
    }
    .cartlist-btn-box.back-btn .addcart-btn-1 {
        width: 100%;
    }
    .cartlist-btn-box.pay-btn .addcart-btn-1 {
        width: 100%;
    }
}

.main-title-item h2 {
    font-size: 24px;
    margin-bottom: 0;
    line-height: 30px;
    position: relative;
    padding-bottom: 10px;
}

.main-title-item h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 1px;
    background-color: #000000;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.main-title-item {
    text-align: center;
    margin-bottom: 30px;
}

.shoplist-sec {
    padding-bottom: 0;
}

.shoprivacy-sec {
    padding-bottom: 0;
}

.privacy-widget {
    background-color: #f3f3f3;
    border-radius: 3px;
    padding: 30px;
}

.contact-info {
    text-align: center;
    color: #ffffff;
}

.contact-info h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
}

.social-info-list {
    margin: 0 0 5px 0;
    padding: 0;
    list-style: none;
}

.social-info-list li {
    list-style-type: none;
    font-size: 14px;
    line-height: 20px;
    margin: 5px 0;
}

.social-info-list li a {
    color: #ffffff;
}

.social-info-list li a:hover {
    color: #ffffff90;
}

.footer-top {
    padding: 10px 0;
}

.footer-bottom {
    padding: 5px 0;
    border-top: 1px solid #ffffff20;
}

.copyright-box {
    padding: 0;
}

.privacy-list-style {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
}

.privacy-list-style li {
    padding: 0;
}

.privacy-list-style li a {
    display: block;
    padding: 10px 10px;
    color: #000000;
    position: relative;
    text-align: center;
}

.privacy-list-style li a::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    background: #000000;
    width: 1px;
    height: 15px;
}

.privacy-list-style li:last-child a::after {
    display: none;
}

@media (max-width:767px) {
    .privacy-widget {
        padding: 30px 15px;
    }
}