* {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
    outline: 0;
    scroll-behavior: smooth;
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
    color: inherit;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

*:focus {
    outline: 0;
}

body {
    overflow-x: hidden;
    position: relative;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    color: #060606;
}

p {
    padding: 0;
    margin: 0;
    color: #060606;
    font-size: 16px;
}

a {
    text-decoration: none;
    color: #101A31;
}

a:focus {
    color: #101A31;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.container {
    max-width: 1250px;
}

.container-fluid {
    padding: 0;
    margin: 0;
}

.main-btn {
    padding: 12px 24px;
    line-height: 130%;
    color: #fff;
    background: #af7d58;
    border: 2px solid #af7d58;
    transition: all 0.2s ease-in-out;
}

.main-btn:hover {
    border: 2px solid #af7d58;
    background: #FAFAFA;
    color: #af7d58;
}

.form-control {
    background: transparent;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.03em;
    position: relative;
    color: #797D86;
    width: 100%;
}

.form-control::placeholder {
    color: #888;
}

.form-control:focus {
    background-color: transparent;
    border-color: #797D86;
    outline: 0;
    box-shadow: none;
}

.form-control:focus-visible {
    background-color: transparent;
    box-shadow: none;
    outline: none;
}

.form-control .active {
    background-color: transparent;
}

.form-select {
    border-radius: 0px;
}

.swiper-pagination-bullet-active {
    background: #000;
}

.form-select:focus {
    border-color: #dee2e6;
    outline: 0;
    box-shadow: none;
}


/* custom checkbox and radio */
input[type="radio"] {
    appearance: none;
    height: 12px;
    width: 12px;
    margin-right: 3px;
    background: transparent;
    border-radius: 50%;
    border: 1px solid #222222;
}

input[type="radio"]:hover {
    background: transparent;
    border: 1px solid #222222;
}

input[type="radio"]:checked {
    background: #222222;
    border: 3px solid #FFF;
    box-shadow: 0 0 0 1px #333;
}

input[type='range'] {
    width: 210px px;
    height: 30px;
    overflow: hidden;
    cursor: pointer;
    outline: none;
    background: none;
}


/* back to top css  */
#back-to-top {
    color: #fff;
    background-color: #7f7f7f;
    border-radius: 5px;
    height: 40px;
    width: 40px;
    bottom: 40px;
    right: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 10;
    transition: .2s;
    opacity: 0;
    visibility: hidden;
}

#back-to-top:hover {
    background-color: #5a5a5a;
}

#back-to-top.show {
    opacity: 1;
    visibility: visible;
}


/* popup  */
.wishlist-popup {
    text-align: center;
    padding: 20px 0px 10px;
}

.wishlist-popup .modal-content {
    padding: 20px;
}

.wishlist-popup p {
    font-size: 14px;
    margin-top: 10px;
}

.wishlist-popup .popup-btns {
    padding: 20px;
}

.wishlist-popup .popup-btns a {
    background-color: #000000;
    padding: 8px 25px;
    color: #fff;
}

.detail-popup .product-details {
    padding: 20px;
}


/* product arrows  */
.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 16px;
    color: #5f5f5f;
}

.swiper-button-next {
    right: 0px;
    left: auto;
}

.swiper-button-prev {
    left: 0px;
    right: auto;
}



/* ***************************************  TOP HEADER  *************************************** */

header {
    padding: 20px 0px;
    border-bottom: 1px solid #e8e8e8;
}

header .main-header .row {
    align-items: center;
}



/* MAIN HEADER  */
/* left box  */
header .left-box {
    display: flex;
    gap: 15px;
    align-items: center;
}

header .left-box .location select {
    border: 1px solid #333;
    border-radius: 0px;
}

header .left-box .icon i {
    font-size: 20px;
}





/* center box  */
header .center-box {
    text-align: center;
}

header .center-box .logo img {
    width: 28%;
}






/* right box  */
header .right-box {
    display: flex;
    justify-content: end;
    align-items: center;
}

header .right-box>div {
    margin-right: 50px;
}

header .right-box>div:last-child {
    margin-right: 0px;
}



header .right-box .search {
    position: relative;
}

header .right-box .search input {
    outline: none;
    color: #060606;
    font-size: 13px;
    line-height: 30px;
    width: 180px;
    border: 1px solid #eee !important;
    padding: 5px 10px;
    margin-top: 0px;
    display: block;
}

header .right-box .search input::placeholder {
    color: rgb(109, 109, 109);
}

header .right-box .search i {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #b5b5b5;
    font-size: 20px;
}

header .right-box i {
    font-size: 22px;
    color: #b5b5b5;
}

header .right-box .cart {
    position: relative;
}

/*
header .right-box .cart::after {
    content: '0';
    position: absolute;
    height: 14px;
    width: 14px;
    top: -3px;
    right: -7px;
    background-color: black;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
} */





/* cart dropdown  */
header .right-box .cart .dropdown-menu {
    margin-top: 30px !important;
    padding: 15px !important;
    width: 350px;
    border-radius: 0px;
}


/* empty box */
header .right-box .cart .dropdown-menu .empty-box {
    text-align: center;
    padding: 20px;
}


/* cart box  */
header .right-box .cart .dropdown-menu .cart-box .items {
    max-height: 270px;
    overflow-y: scroll;
}

header .right-box .cart .dropdown-menu .cart-box .items::-webkit-scrollbar {
    width: 3px;
    background-color: rgba(128, 128, 128, 0.034);
}


header .right-box .cart .dropdown-menu .cart-box .items::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.44);
    border-radius: 20px;
}


header .right-box .cart .dropdown-menu .cart-box ul li {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 15px;
}

header .right-box .cart .dropdown-menu .cart-box ul li a {
    width: 25%;
    position: relative;
}

header .right-box .cart .dropdown-menu .cart-box ul li a::after {
    content: '\58';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.584);
    color: #fff;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;

    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

header .right-box .cart .dropdown-menu .cart-box ul li a:hover::after {
    opacity: 1;
    visibility: visible;
}

header .right-box .cart .dropdown-menu .cart-box .prod-details {
    width: 75%;
}

header .right-box .cart .dropdown-menu .cart-box .prod-details p {
    color: #888888;
}

header .right-box .cart .dropdown-menu .cart-box .prod-details p.category {
    font-size: 13px;
}

header .right-box .cart .dropdown-menu .cart-box .prod-details p.name,
header .right-box .cart .dropdown-menu .cart-box .prod-details p.qty {
    font-size: 12px;
}



/* totals  */
header .right-box .cart .dropdown-menu .cart-box .total {
    padding: 15px 10px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #555555;
    border-bottom: 1px solid #555555;
}

header .right-box .cart .dropdown-menu .cart-box .total p {
    font-size: 14px;
    color: #555555;
}



/* btns  */
header .right-box .cart .dropdown-menu .cart-box .btns {
    display: flex;
    justify-content: space-between;
}

header .right-box .cart .dropdown-menu .cart-box .btns .cart-btn {
    font-size: 13px;
    text-transform: uppercase;
    padding: 10px 7px;
    background-color: #000;
    color: #fff;
    width: calc((100% - 10px) / 2);
    text-align: center;
}






