.icon-circle {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
}
.product {
    margin-bottom: 30px;
    position: relative;
    text-align: left;
}
.product .product-img {
    height: 200px;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #edf1fc;
    padding: 20px;
    border-radius: 5px;
    display: block;
}
.product .product-img img {
    max-height: 80%;
    max-width: 80%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all 0.85s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.85s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.85s cubic-bezier(0.23, 1, 0.32, 1);
}
.product .product-img .add-to-cart {
    -webkit-transform: translateY(15%);
    -ms-transform: translateY(15%);
    transform: translateY(15%);
    -webkit-transition: all 0.45s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 0.45s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.45s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    display: block;
    position: absolute;
    left: 17px;
    right: 17px;
    bottom: 15px;
    white-space: normal;
}
.product .product-img .add-to-cart:hover {
    background: #4e97fd;
}
.product .product-img .soldout,
.product .product-img span.onsale {
    min-width: 0;
    min-height: 0;
    padding: 5px 10px;
    margin: 0;
    top: 10px;
    left: 10px;
    right: auto;
    border-radius: 3px;
    background-color: rgba(78, 151, 253, 0.1);
    color: #4e97fd;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.5em;
    text-transform: uppercase;
    letter-spacing: 0.185em;
    position: absolute;
    z-index: 3;
}
.product .product-img .soldout {
    background-color: #e82d2d;
    color: #fff;
}
.product .product-img .product-img-hover {
    width: auto;
    height: auto;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    opacity: 0;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all 0.85s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.85s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.85s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
    position: absolute;
    margin: 0;
}
.product:hover .product-img .product-img-hover,
.product:hover .product-img .add-to-cart {
    -webkit-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    opacity: 1;
    visibility: visible;
}
.product:hover .product-img img {
    opacity: 0.5;
    max-height: 82%;
    max-width: 82%;
}
.product .product-info h3 {
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    color: #343a40;
}
.product .product-info h3 a {
    font-size: inherit;
    color: inherit;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
}
.product .product-info h3 a:hover {
    text-decoration: none;
}
.product .product-info .product-rating {
    margin-bottom: 5px;
}
.product .product-info .product-rating span {
    opacity: 0.5;
    font-size: 12px;
}
.product .product-info .product-rating i {
    color: #ffc107;
    font-size: 12px;
}
.product .product-info .product-rating .review-count {
    display: inline-block;
    opacity: 0.6;
    padding-left: 10px;
    font-size: 11px;
}
.product .product-info .product-value {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.6875em;
    color: inherit;
    margin-top: 5px;
}
.product .product-info .product-value .off-price {
    color: #28a745;
    margin-left: 10px;
    font-size: 12px;
}
.product .product-info .product-value .regular-price {
    font-size: 13px;
    opacity: 0.5;
}
.product.list-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 15px;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 15px;
}
.product.list-view:last-child {
    padding-bottom: 0px;
    border-bottom: 0px solid #dee2e6;
    margin-bottom: 0px;
}
.product.list-view .product-img {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    margin-bottom: 0px;
}
.product.list-view .product-info {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    padding-left: 30px;
}
.product.list-view .product-actions {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    display: block;
}
.product.list-view .product-actions .btn {
    width: 100%;
    display: block;
    font-size: 12px;
    margin-bottom: 15px;
    padding: 10px 5px;
}
.product.list-view .product-actions .btn:last-child {
    margin-bottom: 0;
}
.product-details-slider-area {
    position: relative;
}
.product-details-slider-area .product-details-big-image-slider-wrapper {
    cursor: crosshair;
    margin-bottom: 15px;
}
.product-details-slider-area .product-details-big-image-slider-wrapper .single-image {
    text-align: center;
    background: #edf1fc;
    padding: 20px;
}
.product-details-slider-area .product-details-big-image-slider-wrapper .single-image img {
    width: auto;
    border-radius: 6px;
    max-height: 400px;
    margin: auto;
}
.product-details-slider-area .product-details-small-image-slider-wrapper .single-image {
    margin: 0 5px;
    padding: 8px;
    text-align: center;
    background: #edf1fc;
    cursor: pointer;
}
.product-details-slider-area .product-details-small-image-slider-wrapper .single-image img {
    width: auto;
    border-radius: 4px;
    max-height: 100px;
    cursor: pointer;
    margin: auto;
}
.single-product-content-description .single-info {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 17px;
    margin-bottom: 10px;
}
.single-product-content-description .product-title {
    margin-bottom: 10px;
}
.single-product-content-description .rating {
    margin-bottom: 20px;
}
.single-product-content-description .rating i {
    font-size: 14px;
}
.single-product-content-description .review-count {
    padding-left: 10px;
}
.single-product-content-description .review-count a {
    color: #212529;
    font-weight: normal;
}
.single-product-content-description .review-count a:hover {
    color: #dc3545;
}
.single-product-content-description .product-description {
    line-height: 24px;
    margin-bottom: 0;
    padding-bottom: 35px;
    font-size: 14px;
}
.single-product-content-description .single-grid-product__price .main-price {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #6c757d;
}
.single-product-content-description .single-grid-product__price .main-price.discounted {
    text-decoration: line-through;
}
.single-product-content-description .single-grid-product__price .discounted-price {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    margin-right: 10px;
    color: #dc3545;
}
@media (min-width: 730px) {
    .product-actions {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.qty-input {
    border: 1px solid #6c757d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    padding-left: 0;
    padding-right: 0;
    border-radius: 5px;
}
.qty-input:hover {
    border: 1px solid #6c757d;
}
.qty-input i {
    cursor: pointer;
    -webkit-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
    width: 25px;
}
.qty-input i:active {
    background-color: #6c757d;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.qty-input input {
    border: 0px solid;
    outline: none;
    max-width: 54px;
    text-align: center;
    margin: 0 auto;
}
.product-full-description {
    padding-top: 40px;
    padding-bottom: 0px;
}
.product-full-description .entry-product-section-heading {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.6;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
    margin: 43px 0 18px;
}
.rating {
    color: #adb5bd;
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 10px;
    display: inline-block;
}
.rating .fa-star {
    color: #ffc107;
}
.rating svg {
    height: 16px;
}
.rating svg.active {
    color: #ffc107;
    fill: #ffc107;
}
.review_content {
    margin-bottom: 30px;
}
.review_content em {
    font-weight: 500;
    color: #adb5bd;
    line-height: 22px;
    margin-left: 5px;
    float: right;
    font-size: 13px;
}
.review_content h4 {
    font-size: 18px;
    font-size: 1.125rem;
}
.box-checkbox {
    margin: 0px -10px;
}
.box-checkbox label {
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    cursor: pointer;
}
.box-checkbox label input[type="radio"],
.box-checkbox label input[type="checkbox"] {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
}
.box-checkbox label .icon-box {
    border-radius: 4px !important;
    padding: 10px 18px;
    margin: 0;
    text-align: center;
    font-size: 12px;
    display: inline-block;
    letter-spacing: 2px;
    background-color: white;
    color: #343a40;
    border: 1px solid #343a40;
}
.box-checkbox label input[type="radio"]:checked ~ .icon-box,
.box-checkbox label input[type="checkbox"]:checked ~ .icon-box {
    background-color: rgba(78, 151, 253, 0.04);
    color: #4e97fd;
    border: 1px solid #4e97fd;
}
.box-checkbox label .icon-box .label {
    margin: 5px;
    font-size: 14px;
}
.box-checkbox label .icon-box .value {
    margin: 5px;
    font-size: 10px;
}
.shop-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 0px;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
}
.shop-header .single-select-block {
    margin-right: 30px;
    font-size: 14px;
}
.shop-header .single-select-block:last-child {
    margin-right: 0;
}
.shop-header .single-select-block .select-title {
    line-height: 30px;
    margin-right: 10px;
    color: #495057;
}
.shop-header .single-select-block select {
    line-height: 30px;
    padding-left: 10px;
    color: #6c757d;
    border: none;
}
.shop-header .grid-icons button {
    float: left;
    height: 46px;
    padding: 0;
    border: none;
    background: none;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.1s ease 0s;
    -o-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s;
}
.shop-header .grid-icons button.three-column {
    width: 20px;
    margin-right: 4px;
    background-image: url("../img/product/icons/grid-3-column.png");
}
.shop-header .grid-icons button.three-column:hover,
.shop-header .grid-icons button.three-column.active {
    background-image: url("../img/product/icons/grid-3-column-hover.png");
}
.shop-header .grid-icons button.four-column {
    width: 35px;
    margin-right: 4px;
    background-image: url("../img/product/icons/grid-4-column.png");
}
.shop-header .grid-icons button.four-column:hover,
.shop-header .grid-icons button.four-column.active {
    background-image: url("../img/product/icons/grid-4-column-hover.png");
}
.shop-header .grid-icons button.five-column {
    width: 35px;
    margin-right: 4px;
    background-image: url("../img/product/icons/grid-5-column.png");
}
.shop-header .grid-icons button.five-column:hover,
.shop-header .grid-icons button.five-column.active {
    background-image: url("../img/product/icons/grid-5-column-hover.png");
}
.shop-header .grid-icons button.list-view {
    width: 20px;
    margin-left: 6px;
    background-image: url("../img/product/icons/list.png");
}
.shop-header .grid-icons button.list-view:hover,
.shop-header .grid-icons button.list-view.active {
    background-image: url("../img/product/icons/list-hover.png");
}
.cart_product {
    border-radius: 2px;
    border: 1px solid #dee2e6;
}
.cart_product .cart_product_heading {
    padding: 10px 20px;
    width: 100%;
    display: block;
    border-bottom: 1px solid #dee2e6;
}
.cart_product .cart_product_heading h4 {
    color: #343a40;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 1rem;
    margin: 0;
}
.cart_product .cart_product_heading h4 span {
    color: rgba(52, 58, 64, 0.5);
    font-weight: 400;
    font-size: 15px;
    margin-left: 5px;
    text-transform: none;
}
.cart_product .cart_item {
    padding: 20px;
    border-bottom: 1px solid #dee2e6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    position: relative;
}
.cart_product .cart_item .cart_item_image {
    width: 75px;
    height: 75px;
    margin-right: 20px;
    overflow: hidden;
    border-radius: 0.2rem;
    background-color: #edf1fc;
    text-align: center;
}
.cart_product .cart_item .cart_item_image img {
    width: 65px;
    height: auto;
}
.cart_product .cart_item .c-item-body {
    width: 90%;
}
.cart_product .cart_item .cart_item_title {
    position: relative;
}
.cart_product .cart_item .cart_item_title h4 {
    color: #343a40;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 1.65rem;
    margin-bottom: 0;
}
.cart_product .cart_item .cart_item_title .cart_item_size {
    position: absolute;
    right: 0;
    top: 0;
}
.cart_product .cart_item .cart_item_title .cart_item_size span {
    display: inline-block;
    color: #343a40;
    font-size: 12px;
}
.cart_product .cart_item .cart_item_title .cart_item_size .cart_item_color {
    margin-right: 50px;
}
.cart_product .cart_item .cart_item_title .cart_item_size .cart_item_color .cart_item_color_circle {
    display: inline-block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #282828;
    margin-left: 5px;
}
.cart_product .cart_item .cart_item_price .cart_product_remove {
    margin-top: 10px;
}
.cart_product .cart_item .cart_item_price .cart_product_remove a {
    color: inherit;
	font-size: 13px;
}
.cart_product .cart_item .cart_item_price .cart_product_remove a i {
    color: #dc3545;
    font-size: 80%;
    margin-right: 5px;
}
.cart_product .cart_item .cart_item_price .product-price span {
    letter-spacing: 0;
    color: #343a40;
}
.cart_product .cart_item .cart_item_price .product-price span del {
    margin-left: 6px;
    opacity: 0.5;
    font-size: 70%;
}
.cart_product .cart_item .cart_item_price .product-price span .product-discountPercentage {
    color: #28a745;
    font-weight: bold;
    font-size: 70%;
    margin-left: 5px;
}
.cart_product .cart_buy_opction .button + .button {
    margin-top: 0px;
    margin-left: 18px;
}
.cart_buy_opction {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 20px;
}
.cart-summary .cart-summary-wrap {
    margin-bottom: 20px;
    padding: 35px 20px;
    background-color: #edf1fc;
    color: #343a40;
}
.cart-summary .cart-summary-wrap h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
    margin-bottom: 30px;
    text-decoration: underline;
    text-transform: capitalize;
}
.cart-summary .cart-summary-wrap p {
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    color: inherit;
}
.cart-summary .cart-summary-wrap p span {
    float: right;
}
.cart-summary .cart-summary-wrap h2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    margin: 0;
    padding-top: 9px;
    border-top: 1px solid #343a40;
}
.cart-summary .cart-summary-wrap h2 span {
    float: right;
    font-size: 1.5rem;
}
@media only screen and (max-width: 512px) {
    .cart_product .cart_item {
        display: block;
    }
    .cart_product .cart_item .cart_item_title h4 {
        margin-bottom: 0;
    }
    .cart_product .cart_item .cart_item_size {
        position: relative;
        margin-bottom: 1.1rem;
    }
    .cart_product .cart_item .cart_item_price .product-price span {
        letter-spacing: 0;
    }
    .cart_product .cart_buy_opction .button + .button {
        margin-top: 18px;
    }
    .cart_product .cart_item .cart_item_title .cart_item_size {
        position: relative;
        right: 0;
        top: 5px;
    }
    .cart_product .cart_item .cart_item_price .cart_product_remove {
        top: 8px;
        position: relative;
        left: 0;
    }
    .cart_product .cart_item .cart_item_price .cart_product_remove a {
        font-size: 14px;
    }
    .cart_buy_opction {
        display: block;
    }
}
.mini_cart_item {
    margin-bottom: 15px;
    width: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    padding-bottom: 8px;
    border-bottom: 1px solid #dee2e6;
}
.mini_cart_item .left-section {
    max-width: 30%;
    margin-right: 20px;
    height: 48px;
    width: 48px;
}
.mini_cart_item .left-section a {
    height: 48px;
    width: 48px;
    position: relative;
    overflow: hidden;
    background-color: #edf1fc;
    border-radius: 5px;
    display: block;
}
.mini_cart_item .left-section a > img {
    max-height: 80%;
    max-width: 80%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all 0.85s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.85s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.85s cubic-bezier(0.23, 1, 0.32, 1);
}
.mini_cart_item .right-section {
    font-size: 13px;
    text-align: left;
    font-weight: 500;
    line-height: 20px;
}
.mini_cart_item .right-section .item-desc {
    float: left;
    width: 25%;
    text-align: left;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
}
.accounnt_header {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #343a40;
    color: #fff;
    margin-bottom: 40px;
}
.accounnt_header .breadcrumb {
    color: inherit;
}
.accounnt_header .breadcrumb .breadcrumb-item {
    color: inherit;
}
.accounnt_header .breadcrumb .breadcrumb-item a {
    color: inherit;
    opacity: 0.7;
}
.accounnt_body .sidenav {
    background-color: #fff;
    -webkit-box-shadow: 0 0.3rem 1.525rem -0.375rem rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 0.3rem 1.525rem -0.375rem rgba(0, 0, 0, 0.1) !important;
    border-radius: 15px;
    margin: 0;
    padding: 0;
    border-right: unset;
}
.accounnt_body .sidenav.navbar .navbar-nav {
    padding: 0;
    width: 100%;
    margin-bottom: 0px;
}
.accounnt_body .sidenav.navbar .navbar-nav .nav-item {
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 0;
}
.accounnt_body .sidenav.navbar .navbar-nav .nav-item:last-child {
    border-bottom: unset;
}
.accounnt_body .sidenav.navbar .navbar-nav .nav-item.active > .nav-link {
    opacity: 1;
    color: #4e97fd;
}
.accounnt_body .sidenav.navbar .navbar-nav .nav-item .nav-link {
    padding: 15px 25px;
    font-weight: 600;
    background-color: transparent;
    border-radius: 0px;
    color: #343a40;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.8;
    font-size: 14px;
}
.accounnt_body .sidenav.navbar .navbar-nav .nav-item .nav-link:after {
    content: "\e649";
    float: right;
    margin-right: 5px;
    font-family: "themify";
    border: 0;
    font-size: 10px;
    margin-top: 5px;
}
.accounnt_body .sidenav.navbar .navbar-nav .nav-item .nav-link:hover {
    opacity: 1;
    color: #343a40;
}
.accounnt_body .sidenav.navbar .navbar-nav .nav-item .nav-link .nav-icon {
    opacity: 0.6;
    margin-right: 0.5rem;
}
.accounnt_body .sidenav.navbar .navbar-nav .nav-item .nav-link i {
    font-size: 1.125rem;
    width: 1.75rem;
    opacity: 0.8;
    color: inherit;
    margin-top: -2px;
}
.accounnt_body .avater {
    height: 55px;
    width: 55px;
    line-height: 55px;
    font-weight: bold;
    font-size: 20px;
    border-radius: 10px;
    text-align: center;
    margin-right: 20px;
    overflow: hidden;
}
.accounnt_body .avater img {
    width: 100%;
    height: auto;
}
@media (max-width: 992px) {
    .accounnt_header .breadcrumb {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 10px !important;
    }
    .accounnt_body .sidenav {
        border-radius: 0px;
        -webkit-box-shadow: unset !important;
        box-shadow: unset !important;
        color: #343a40;
    }
}
@media (min-width: 992px) {
    .accounnt_header {
        padding-top: 40px;
        padding-bottom: 120px;
        margin-bottom: 0;
    }
    .accounnt_body {
        margin-top: -80px;
    }
}
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
}
.card {
    border: 0;
    -webkit-box-shadow: 0 1px 3px rgba(3, 0, 71, 0.09);
    box-shadow: 0 1px 3px rgba(3, 0, 71, 0.09);
}
.card-header {
    padding: 1rem 1.5rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid #ecebf1;
}
.card-header:first-child {
    border-radius: calc(0.5rem - 1px) calc(0.5rem - 1px) 0 0;
}
.address-block {
    text-align: left;
    position: relative;
}
.address-block h6 {
    font-weight: bold;
}
.address-block p {
    font-size: 14px;
}
.address-block span {
    font-size: 13px;
}
.address-block .edit_address {
    position: absolute;
    right: 45px;
    top: 15px;
    color: #343a40;
}
.address-block .delete_address {
    position: absolute;
    right: 15px;
    top: 15px;
}
.thank {
    margin-bottom: 0px;
    position: relative;
}
.thank .thank-title-top {
    font-size: 27px;
    font-weight: bold;
    margin-bottom: 0;
    z-index: 2;
    position: relative;
}
.thank .thank-title {
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #4e97fd;
    position: relative;
    z-index: 2;
}
.thank .thank-desc {
    font-size: 20px;
    font-weight: 400;
    max-width: 550px;
    z-index: 2;
    position: relative;
}
@media (max-width: 512px) {
    .thank .thank-title-top {
        font-size: 20px;
    }
    .thank .thank-title {
        font-size: 40px;
        margin-bottom: 20px;
    }
    .thank .thank-desc {
        font-size: 16px;
    }
}