/* NAV HEADER  */
.nav-header {
    margin-top: 30px;
}

.nav-header nav ul {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.nav-header nav ul li>a {
    font-size: 14px;
    padding: 10px 0px;
}

.nav-header .dropdown-menu {
    left: 0px;
    top: 30px;
    border-radius: 0;
}

.nav-header li:hover .dropdown-menu {
    display: block;
}


/* ***************************************  MOBILE HEADER  *************************************** */

.header-mobile {
    align-items: center;
    justify-content: space-between;
    min-height: 80px;
    padding: 10px 20px;
    background-color: #fff;
    display: none;
}


/* Logo */
.header-mobile .logo-mobile img {
    width: 20%;
}


.mobile-icons {
    display: flex;
    justify-content: center;
    align-items: center;
}



/*  icon */
.header-mobile .icons {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-right: 15px;
}


.header-mobile .icons .search-mobile {
    position: relative;
}

.header-mobile .icons .search-mobile input {
    outline: none;
    color: #060606;
    font-size: 13px;
    line-height: 30px;
    width: 180px;
    border: 1px solid #eee !important;
    padding: 5px 10px;
    margin-top: 0px;
    display: block;
}

.header-mobile .icons .search-mobile input::placeholder {
    color: rgb(109, 109, 109);
}

.header-mobile .icons .search-mobile i {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #b5b5b5;
    font-size: 20px;
}

.header-mobile .icons i {
    font-size: 22px;
    color: #b5b5b5;
}

.header-mobile .icons .cart-mobile {
    position: relative;
}

.header-mobile .icons .cart-mobile::after {
    content: '0';
    position: absolute;
    height: 14px;
    width: 14px;
    top: -3px;
    right: -7px;
    background-color: black;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* cart dropdown  */
.header-mobile .icons .cart-mobile .dropdown-menu {
    margin-top: 30px !important;
    padding: 15px !important;
    width: 350px;
    border-radius: 0px;
}


/* empty box */
.header-mobile .icons .cart-mobile .dropdown-menu .empty-box {
    text-align: center;
    padding: 20px;
}


/* cart box  */
.header-mobile .icons .cart-mobile .dropdown-menu .cart-box .items {
    max-height: 270px;
    overflow-y: scroll;
}

.header-mobile .icons .cart-mobile .dropdown-menu .cart-box .items::-webkit-scrollbar {
    width: 3px;
    background-color: rgba(128, 128, 128, 0.034);
}


.header-mobile .icons .cart-mobile .dropdown-menu .cart-box .items::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.44);
    border-radius: 20px;
}


.header-mobile .icons .cart-mobile .dropdown-menu .cart-box ul li {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 15px;
}

.header-mobile .icons .cart-mobile .dropdown-menu .cart-box a {
    width: 25%;
    position: relative;
}

.header-mobile .icons .cart-mobile .dropdown-menu .cart-box a::after {
    content: '\58';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.584);
    color: #fff;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;

    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.header-mobile .icons .cart-mobile .dropdown-menu .cart-box a:hover::after {
    opacity: 1;
    visibility: visible;
}

.header-mobile .icons .cart-mobile .dropdown-menu .cart-box .prod-details {
    width: 75%;
}

.header-mobile .icons .cart-mobile .dropdown-menu .cart-box .prod-details p {
    color: #888888;
}

.header-mobile .icons .cart-mobile .dropdown-menu .cart-box .prod-details p.category {
    font-size: 13px;
}

.header-mobile .icons .cart-mobile .dropdown-menu .cart-box .prod-details p.name,
.header-mobile .icons .cart-mobile .dropdown-menu .cart-box .prod-details p.qty {
    font-size: 12px;
}



/* totals  */
.header-mobile .icons .cart-mobile .dropdown-menu .cart-box .total {
    padding: 15px 10px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #555555;
    border-bottom: 1px solid #555555;
}

.header-mobile .icons .cart-mobile .dropdown-menu .cart-box .total p {
    font-size: 14px;
    color: #555555;
}

/* btns  */
.header-mobile .icons .cart-mobile .dropdown-menu .cart-box .btns {
    display: flex;
    justify-content: space-between;

}

.header-mobile .icons .cart-mobile .dropdown-menu .cart-box .btns .cart-btn {
    font-size: 13px;
    text-transform: uppercase;
    padding: 10px 7px;
    background-color: #000;
    color: #fff;
    width: calc((100% - 10px) / 2);
    text-align: center;
}

/* nav menu bars  */
.menu-btn {
    margin-left: 14px;
    padding-top: 14px;
    width: 19px;
}

.menu-btn .selector {
    cursor: pointer;
    display: block;
    height: 36px;
    width: 37px;
}

.menu-btn .selector {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.menu-btn .selector .bar-icon-wrapper {
    transform: translate3d(0, 0, 0);
}

.menu-btn .selector .bar-icon {
    height: 3px;
    width: 20px;
    background: #3f3f3f;
    display: block;
    opacity: 1;
    margin-top: 4px;
    -webkit-transition: -webkit-transform 0.15s linear;
    -o-transition: -o-transform 0.15s linear;
    -ms-transition: -ms-transform 0.15s linear;
    -moz-transition: -moz-transform 0.15s linear;
    transition: transform 0.15s linear;
    -webkit-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.menu-btn .bar-icon:nth-child(2) {
    -webkit-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
    -ms-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
}

.menu-btn .active .bar-icon:nth-child(1) {
    -webkit-transform: rotate(45deg) translate3d(5px, 5px, 0);
    -o-transform: rotate(45deg) translate3d(5px, 5px, 0);
    -ms-transform: rotate(45deg) translate3d(5px, 5px, 0);
    -moz-transform: rotate(45deg) translate3d(5px, 5px, 0);
    transform: rotate(45deg) translate3d(5px, 5px, 0);
}

.menu-btn .active .bar-icon:nth-child(2) {
    opacity: 0;
}

.menu-btn .active .bar-icon:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate3d(5px, -5px, 0);
    -o-transform: rotate(-45deg) translate3d(5px, -5px, 0);
    -ms-transform: rotate(-45deg) translate3d(5px, -5px, 0);
    -moz-transform: rotate(-45deg) translate3d(5px, -5px, 0);
    transform: rotate(-45deg) translate3d(5px, -5px, 0);
}




/*[ Menu mobile ]
  -----------------------------------------------------------*/
.wrap-side-menu {
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #ececec;
    display: none;
}

.wrap-side-menu.show {
    display: block;
}



.side-menu {
    width: 100%;
}

.side-menu li {
    list-style-type: none;
}

.item-menu-mobile {
    background-color: #060606;
}

.side-menu .main-menu>li>a {
    padding-left: 20px;
    font-size: 13px;
    color: #fff;
    line-height: 2.86;
}

.side-menu .main-menu>li {
    color: #fff;
    position: relative;
}


.side-menu .main-menu .arrow-main-menu {
    font-size: 14px;
    position: absolute;
    right: 20px;
    top: 5px;
    padding: 10px;
    -webkit-transition: all 0.4s !important;
    -o-transition: all 0.4s !important;
    -moz-transition: all 0.4s !important;
    transition: all 0.4s !important;
}

.side-menu .main-menu .arrow-main-menu.rotate {
    transform: rotate(90deg);
}

.side-menu .main-menu .arrow-main-menu:hover {
    cursor: pointer;
}

.turn-arrow {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.side-menu .sub-menu a {
    padding-left: 20px;
    font-size: 13px;
    color: #060606;
    line-height: 2.5;
}

.side-menu .sub-menu>li {
    padding-left: 12px;
}

.side-menu .sub-menu a:hover {
    text-decoration: none;
    padding-left: 20px;
    color: #e65540 !important;
}

.side-menu .sub-menu {
    background-color: #fff;
    display: none;
}



/* extra btns  */
.extra-navs {
    padding: 10px 0px;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    justify-content: center;
    align-items: center;
    gap: 30px;
    display: none;
}

.extra-navs .icon i {
    font-size: 18px;
}




/* ***************************************  BANNER SECTION  *************************************** */
.banner-section {
    padding: 80px 0px;
    border-bottom: 1px solid #e8e8e8;
}





/* ***************************************  CART PAGE  *************************************** */
.cart-page {
    padding: 80px 0px;
}


.cart-page .cart-form {
    margin-bottom: 30px;
}

.cart-page .cart-table {
    overflow-x: auto;
}

.cart-page .cart-table table {
    min-width: 600px !important;
}

.cart-page .cart-table .product-thumbnail {
    width: 15%;
}

.cart-page .cart-table .product-thumbnail img {
    width: 100%;
}

.cart-page .cart-table .product-name {
    text-align: left !important;
}



.cart-page .cart-table .btn {
    padding: 4px 12px;
    color: #fff;
}

.cart-page .cart-table thead th {
    padding: 5px 0px;
    text-align: center;
    border: none;
    border-bottom: 1px solid #dee2e6;
    vertical-align: middle;
    font-size: 14px;
}

.cart-page .cart-table thead th:last-child {
    width: 10%;
}


/* product name  */
.cart-page .cart-table tbody .product-name h2 {
    font-size: 14px;
}



/* - / + btn  */
.cart-page .cart-table tbody .input-group {
    margin: 0px auto;
    max-width: 120px;
}

.cart-page .cart-table tbody .input-group .input-group-prepend {
    background-color: transparent;
    border-radius: 10px 0px 0px 10px;
}

.cart-page .cart-table tbody .input-group .input-group-append {
    border-radius: 0px 10px 10px 0px;
}

.cart-page .cart-table tbody .input-group button {
    color: #888888;
    font-weight: bold;
}

.cart-page .cart-table tbody .input-group input {
    padding: 0px;
    border: none;
}



/* price  */
.cart-page .cart-table tbody .price p {
    font-size: 14px;
}




.cart-page .cart-table td {
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    color: #212529;
}

.cart-page .site-block-order-table td,
.cart-page .site-block-order-table th {
    color: #000000;
}





/* lower btns  */
.cart-page .lower-btns {
    padding: 10px;
    display: flex;
    justify-content: space-between;
}


.cart-page .lower-btns .coupon input {
    border: 1px solid #ccc;
    font-size: 13px;
    padding: 10px;
}

.cart-page .lower-btns .btns {
    display: flex;
    justify-content: end;
    gap: 5px;
}

.cart-page .lower-btns .coupon button,
.cart-page .lower-btns .btns button {
    background-color: transparent;
    font-size: 14px;
    padding: 10px 20px;
    background-color: #000000;
    color: #fff;
    display: inline-block;
}

.cart-page .lower-btns .btns button {
    background-color: transparent;
    font-size: 14px;
    padding: 10px 25px;
    background-color: #000000;
    color: #fff;
}







.cart-page .order-details {
    padding: 30px 35px;
    border: 2px solid #e5e5e5;
}

.cart-page .order-details h3 {
    margin-bottom: 25px;
}

.cart-page .order-details .table th {
    font-size: 14px;
    padding: 10px 0px;
}

.cart-page .order-details .table td {
    font-size: 14px;
    text-align: end;
    white-space: nowrap;
    width: calc(100% / 5);
}

.cart-page .order-details .checkout-payment {
    margin-top: 30px;
}

.cart-page .order-details .checkout-payment .checkout-btn {
    color: #fff;
    background-color: #060606;
    padding: 8px 12px;
    font-size: 13px;
}




/* ***************************************  PRODUCTS SECTION  *************************************** */
.products-section {
    padding: 80px 0px;
    border-bottom: 1px solid #e8e8e8;
}

.products-section .category-tabs {
    margin-bottom: 80px;
}

.products-section .category-tabs ul {
    justify-content: center;
}

.products-section .category-tabs ul button {
    color: #000;
    background-color: #fff;
    margin: 0px 10px;
    padding: 7px 18px;
    border: 1px solid #a2a2a2;
    border-radius: 20px;
    text-transform: capitalize;
    transition: .1s;
}

.products-section .category-tabs ul button.active {
    background-color: #000;
    color: #fff;
}


.products-section .tab-content .single-product {
    margin: 40px 20px;
}

.products-section .tab-content .single-product .image {
    position: relative;
    text-align: center;
}

.products-section .tab-content .single-product .image img {
    width: 70%;
    margin: 30px 0px 40px;
}

.products-section .tab-content .single-product .image .icons {
    position: absolute;
    top: 10px;
    right: 5px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: end;
}

.products-section .tab-content .single-product .image .icons i {
    font-size: 16px;
    color: #000000;
}

.products-section .tab-content .single-product .text p {
    font-size: 14px;
    margin: 8px 0px;
    word-spacing: 2px;
}

.products-section .more-btn {
    text-align: center;
    margin-top: 30px;
}

.products-section .more-btn a {
    background-color: #000;
    color: #fff;
    padding: 10px 15px;
    border-radius: 20px;
}

.products-section .detail-popup .product-details {
    padding: 20px;
    position: relative;
    z-index: 99999999;
}



/* ***************************************  CHECKOUT PAGE  *************************************** */
.checkout-section {
    padding: 80px 0px;
}

.checkout-section .login-msg {
    margin-bottom: 50px;
}

.checkout-section .login-msg p {
    font-size: 14px;
}

.checkout-section .login-msg p a {
    font-weight: bold;
}



.checkout-section .details .detail-form {
    margin-bottom: 40px;
}

.checkout-section .details .detail-form h5 {
    font-weight: bold;
}

.checkout-section .details .detail-form h5,
.checkout-section .details .detail-form .form-group {
    margin-bottom: 15px;
}

.checkout-section .details .detail-form .form-group label {
    margin-bottom: 5px;
}


.checkout-section .details .info-form h5 {
    font-weight: bold;
}

.checkout-section .details .info-form h5,
.checkout-section .details .info-form .form-group {
    margin-bottom: 15px;
}

.checkout-section .details .info-form .form-group label {
    margin-bottom: 5px;
    font-size: 14px;
}

.checkout-section .details .sbmt-btn {
    background-color: #000000;
    color: #fff;
    padding: 10px 22px;
    font-size: 13px;
    margin-top: 10px;
}


/* .overview  */
.checkout-section .overview .form-head {
    margin-bottom: 30px;
}

.checkout-section .overview .form-head h5 {
    background: #060606 none repeat scroll 0 0;
    border-bottom: 0 none;
    color: #ffffff;
    display: block;
    font-weight: 500;
    padding: 10px 20px;
    font-size: 18px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}

.checkout-section .overview .overview-form {
    border: 1px solid #dddddd;
    font-size: 14px;
}

.checkout-section .overview .overview-form table tr {
    vertical-align: middle;
}

.checkout-section .overview .overview-form table th {
    padding: 15px 20px;
}

.checkout-section .overview .overview-form table td {
    text-align: end;
}

.checkout-section .overview .overview-form table .total-box th {
    font-weight: normal;
}

.checkout-section .overview .overview-form table .total-box th span {
    font-weight: bold;
}

.checkout-section .total-box th,
.checkout-section .total-box td {
    border: none;
}

.checkout-section .total-box th .form-group:nth-child(2) {
    margin-top: 20px;
    margin-bottom: 10px;
}

.checkout-section .total-box th .form-group:nth-child(3) {
    margin-bottom: 30px;
}

.checkout-section .total-box th .sbmt-btn .place-btn {
    padding: 10px 20px;
    margin-bottom: -20px;
    background-color: #000000;
    color: #fff;
}

/* ***************************************  SHOP PRODUCTS SECTION  *************************************** */
.shop-section {
    padding: 80px 0px;
    position: relative;
}




/* sidebar  */
.shop-section .sidebar {
    padding-right: 10px;
}

.shop-section .sidebar .filter {
    width: 100%;
    margin-bottom: 30px;
    background-color: #000000;
    color: #fff;
    text-align: center;
    padding: 10px;
    display: none;
}

.shop-section .sidebar .filter i {
    font-size: 12px;
    margin-right: 5px;
}

.sidebar-box-2 {
    display: block;
    width: 100%;
    margin-bottom: 50px;
}

.sidebar-box-2 h5 {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.sidebar-box-2 .price-range {
    margin-bottom: 100px;
}

/* 0000 */
.sidebar-box-2 input[type='range'] {
    width: 210px;
    height: 30px;
    overflow: hidden;
    cursor: pointer;
    outline: none;
}

.sidebar-box-2 input[type='range'],
.sidebar-box-2 input[type='range']::-webkit-slider-runnable-track,
.sidebar-box-2 input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none;
    background: none;
}

.sidebar-box-2 input[type='range']::-webkit-slider-runnable-track {
    width: 200px;
    height: 1px;
    background: #003D7C;
}

.sidebar-box-2 input[type='range']:nth-child(2)::-webkit-slider-runnable-track {
    background: none;
}

.sidebar-box-2 input[type='range']::-webkit-slider-thumb {
    position: relative;
    height: 15px;
    width: 15px;
    margin-top: -7px;
    background: #fff;
    border: 1px solid #003D7C;
    border-radius: 25px;
    z-index: 1;
}

.sidebar-box-2 input[type='range']:nth-child(1)::-webkit-slider-thumb {
    z-index: 2;
}

/* 0000 */
.sidebar-box-2 .rangeslider {
    position: relative;
    height: 60px;
    width: 210px;
    display: inline-block;
    /*margin-left: 20px;*/
}

.sidebar-box-2 .rangeslider input {
    position: absolute;
}

.sidebar-box-2 .rangeslider {
    position: absolute;
}

.sidebar-box-2 .rangeslider span {
    position: absolute;
    margin-top: 30px;
    left: 0;
}

.sidebar-box-2 .rangeslider .right {
    position: relative;
    float: right;
    margin-right: -5px;
}




/* drpdn  */
.panel {
    border-bottom: 1px solid #88888858;
}

.panel-heading a {
    padding: 10px 0;
    display: block;
    width: 100%;
    font-size: 15px;
    text-transform: uppercase;
    background: transparent;
    color: #333;
    position: relative;
    box-shadow: none !important;
    cursor: pointer;
}

.panel-heading a i {
    position: absolute;
    right: 7px;
    font-size: 12px;
    top: 50%;
    line-height: 1;
    margin-top: -8px;
}




.sidebar-box-2 form div {
    padding: 3px 0px;
}

.sidebar-box-2 form div label {
    cursor: pointer;
    font-size: 14px;
}

.sidebar-box-2 form div label input[type='checkbox'] {
    height: 14px;
    width: 14px;
}








/* price range  */
.sidebar-box-2 .price-filter form div input[type='range'] {
    border-radius: 8px;
    height: 7px;
    width: 220px;
    outline: none;
    transition: background 450ms ease-in;
}


/* color  */
.sidebar-box-2 .color span {
    display: inline-block;
    height: 13px;
    width: 13px;
    padding: 5px;
    margin: 0px 4px 0px 8px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.342);
}



.sidebar-box-2 .color span.all {
    border: 1px solid transparent;
    background-color: transparent;
}

.sidebar-box-2 .color span.black {
    background-color: black;
}

.sidebar-box-2 .color span.red {
    background-color: red;
}

.sidebar-box-2 .color span.blue {
    background-color: blue;
}

.sidebar-box-2 .color span.white {
    background-color: white;
}

.sidebar-box-2 .color span.green {
    background-color: green;
}



/* products section  */
.shop-section .products-side .top-inputs {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.shop-section .products-side .top-inputs .enteries h6 span {
    font-weight: 600;
}

.shop-section .products-side .top-inputs .sort-box {
    position: relative;
    display: flex;
    gap: 10px;
}

.shop-section .products-side .top-inputs .sort-box h6 {
    color: #976860;
}

.shop-section .products-side .top-inputs .sort-box select {
    color: #333;
    background-color: #ffffff94;
    width: 160px;
    padding: 4px;
    margin-top: -3px;
    font-size: 13px;
}


/* 000 */
.shop-section .products .single-product {
    margin: 40px 20px;
}

.shop-section .products .single-product .image {
    position: relative;
    text-align: center;
}

.shop-section .products .single-product .image img {
    width: 150px;
    margin: 30px 0px 40px;
}

.shop-section .products .single-product .image .icons {
    position: absolute;
    top: 10px;
    right: 3px;
    z-index: 1;

    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: end;
}

.shop-section .products .single-product .image .icons i {
    font-size: 16px;
    color: #000000;
}

.shop-section .products .single-product .text p {
    font-size: 14px;
    margin: 8px 0px;
    word-spacing: 2px;
}



/* lower page-navs  */
.shop-section .block-27 {
    display: flex;
    justify-content: center;
}

.shop-section .block-27 ul {
    list-style: none;
    padding-left: 0;
    display: flex;
}

.shop-section .block-27 ul li a,
.shop-section .block-27 ul li span {
    display: inline-block;
    line-height: 35px;
    font-size: 13px;
    color: #808080;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #eeeeee;
    margin: 6px;
    transition: .2s;
}

.shop-section .block-27 ul>span {
    margin: 10px 10px 0px 10px;
}

.block-27 ul li:hover a,
.block-27 ul li:hover span {
    background: #222222;
    color: #fff;
    border: 1px solid transparent;
}

.block-27 ul li.active a,
.block-27 ul li.active span {
    background: #222222;
    color: #fff;
    border: 1px solid transparent;
}


/* ***************************************      PRODUCT DEATAILS  *************************************** */
.product-details-page,
.product-details {
    padding: 80px 0px;
}


.product-details-page .image-area,
.product-details .image-area {
    text-align: center;
}


.product-details-page .image-area .swiper .swiper-pagination span,
.product-details .image-area .swiper .swiper-pagination span {
    height: 10px;
    width: 10px;
    border: 2px solid #ffffff;
    background-color: #333;
}




/*[ slick ]*/
.product-details-page .wrap-slick,
.product-details .wrap-slick {
    display: flex;
    justify-content: space-between;
}

.product-details-page .wrap-slick-dots li img,
.product-details .wrap-slick-dots li img {
    width: 100px;
}

.product-details-page .wrap-slick-dots,
.product-details .wrap-slick-dots {
    width: 14.5%;
}

.product-details-page .slick,
.product-details .slick {
    width: 80%;
}

.product-details-page .slick-dots li,
.product-details .slick-dots li {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

.product-details-page .slick-dots li img,
.product-details .slick-dots li img {
    width: 90%;
}

.product-details-page .slick-dot-overlay,
.product-details .slick-dot-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    border: 3px solid transparent;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    display: block;
}

.product-details-page .slick-dot-overlay:hover,
.product-details .slick-dot-overlay:hover {
    border: 1px solid #dcdcdc;
}

.product-details-page .slick-dots .slick-active .slick-dot-overlay,
.product-details .slick-dots .slick-active .slick-dot-overlay {
    border: 1px solid #dcdcdc;
}



.product-details-page .details .name,
.product-details .details .name {
    margin-bottom: 5px;
}

.product-details-page .details .price,
.product-details .details .price {
    margin-bottom: 30px;
}



/* size box  */
.product-details-page .details .size-box,
.product-details .details .size-box {
    margin-bottom: 30px;
    display: flex;
    gap: 20px;
}

.product-details-page .details .size-box .select,
.product-details .details .size-box .select {
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-details-page .details .size-box .select select,
.product-details .details .size-box .select select {
    width: 200px;
    border-radius: 0px;
}

.product-details-page .details .size-box .chart button,
.product-details .details .size-box .chart button {
    padding: 8px 20px;
    font-size: 13px;
    background-color: #060606;
    color: #fff;
    border-radius: 0px;
}



/* color  */
.product-details-page .details .color-box,
.product-details .details .color-box {
    margin-bottom: 30px;
    display: flex;
    gap: 10px;
}

.product-details-page .details .color-box form,
.product-details .details .color-box form {
    flex-wrap: wrap;
}

.product-details-page .details .color-box form ul,
.product-details .details .color-box form ul {
    display: flex;
    gap: 10px;
}

.product-details-page .details .color-box form a,
.product-details .details .color-box form a {
    border-radius: 50%;
    height: 25px;
    width: 25px;
    display: block;
    opacity: .6;
}

.product-details-page .details .color-box form a.selected,
.product-details .details .color-box form a.selected {
    background-image: url('../img/product-gallery/tick.png');
}

.product-details-page .details .color-box form a.red,
.product-details .details .color-box form a.red {
    background-color: #ff0000;
}

.product-details-page .details .color-box form a.green,
.product-details .details .color-box form a.green {
    background-color: #0dff00;
}

.product-details-page .details .color-box form a.yellow,
.product-details .details .color-box form a.yellow {
    background-color: #ffff00;
}

.product-details-page .details .color-box form a.black,
.product-details .details .color-box form a.black {
    background-color: #808080;
}




/* quantity and cart btn */
.quantity-and-cartbtn {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 80px;
}

.quantity-and-cartbtn .cart-btn {
    padding: 15px 30px;
    font-size: 13px;
    background-color: #060606;
    color: #fff;
    border-radius: 0px;
}

.quantity-and-cartbtn button {
    background-color: #e6e6e6;
    color: #888888;
    height: 41px;
    width: 42px;

    display: flex;
    justify-content: center;
    align-items: center;
}

.quantity-and-cartbtn input {
    appearance: none;
    width: 50px;
    height: 41px;
    font-size: 13px;
    color: #666666;
    line-height: 1.2;
    text-align: center;
}


/* description  */
.description {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.description .collapse-btn button {
    background-color: transparent;
    color: #333;
    width: 100%;
    text-align: left;
    padding: 10px 0px;
}

.description .collapse-btn button i {
    float: right;
}

.description p {
    font-size: 13px;
    color: #888888;
    line-height: 1.8;
    margin-bottom: 20px;
}

.description #product-description {
    margin-top: 20px;
}




/* ***************************************  related products  *************************************** */
.related-products {
    padding: 80px 0px;
}

.related-products .section-heading {
    text-align: center;
    margin-bottom: 30px;
}



/* 0000000 */
.related-products .single-product {
    margin: 40px 20px;
}

.related-products .single-product .image {
    position: relative;
    text-align: center;
}

.related-products .single-product .image img {
    width: 70%;
    margin: 30px 0px 40px;
}

.related-products .single-product .image .icons {
    position: absolute;
    top: 10px;
    right: 5px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: end;
}

.related-products .single-product .image .icons i {
    font-size: 16px;
    color: #000000;
}

.related-products .single-product .text p {
    font-size: 14px;
    margin: 8px 0px;
    word-spacing: 2px;
}

/* 0000000 */

/* ***************************************  TAILORING  *************************************** */
.tailoring-section {
    padding: 80px 0px;
}

.tailoring-section .nav-head {
    padding: 20px;
    margin-bottom: 30px;
}

.tailoring-section .nav-head ul {
    justify-content: center;
    gap: 30px;
}

.tailoring-section .nav-head ul button.active {
    border-bottom: 2px solid #333;
}

.tailoring-section .nav-head ul button {
    background: #eee;
    white-space: nowrap;
    padding: 12px 22px;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    border-bottom: 2px solid #eee;
}


.tailoring-section .tab-content .home-section h5 {
    margin-bottom: 5px;
}

.tailoring-section .tab-content .home-section p {
    margin-bottom: 30px;
    font-size: 14px;
}

.tailoring-section .tab-content .home-section input[type=text] {
    padding: 15px;
    margin-bottom: 20px;
    font-size: 14px;
    width: 700px;
}

.tailoring-section .tab-content .home-section textarea {
    width: 700px;
}

.tailoring-section .tab-content .home-section .payment {
    margin-top: 40px;
}

.tailoring-section .tab-content .home-section .payment h5 {
    margin: 20px 0px;
}

.tailoring-section .tab-content .home-section .payment .form-group {
    margin-bottom: 10px;
}

.tailoring-section .tab-content .home-section .payment .sbmt-btn {
    padding: 10px 15px;
    background-color: #212529;
    color: #fff;
    font-size: 14px;
}


.tailoring-section .tab-content .track-section {
    display: flex;
    justify-content: center;
}

.tailoring-section .tab-content .track-section form {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.tailoring-section .tab-content .track-section form input {
    padding: 12px 22px;
}

.tailoring-section .tab-content .track-section .track-btn {
    padding: 10px 15px;
    width: 150px;
    background-color: #212529;
    color: #fff;
    font-size: 14px;
}



/* ***************************************  LOGIN AND REGISTER  *************************************** */
.login-and-register {
    padding: 80px 0px;
}

.login-and-register .section-heading {
    text-align: center;
    margin-bottom: 80px;
}



.login-and-register .login,
.login-and-register .register {
    padding: 20px;
    margin: 0px 40px;
}




.login-and-register .heading {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.login-and-register .heading .text h4 {
    margin-bottom: 10px;
}

.login-and-register .heading .icon i {
    font-size: 40px;
    color: #ddd;
}




.login-and-register .content-box {
    padding: 30px;
    border: 1px solid #ddd;
}

.login-and-register .content-box input {
    border: none;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    font-size: 14px;
}

.login-and-register .content-box .sbmt-btn {
    background-color: #000;
    color: #fff;
    padding: 10px 20px;
    font-size: 13px;
}


/* ***************************************  MY ACCOUNT  *************************************** */
.my-account {
    padding: 80px 10px;
}

.my-account .section-heading {
    margin-bottom: 80px;
}





.my-account .side-navs ul {
    display: block;
}

.my-account .side-navs ul li {
    border-bottom: 1px solid #e8e8e8;
}

.my-account .side-navs ul li button {
    padding: 17px 0px;
    background-color: transparent;
}

.my-account .side-navs ul li button.active {
    font-weight: bold;
}




.my-account .nav-description {
    height: 100%;
}


.my-account .nav-description h4 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.my-account .nav-description .form-group {
    margin-bottom: 30px;
}

.my-account .nav-description .sbmt-btn {
    text-align: end;
}

.my-account .nav-description .sbmt-btn button {
    padding: 10px 21px;
    font-size: 13px;
    background-color: #000000;
    color: #fff;
}

.my-account .nav-description .tab-pane#wallet .total_wallet_bal {
    justify-content: space-between;
    display: flex;
    align-items: baseline;
    padding: 10px 15px;
    background: #000;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
}

.my-account .nav-description .tab-pane#wallet .total_wallet_bal h6 {
    color: #fff;
    font-weight: 600;
}

.my-account .nav-description .tab-pane#wallet .records .single-record {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    border: 1px solid #808080;
    margin-bottom: 10px;
}

.my-account .nav-description .tab-pane#wallet .records .single-record:last-child {
    margin: 0px;
}

.my-account .nav-description .tab-pane#wallet .records .single-record.credit .amount {
    color: rgb(14, 184, 14);
}