.clean_modal a.btn {
    letter-spacing: 0px !important;
    font-weight: bold;
    font-size: 14px;
    text-transform: capitalize;
}
.clean_modal a.btn img {
    margin-right: 6px;
}
.clean_modal .close {
    position: absolute;
    right: 0;
    top: -34px;
    font-size: 30px;
    color: #ffffff;
    opacity: 1;
}
.clean_modal .modal-content {
    border-radius: 0;
    border: unset;
}
.clean_modal .modal-content .modal-body {
    padding: 50px 40px;
}
@media (min-width: 576px) {
    .clean_modal .modal-dialog {
        max-width: 400px;
        margin: 1.75rem auto;
    }
    .clean_modal .modal-dialog.modal-md {
        max-width: 500px;
        margin: 1.75rem auto;
    }
}
@media only screen and (max-width: 991px) {
    .clean_modal .modal-body {
        max-height: calc(100vh - 100px);
        overflow-y: auto;
    }
    .clean_modal .modal-content .modal-body {
        padding: 20px 26px;
    }
    .clean_modal .modal-content .modal-body .form-group {
        margin-bottom: 15px;
    }
}
@media (min-width: 576px) {
    .clean_modal.clean_modal-lg .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .clean_modal.clean_modal-lg .modal-content .modal-body {
        padding-bottom: 25px;
    }
}