.my-account .nav-description .tab-pane#wallet .records .single-record.debit .amount {
    color: #f40000;
}



/* orders  */
.my-account .nav-description .orders .site-blocks-table {
    overflow-x: auto;
}

.my-account .nav-description .orders .site-blocks-table thead th {
    padding: 5px 0px;
    text-align: center;
    border: none;
    border-bottom: 1px solid #dee2e6;
    vertical-align: middle;
    font-size: 14px;
}

.my-account .nav-description .orders .site-blocks-table thead th.product-thumbnail {
    white-space: nowrap;
}

.my-account .nav-description .orders .site-blocks-table td {
    padding: 20px;
    text-align: center;
    vertical-align: middle;
    color: #212529;
}

.my-account .nav-description .orders .site-blocks-table td.view-btn a {
    padding: 8px 10px;
    text-align: center;
    vertical-align: middle;
    background-color: #000000;
    color: #fff;
}

.my-account .nav-description .orders .site-blocks-table tbody tr {
    white-space: nowrap;
}

@media (max-width: 575px) {
    .my-account .nav-description .orders .site-blocks-table thead th {
        font-size: 14px;
        padding: 15px 35px;
    }
}



/* return  */
.my-account .nav-description .return .site-blocks-table {
    overflow-x: auto;
}

.my-account .nav-description .return .site-blocks-table thead th {
    padding: 5px 0px;
    text-align: center;
    border: none;
    border-bottom: 1px solid #dee2e6;
    vertical-align: middle;
    font-size: 14px;
}

.my-account .nav-description .return .site-blocks-table thead th.product-thumbnail {
    white-space: nowrap;
}

.my-account .nav-description .return .site-blocks-table td {
    padding: 20px;
    text-align: center;
    vertical-align: middle;
    color: #212529;
}

.my-account .nav-description .return .site-blocks-table td.view-btn a {
    padding: 8px 10px;
    text-align: center;
    vertical-align: middle;
    background-color: #000000;
    color: #fff;
}

.my-account .nav-description .return .site-blocks-table tbody tr {
    white-space: nowrap;
}

@media (max-width: 575px) {
    .my-account .nav-description .return .site-blocks-table thead th {
        font-size: 14px;
        padding: 15px 35px;
    }
}




/* wishlist  */
.my-account .nav-description .wishlist .wishlist-table {
    overflow-x: auto;
}

.my-account .nav-description .wishlist .wishlist-table table {
    min-width: 600px !important;
}

.my-account .nav-description .wishlist .wishlist-table .product-thumbnail {
    width: 20%;
}

.my-account .nav-description .wishlist .wishlist-table .product-thumbnail img {
    width: 110px;
}

.my-account .nav-description .wishlist .wishlist-table .product-name {
    text-align: left !important;
}

.my-account .nav-description .wishlist .wishlist-table .btn {
    padding: 4px 12px;
    color: #fff;
}

.my-account .nav-description .wishlist .wishlist-table thead th {
    padding: 5px 0px;
    text-align: center;
    border: none;
    border-bottom: 1px solid #dee2e6;
    vertical-align: middle;
    font-size: 14px;
    width: calc(80%/3);
}

.my-account .nav-description .wishlist .wishlist-table thead th:last-child {
    width: 10%;
}

/* product name  */
.my-account .nav-description .wishlist .wishlist-table tbody .product-name h2 {
    font-size: 14px;
}

/* price  */
.my-account .nav-description .wishlist .wishlist-table tbody .price p {
    font-size: 14px;
}

.my-account .nav-description .wishlist .wishlist-table td {
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    color: #212529;
}

/* 00000000000000000000000000000000000000000000000   order details  00000000000000000000000000000000000000000000000000000 */


.order-details {
    padding: 80px 0px;
}

.order-details .order-id {
    margin-bottom: 20px;
}

.order-details .top-row {
    margin-bottom: 30px;
}

.order-details .order-name {
    border: 1px solid #333;
    padding: 20px;
}

@media (max-width:768px) {
    .order-details .order-name {
        margin-bottom: 20px;
        padding: 10px;
    }
}

.order-details .order-name h2 {
    margin-bottom: 10px;
}

.order-details .order-name .details p span {
    font-weight: bold;
}

.order-details .status {
    border: 1px solid #333;
    padding: 20px;
}

@media (max-width:768px) {
    .order-details .status {
        padding: 10px;
    }
}

.order-details .status div p span {
    font-weight: bold;
}




/* product table  */
.order-details .site-blocks-table {
    overflow-x: auto;
}

.order-details .site-blocks-table table.table {
    min-width: 650px;
}

.order-details .site-blocks-table .product-thumbnail img {
    width: 40%;
}

@media (max-width: 991px) {
    .order-details .site-blocks-table .product-thumbnail img {
        width: 55%;
    }
}

@media (max-width: 767px) {
    .order-details .site-blocks-table .product-thumbnail img {
        width: 80%;
    }
}

@media (max-width: 575px) {
    .order-details .site-blocks-table .product-thumbnail img {
        width: 100%;
    }
}

.order-details .site-blocks-table .btn {
    padding: 4px 12px;
    color: #fff;
}

.order-details .site-blocks-table thead th {
    padding: 5px 0px;
    text-align: center;
    border: none;
    border-bottom: 1px solid #dee2e6;
    vertical-align: middle;
    font-size: 14px;
    width: calc(90% / 5);
}

@media (max-width: 575px) {
    .order-details .site-blocks-table thead th {
        font-size: 14px;
        padding: 15px 35px;
    }
}

.order-details .site-blocks-table thead th:last-child {
    width: 10%;
}

/* product name  */
.order-details .site-blocks-table tbody .product-name h2 {
    font-size: 19px;
}

@media (max-width: 850px) {
    .order-details .site-blocks-table tbody .product-name h2 {
        font-size: 17px;
    }
}

@media (max-width: 767px) {
    .order-details .site-blocks-table tbody .product-name h2 {
        font-size: 14px;
    }
}

/* - / + btn  */
.order-details .site-blocks-table tbody .input-group {
    margin: 0px auto;
    max-width: 120px;
}

.order-details .site-blocks-table tbody .input-group input {
    padding: 0px;
}

/* price  */
.order-details .site-blocks-table tbody .price p {
    font-size: 14px;
}

.order-details .site-blocks-table tbody td .payment p {
    margin-bottom: 10px !important;
    font-weight: bold;
    white-space: nowrap;
}

.order-details .site-blocks-table tbody td .charges p {
    margin-bottom: 10px !important;
    white-space: nowrap;
}

@media (max-width:575px) {

    .order-details .site-blocks-table tbody td .payment p,
    .order-details .site-blocks-table tbody td .charges p {
        font-size: 13px;
    }
}

.order-details .site-blocks-table td {
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    color: #212529;
}

.order-details .site-blocks-table tbody tr:last-child {
    border-top: 2px solid black;
}




/* return and exchange  */
.return-box .return-btn {
    background-color: #000000;
    color: #fff !important;
    padding: 10px 20px;
    margin: 0px 10px;
}

.return-box .product-box {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 30px;
}

.return-box .product-box .product {
    display: flex;
    gap: 20px;
}

.return-box .product-box .checkbox input[type="checkbox"] {
    width: 15px;
    height: 15px;
}

.return-box .product-box .product img {
    width: 65px;
}

.return-box .reason {
    margin-bottom: 30px;
    text-align: end;
}

.return-box .reason textarea {
    padding: 5px;
    border: 1px solid rgba(0, 0, 0, .15);
    width: 100%;
    margin-bottom: 20px;
}

.return-box .reason .next-btn,
.refund-box .reason .back-btn {
    color: #000000;
    text-decoration: underline;
    padding: 10px 20px;
}

.return-box .reason .next-btn i,
.refund-box .reason .back-btn i {
    font-size: 14px;
    margin-top: -5px;
}

.refund-box .question {
    margin-bottom: 20px;
}

.refund-box .question h5 {
    margin-bottom: 20px;
}

.refund-box .question .text-box {
    margin-top: 15px;
}

.refund-box .question .ibn {
    display: none;
    width: 100%;
    margin: 10px 0px 40px;
}

.refund-box .reason .place-btn {
    background-color: #000000;
    color: #fff;
    padding: 10px 20px;
}



/* ***************************************  ABOUT US  *************************************** */
.about-section {
    padding: 80px 0px;
}

.about-section .section-heading {
    margin-bottom: 25px;
}

.about-section .section-heading h3 {
    font-weight: 500;
    font-size: 25px;
}

.about-section .about-content p {
    font-size: 15px;
    line-height: 1.7;
    color: #060606;
}

/* ***************************************  PRIVACY POLICY  *************************************** */
.privacy-policy {
    padding: 80px;
}

.privacy-policy .section-heading {
    margin-bottom: 25px;
}

.privacy-policy .section-heading h3 {
    font-weight: 500;
    font-size: 25px;
}

.privacy-policy .content p {
    font-size: 15px;
    line-height: 1.7;
    color: #060606;
}

.privacy-policy .content h4 {
    margin: 50px 0px 15px;
    color: #060606;
}

/* ***************************************   TERMS AND CONDITIONS  *************************************** */
.term-and-conditions {
    padding: 80px;
}

.term-and-conditions .section-heading {
    margin-bottom: 25px;
}

.term-and-conditions .section-heading h3 {
    font-weight: 500;
    font-size: 25px;
}

.term-and-conditions .content p {
    font-size: 15px;
    line-height: 1.7;
    color: #060606;
}

.term-and-conditions .content h4 {
    margin: 50px 0px 15px;
    color: #060606;
}

/* ***************************************  SUCCESS ORDER  *************************************** */
.succes-order {
    position: relative;
    height: 100vh;
    width: 100%;

}

.succes-order .content {
    padding: 30px;
    padding-bottom: 30px;
    position: absolute;
    top: 50%;
    left: 49%;
    transform: translate(-50%, -50%);
    border: 1px solid #333;
    text-align: center;
}

.succes-order .content .icon {
    font-size: 60px;
    margin-bottom: 10px;
    color: green;
}

.succes-order .content .msg {
    margin-bottom: 20px;
}

.succes-order .content .order {
    margin-bottom: 20px;
}


.succes-order .content .payment-details {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.succes-order .content .payment-details .title {
    text-align: left;
}

.succes-order .content .payment-details p {
    font-size: 13px;
    margin-bottom: 5px;
}

.succes-order .content .payment-details .value {
    text-align: right;
}

.succes-order .content .payment-details .value p {
    font-weight: bold;
}

.succes-order .content .email {
    margin-bottom: 30px;
}

.succes-order .content .box-btn {
    padding: 10px 20px;
    background-color: #000000;
    color: #ffff;
}

/* ***************************************  FAILED ORDER  *************************************** */
.failed-order {
    position: relative;
    height: 100vh;
    width: 100%;

}

.failed-order .content {
    padding: 30px;
    padding-bottom: 30px;
    position: absolute;
    top: 50%;
    left: 49%;
    transform: translate(-50%, -50%);
    border: 1px solid #333;
    text-align: center;
}

.failed-order .content .icon {
    font-size: 60px;
    margin-bottom: 10px;
    color: red;
}

.failed-order .content .msg {
    margin-bottom: 15px;
}


.failed-order .content .error {
    margin-bottom: 30px;
}

.failed-order .content .box-btn {
    padding: 10px 20px;
    background-color: #000000;
    color: #ffff;
}

/* ***************************************  FOOTER  *************************************** */
footer {
    padding: 50px 0px 20px;
    background-color: #f0f0f0;
}

footer .main {
    /* text-align: center; */
    width: 55%;
    margin: 0px auto;
    margin-bottom: 60px;
}

footer .col-lg-4.col-md-4 {
    padding-left: 30px;
}


.footer .title {
    color: #060606;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.5;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.footer .main .links li {
    font-weight: 400;
    font-size: 13px;
    line-height: 140%;
    letter-spacing: 0.03em;
    color: #555555;
    margin-bottom: 10px;
}


footer .main .apps img {
    width: 70%;
    margin-bottom: 3px;
}


footer .main input {
    margin-bottom: 20px;
    padding: 10px 0px;
    font-size: 13px;
    border: none;
    border-bottom: 1px solid #333;
}

footer .main .sub-btn {
    background-color: #111111;
    color: #fff;
    padding: 8px 7px;
    font-size: 13px;
}

footer .copyright {
    color: #888888;
}




/* ***************************************  MEDIA QUERIES  *************************************** */
@media (min-width:1888px) {
    header .right-box .cart .dropdown-menu {
        transform: translate3d(-330px, 25px, 0px) !important;
    }
}

@media (max-width:1200px) {

    .login-and-register .login,
    .login-and-register .register {
        margin: 0px 10px;
    }

    .order-box .order-details {
        width: 39%;
    }

    .order-box .order-details h4 {
        font-size: 21px;
    }
}

@media (max-width:1085px) {
    .footer .bottom-content .contact-row .contact-list {
        display: block;
    }

    .shop-section .products .single-product .image img {
        width: 70%;
    }

    .related-products .single-product,
    .shop-section .products .single-product {
        margin: 20px 10px;
    }

    .order-box .order-details {
        width: 38%;
    }

    .order-box .order-details h4 {
        font-size: 18px;
    }

    .order-box .order-details .order-id,
    .order-box .order-details .size,
    .order-box .order-details .color {
        font-size: 13px;
    }
}

@media (max-width:991px) {


    footer .main .col-lg-3:nth-child(2) {
        padding-left: 12px;
    }

    footer .main .col-lg-3:nth-child(3),
    footer .main .col-lg-3:nth-child(4) {
        margin-top: 50px;
    }

    .footer .bottom-content .contact-row .contact-list {
        display: block;
    }

    header {
        display: none;
    }

    .header-mobile,
    .extra-navs {
        display: flex;
    }

    .checkout-section .details {
        margin-bottom: 40px;
    }

    .cart-page .lower-btns {
        margin-bottom: 100px;
    }

    footer .main {
        width: 100%;
    }

    .order-box .order-details {
        padding: 20px 5px;
    }

    .order-box .order-details {
        width: 37%;
    }

    .order-box .order-details .order-id,
    .order-box .order-details .size,
    .order-box .order-details .color {
        font-size: 10px;
    }


}

@media (max-width:991px) {
    .detail-popup .modal-dialog {
        min-width: 80%;
    }
}

@media (max-width:767px) {

    .header-mobile {
        display: block;
        text-align: center;
    }

    .header-mobile .logo-mobile {
        margin: 10px 0px 20px;
    }

    .header-mobile .logo-mobile img {
        width: 15%;
    }

    .banner-section {
        padding: 30px 0px;
    }

    .products-section {
        padding: 50px 0px 30px;
    }

    .products-section .category-tabs {
        margin-bottom: 20px;
    }


    .products-section .category-tabs ul button {
        margin: 5px;
    }

    .products-section .tab-content .single-product {
        margin: 40px 20px;
    }

    .tailoring-section {
        padding: 30px 0px;
    }

    .tailoring-section .tab-content .home-section input[type=text],
    .tailoring-section .tab-content .home-section textarea {
        width: 100%;
    }

    .cart-page .lower-btns {
        display: block;
    }

    .cart-page .lower-btns .coupon {
        margin-bottom: 50px;
        text-align: center;
    }

    .cart-page .lower-btns .btns {
        justify-content: center;
        gap: 60px;
    }

    .cart-page {
        padding: 50px 0px;
    }

    footer .main {
        text-align: left;
    }

    footer .main .col-lg-4.col-md-4.col-sm-12 {
        margin-bottom: 30px;
    }

    footer .main .apps img {
        width: 100px;
    }

    footer .main input {
        width: 300px;
    }

    .shop-section {
        padding: 50px 0px;
    }

    .shop-section .sidebar .filter {
        display: block;
    }

    .sidebar-box-2 {
        display: none;
    }

    .shop-section .products .single-product .image .icons {
        right: 10px;
    }

    .shop-section .products {
        padding: 0px 15px;
    }

    .my-account .side-navs {
        margin-bottom: 80px;
    }

    footer .main input {
        text-align: left;
    }

    .product-details-page,
    .product-details {
        padding: 50px 0px;
    }

    .product-details-page .image-area,
    .product-details .image-area {
        margin-bottom: 50px;
    }
}

@media (max-width:630px) {}

@media (max-width:575px) {
    .footer .bottom-content .contact-row {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .footer .bottom-content .contact-row .contact-list {
        margin-bottom: 20px;
    }

    .header-mobile .logo-mobile img {
        width: 20%;
    }

    .extra-navs {
        gap: 20px;
    }

    .extra-navs .location select {
        width: 150px;
    }

    .related-products .single-product,
    .products-section .tab-content .single-product,
    .shop-section .products .single-product {
        margin: 20px 0px;
    }

    .products-section .tab-content .single-product .text p {
        margin: 0px;
        font-size: 12px;
    }

    .tailoring-section .nav-head ul {
        justify-content: center;
        gap: 20px;
    }

    .tailoring-section .nav-head ul button {
        font-size: 13px;
    }

    .cart-page .lower-btns .coupon {
        margin-bottom: 50px;
        display: flex;
        justify-content: space-between;
    }

    .cart-page .lower-btns .btns {
        justify-content: space-between;
    }

    .shop-section .products .single-product .image .icons {
        right: 5px;
    }

    .shop-section .products .single-product .text p {
        font-size: 12px;
    }

    .login-and-register .login {
        margin: 0px;
        margin-bottom: 30px;
    }

    .login-and-register .register {
        margin: 0px;
    }

    .login-and-register .login,
    .login-and-register .register {
        padding: 0px;
    }

    .my-account .nav-description {
        padding: 0px;
        height: 100%;
    }
}

@media (max-width:450px) {
    .tailoring-section .nav-head ul button {
        font-size: 10px;
    }

    .checkout-section .login-msg p {
        font-size: 13px;
    }
}