@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=DM+Serif+Display:ital@0;1&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Happy+Monkey&display=swap');



/* 
font-family: "Inter", sans-serif; */
* {
    margin: 0;
    padding: 0;
    outline: 0;
}

body {
    scroll-behavior: smooth;
    font-family: "DM Sans";
    overflow-x: hidden;
}

ul,
ol {
    list-style: none;
}

a {
    display: inline-block;
    text-decoration: none;
}

button {
    outline: none !important;
}

a:hover {
    text-decoration: none;
    color: #17AA95 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "DM Sans";
    color: #1E1E1E;
}


h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
ol,
span {
    margin: 0;
    padding: 0;
    color: #1E1E1E;
}

span,
p {
    font-size: 16px;
    font-weight: 400;
    color: #1E1E1E;
    line-height: 27px;
}

.ffi {
    font-family: "Inter", sans-serif;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px !important;
    }
}

/* range css ................ */

.flat-slider .ui-widget-header {
    background-color: #84B700 !important;
    border-color: #84B700 !important;
    position: relative;
    /* z-index: 99; */
    height: 4px;
}
.flat-slider .ui-widget-content {
    background: #08080891 !important;
    height: 2px;
}

/* end range css ................ */

/*======================
	COMMON CSS START
========================*/

.wsus__pro_det_description p,
.wsus__custom_pages p,
.wsus__vendor_details p,
.wsus__dashboard_profile p,
.wsus__main_blog p {
    margin-bottom: 1rem !important;
}

.common_btn {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
    padding: 12px 30px;
    border: 1px solid var(--bs-dark);
    border-radius: 5px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.dna {
    color: #da1615 !important;
    background: none !important;
    font-size: 12px;
    margin-top: 10px;
}

.common_btn.white {
    color: #1E1E1E !important;
    background: #fff !important;
    border: transparent;
}

.common_btn.white:hover {
    color: #1e1e1e !important;
    background: #17AA95 !important;
}


.see_btn {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    color: #17AA95;
    border: 1px solid #b0d8ff;
    padding: 5px 23px 5px 10px;
    border-radius: 5px;
    background: #fff;
    position: relative;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.see_btn i {
    font-size: 14px;
    position: absolute;
    top: 11px;
    right: 12px;
}

.see_btn:hover {
    color: #333;
    border: 1px solid #333;
}

.shop_btn {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    border: 2px solid #fff;
    padding: 5px 10px;
    border-radius: 5px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.shop_btn:hover {
    color: #fff;
    background: #17AA95;
    border-color: #17AA95;
}

.add_cart {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    padding: 10px 15px;
    background: #17AA95;
    border-radius: 5px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.add_cart:hover {
    color: #fff;
    background: #045c9f;
}


/*======================
	COMMON CSS END
========================*/


/*======================
	TOPBAR START
========================*/

#wsus__topbar {
    width: 100%;
    height: 45px;
    background: #17AA95;
}

.wsus__topbar_left {
    display: flex;
    line-height: 45px;
    align-items: center;
}

.wsus__topbar_left li {
    margin-right: 30px;
    position: relative;
}

.wsus__topbar_left li a {
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.wsus__topbar_left li a i {
    font-size: 13px;
    margin-right: 5px;
}

.wsus__topbar_left li a img {
    width: 15px;
    margin-top: -3px;
}

.wsus__topbar_left li:hover a {
    color: #0b2c3d;
}

.wsus__topbar_dropdown {
    background: #fff;
    line-height: 35px;
    overflow: hidden;
    transform: scaleY(0);
    transform-origin: top;
    transition: all linear 0.3s;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    position: absolute;
    z-index: 9999;
    width: 110px;
    top: 98%;
    left: -12px;
    border-top: 1px solid #aad8ff5e;
    border-bottom: 1px solid #aad8ff5e;
    border-radius: 5px;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    border: 1px solid #def0ff;
}

.wsus__topbar_dropdown li {
    margin: 0 !important;
}

.wsus__topbar_dropdown li a {
    width: 100%;
    padding-left: 10px;
    border-bottom: 1px solid #aad8ff73;
    line-height: 40px;
    color: #0b2c3d;
}

.wsus__topbar_dropdown li:last-child a {
    border-bottom: none;
}

.wsus__topbar_dropdown li a:hover {
    background: #aad8ff73;
    color: #007aff;
}

.wsus__topbar_left li:hover .wsus__topbar_dropdown {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
}

.wsus__topbar_right {
    display: flex;
    justify-content: end;
    line-height: 45px;
}

.wsus__topbar_right li {
    margin-left: 30px;
}

.wsus__topbar_right li a {
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
    color: #fff;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.wsus__topbar_right li a i {
    margin-right: 3px;
}

.wsus__topbar_right li a:hover,
.wsus__topbar_right li .active {
    color: #0b2c3d;
}


/*======================
	TOPBAR END
========================*/


/*======================
	HEADER START
========================*/

header {
    width: 100%;
    height: 74px;
    padding: 10px 0px;
}

.wsus__header_logo {
    width: 75%;
}

.wsus__search {
    padding-right: 35px;
}

.wsus__search form {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    border: 2px solid #b0d8ff;
    border-radius: 5px;
    overflow: hidden;
}

.wsus__category_search {
    width: 60%;
}

.wsus__category_search .select2-container--default .select2-selection--single {
    border-radius: 0;
    padding: 0;
}

.order_btn button {
    border: 0;
}

.proitem .cirover:not(:first-child) {
    margin-left: -20px;
}

span.mgnum {
    font-weight: 700;
    margin-left: auto;
    margin-right: 10px;
    color: var(--bs-secondary);
}

/* .walletabs .nav-pills > button:first-child {
    border-top-left-radius: 20px !important;
} */

.proinfo p {
    margin-left: 20px;
}

.wsus__category_search .select2-container .select2-selection--single {
    height: 41px;
    border: none;
    border-right: 2px solid #b0d8ff;
    padding-left: 20px;
}

body .paywrap button {
    width: 100%;
    display: block;
    border-radius: 5px !important;
}

.paywrap .wsus__input_area, .paywrap .refresh-input {
    width: 100%;
}

.wsus__product_sidebar .accordion-button {
    color: #151515 !important;
}

.wsus__category_search .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #0b2c3d;
    line-height: 41px;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 400;
}

.wsus__category_search .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 5px;
}

.wsus__search input {
    width: 70%;
    padding: 10px 20px;
    line-height: 0;
    border: none;
    font-size: 15px;
    color: #0b2c3d;
    font-weight: 400;
}

.wsus__search button {
    line-height: 0;
    background: none;
    border: none;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    outline: none;
    color: #333;
}

.wsus__call_icon_area {
    display: flex;
}

.wsus__call_area {
    display: flex;
    width: 50%;
}

.wsus__call {
    font-size: 34px;
    color: #333;
    margin-right: 10px;
}

.menu_wrap {
    display: flex;
    justify-content: end;
    align-items: center;
}

.wsus__call_text p {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
}

.wsus__call_text a {
    color: #0b2c3d;
    font-size: 17px;
    font-weight: 700;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.wsus__call_text a:hover {
    color: #007aff;
}

.wsus__icon_area {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.wsus__icon_area li {
    margin-left: 21px;
    margin-right: 10px;
}

.wsus__icon_area li a {
    font-size: 18px;
    color: #fff;
    position: relative;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 26px;
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border: 1px solid transparent; */
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.wsus__icon_area li a:hover,
.wsus__icon_area li .active {
    color: #17AA95;
}

.wsus__icon_area li a span {
    position: absolute;
    width: 20px;
    height: 21px;
    top: -7px;
    right: -7px;
    background: #17AA95;
    border-radius: 50%;
    font-size: 15px;
    text-align: center;
    line-height: 20px;
    font-weight: 600;
    color: #ffffff;
}

.wsus__mini_cart {
    position: fixed;
    top: 0;
    right: -370px;
    width: 400px;
    height: 100vh;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    z-index: 9999;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
    display: block;
    /* overflow: hidden; */
}

.wsus__mini_cart h4 {
    font-size: 18px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}

.wsus__mini_cart h4 span {
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
    border-radius: 3px;
}

/* .wsus__mini_cart h4 span:hover {
    background: #17AA95;
} */

.wsus__mini_cart ul {
    display: block;
    overflow-y: auto !important;
    scrollbar-width: thin;
    scrollbar-color: #17AA95 #0b172d;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
    padding-left: 5px;
    max-height: 450px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

.wsus__mini_cart li {
    /* margin-top: 20px; */
    width: 100%;
    float: left;
}

.wsus__mini_cart .wsus__cart_img {
    width: 70px;
    float: left;
    border: 1px solid #eee;
    height: 70px;
    position: relative;
    border-radius: 3px;
}

.wsus__mini_cart .wsus__cart_img a {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 3px;
}

.wsus__mini_cart .wsus__cart_img img {
    height: 100%;
    object-fit: cover;
}

.wsis__del_icon {
    position: absolute;
    top: -10px;
    left: -5px;
    color: #dc3545;
    font-size: 18px;
    width: 20px !important;
    height: 20px !important;
    text-align: center;
    line-height: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 50% !important;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.wsis__del_icon:hover {
    color: #17AA95;
}

.wsus__mini_cart .wsus__cart_text {
    width: 200px;
    float: left;
    margin-left: 20px;
}

.wsus__mini_cart .wsus__cart_text a {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.wsus__mini_cart .wsus__cart_text a:hover {
    color: #5897fb;
}

.wsus__mini_cart .wsus__cart_text p {
    font-size: 16px;
    font-weight: 600;
    color: #5897fb;
    margin-top: 0;
}

.wsus__mini_cart .wsus__cart_text p del {
    color: #dc3545;
    font-weight: 400;
}

.wsus__mini_cart h5 {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    padding: 15px 0px 13px 0px;
}

.wsus__mini_cart h5 span {
    color: #353535;
    font-weight: 700;
}

.wsus__minicart_btn_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wsus__mini_cart.\.show_cart {
    right: 0;
}


/*======================
	HEADER END
========================*/


/*======================
	MAIN MENU START
========================*/

.wsus__main_menu {
    width: auto !important;
}

.wsus_menu_category_bar {
    background: #17AA95;
    width: 100%;
    height: 50px;
    color: #fff;
    padding: 0px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    overflow: hidden;
}

.wsus_menu_category_bar p {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
}

.wsus_menu_category_bar p i {
    margin-right: 4px;
}

.wsus_menu_category_bar span {
    color: #fff;
}

.wsus_menu_cat_item {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    width: 100%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 570px;
    position: relative;
    z-index: 10;
}

.wsus_menu_cat_item li .wsus__droap_arrow {
    position: relative;
}

.wsus_menu_cat_item li .wsus__droap_arrow::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    position: absolute;
    content: "\f105";
    top: 1px;
    right: 30px;
    color: #575757;
    font-size: 14px;
    border: none;
}

.wsus_menu_cat_item li a {
    padding: 0px 30px;
    border-bottom: 1px solid #def0ff;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    color: #575757;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
    line-height: 51px;
}

.wsus_menu_cat_item li a i {
    width: 25px;
}

.wsus_menu_cat_item li:last-child a {
    border-bottom: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.wsus_menu_cat_item>li:hover>a {
    color: #007aff;
    background: #f1f1f1;
}

.wsus_menu_cat_item>li:hover .wsus__droap_arrow::after {
    color: #007aff;
}

.wsus_menu_cat_droapdown {
    width: 250px;
    background: #fff;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 105%;
    padding: 0;
    border: 1px solid #def0ff;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    opacity: 0;
    visibility: hidden;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
    height: 570px;
}

.wsus_menu_cat_droapdown li a {
    padding: 0px 20px;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wsus_menu_cat_droapdown li a i {
    width: auto;
}

.wsus_menu_cat_droapdown li a:hover {
    color: #007aff;
}

.wsus_menu_cat_item li:hover .wsus_menu_cat_droapdown {
    opacity: 1;
    visibility: visible;
    left: 100%;
}

.wsus__sub_category {
    width: 250px;
    background: #fff;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 105%;
    padding: 0;
    border: 1px solid #def0ff;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    opacity: 0;
    visibility: hidden;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
    height: 570px;
}

.wsus_menu_cat_droapdown li:hover .wsus__sub_category {
    opacity: 1;
    visibility: visible;
    left: 100%;
}

.toggle_menu.\.show_category {
    display: block;
}

.toggle_menu {
    display: none;
}

.wsus__menu_item {
    line-height: 50px;
    /* position: relative; */
}

.wsus__menu_item_right {
    display: flex;
    justify-content: end;
}

.wsus__menu_item li {
    margin-right: 25px;
    /* float: left; */
}

body .wsus__menu_item li a {
    text-transform: capitalize;
    color: #fff;
    font-weight: 300;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
    font-size: 13px;
    line-height: 12.85px;
}

.wsus__menu_item li a i {
    margin-left: 5px;
}

.wsus__menu_item>li:hover>a,
.wsus__menu_item li a.active {
    color: #17AA95;
}

.wsus__menu_item_right li {
    margin-right: 0;
    margin-left: 25px;
}


/* .menu_fix {
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0;
    z-index: 999;
    animation: menu_animate 1s;
    background: #0b2c3d;
    height: 50px;
} */

@keyframes menu_animate {
    from {
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
    }
    to {
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
    }
}

.wsus__mega_menu {
    position: absolute;
    background: #fff;
    width: 100%;
    padding: 20px;
    z-index: 999;
    top: 50px;
    left: 0;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transform: scaleY(0);
    opacity: 0;
    transform-origin: top;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
}

.wsus__mega_menu_colum {
    position: relative;
}

.wsus__mega_menu_colum img {
    height: 245px;
    object-fit: cover;
}

.wsus__mega_menu_colum_text {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
}

.wsus__mega_menu_colum_text h5 {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
}

.wsus__mega_menu_colum_text h5 span {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #dc3545;
}

.wsus__mega_menu_colum_text h3 {
    text-transform: capitalize;
    font-size: 25px;
    font-weight: 700;
}

.wsus__mega_menu_colum_text .common_btn {
    line-height: 0;
    padding: 20px 20px;
    text-transform: uppercase;
    font-weight: 600;
}

.wsus__mega_menu_colum h4,
.wsus_menu_cat_droapdown h5 {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 5px;
    border-bottom: 1px solid #cae5fc;
    padding-bottom: 10px;
}

.wsis__mega_menu_item {
    line-height: 35px;
}

.wsis__mega_menu_item li {
    margin: 0;
    width: 100%;
}

.wsis__mega_menu_item li a {
    color: #575757 !important;
    display: block;
    width: 100%;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
    font-size: 15px;
    font-weight: 400;
}

.wsis__mega_menu_item li a:hover {
    color: #007aff;
}

.wsus__menu_item li:hover .wsus__mega_menu {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

/* .wsus__relative_li {
    position: relative;
} */

.wsus__menu_droapdown {
    position: absolute;
    top: 50px;
    left: 0;
    background: #fff;
    z-index: 999;
    width: 215px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    line-height: 35px;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform-origin: top;
    opacity: 0;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.wsus__menu_droapdown>li {
    margin: 0;
    width: 100%;
    position: relative;
}

.wsus__menu_droapdown>li>a {
    color: #575757 !important;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
    padding: 0px 20px;
    border-bottom: 1px solid #fff;
}

.wsus__menu_droapdown>li:last-child a {
    border: none;
}

.wsus__menu_droapdown>li>a>i {
    font-size: 10px;
    margin-right: 5px;
    font-weight: 900;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.wsus__menu_droapdown>li:hover>a,
.wsus__menu_droapdown>li .active {
    color: #007aff;
    background: #aad8ff73;
}

.wsus__menu_droapdown>li:hover i {
    margin-right: 0;
}

.wsus__menu_item li:hover .wsus__menu_droapdown {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
}

.wsus__menu_droapdown2 {
    width: 220px;
    position: absolute;
    top: -20px;
    left: 110%;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 20px;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.wsus__menu_droapdown2 li {
    width: 100%;
}

.wsus__menu_droapdown2 li a {
    color: #575757;
    width: 100%;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.wsus__menu_droapdown2>li>a:hover {
    color: #007aff;
}

.wsus__menu_droapdown>li:hover .wsus__menu_droapdown2 {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
}


/*=======================
	MAIN MENU END
========================*/


/* new css home */

.dark_grn{
    background: #032B25;
}

.marq__content {
    padding: 8px 0;
    display: flex;
    background: #e0ebe6;
}

.marq__content p {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    color: #032B25;
}



.bgg_light{
    background: #FFFBF8;
}



.product_img {
    height: 200px;
}
.product_img img {
    height: 100%;
    border-radius: 5px;
}

.product_cnt  {
    text-align: center;
    margin-top: -10px;
    z-index: 2;
    position: relative;
}
.product_cnt a {
    font-size: 16px;
    font-weight: 700;
    padding: 15px;
    background: #B3DCD6;
    border-radius: 5px;
    width: 100%;
    line-height: 23.68px;
}


.product_cnt a:hover {
background: #032B25;
color: #fff !important;
  }

  body .wsus__single_discover h1, .fs55 {
    text-transform: capitalize;
    font-weight: 400;
    margin: 0px;
    font-size: 48px !important;
    line-height: 43.2px;
    color: #FFFBF8;
    letter-spacing: 0px !important;
}

.wsus__single_discover p {
    font-size: 20px;
    line-height: 19.78px;
    color: #FFFBF8;
    font-weight: 400;
}

.disbck {
    padding: 60px !important;
    border-radius: 5px 0px 0px 5px;
}

.sopn {
    background: #fff;
    width: auto !important;
    padding: 10px 50px;
    font-size: 20px;
    font-weight: 400;
    line-height: 19.78px;
    border: 1px solid #fff;
    color: #0C2B20;
    border-radius: 5px;
    margin-top: 36px;
}


.discor .col-lg-7 {
    padding-right: 0 !important;
}
.discor .col-lg-5{
    padding-left: 0;
}

.disbcktw {
    height: 356px;
    border-radius: 0px 5px 5px 0px;
}

.btn-cnt h1 {
    font-size: 14px !important;
    font-weight: 700;
    line-height: 17.36px;
    color: #151515;
    font-family: 'DM Sans';
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.pr_cnt a {
    font-size: 12px;
    font-weight: 700;
    padding: 15px;
    background: #2D8578;
    border-radius: 0px 0px 5px 5px ;
    width: 100%;
    line-height: 14.88px;
    color: #fff;
  }
  .pr_cnt a:hover {
    color: #fff !important;
    background: #032b25;
}

  .btn-cnt {
    background: #F0F7F4;
    padding: 13px 15px;
}

.btn-cnt p {
    font-size: 12px !important;
    font-weight: 400;
    line-height: 12.4px;
    overflow: hidden;
    height: 24px;

}

.mainvards {
    height: 450px;
  }




.btn-cnt span {
    font-size: 14px;
    font-weight: 700;
    line-height: 17.36px;
}

.prodts_img a {
    height: 284px !important;
    width: 100% !important;
}

.prodts_img img {
    border-radius: 5px 5px 0px 0px;
    object-position: top;
}

.viv_btn a{
    font-size: 16px;
    font-weight: 700;
    background: #032B25;
    border-color: #032B25;
    width: 100% !important;
    border-radius: 5px;
    color: #fff;
    padding: 8px;
}
.viv_btn a:hover{
    color: #fff;
}

.viv_btn {
    width: 100% !important;
    text-align: center;
}

.exploeh {
    font-size: 64px !important;
    font-weight: 400 !important;
    line-height: 63.28px !important;
    letter-spacing: -3px;
    text-transform: inherit !important;
}

/* .shopbck {
    padding: 46px;
    background-blend-mode: overlay;
    border-radius: 5px;
} */

body h1.shop_hed {
    color: #17AA94 !important;
    font-size: 48px !important;
    font-weight: 400 !important;
    line-height: 43.2px;
}


.sv_shop{
    color: #fff !important;
    font-size: 48px !important;
    font-weight: 400 !important;
    line-height: 43.2px;
}

.spnbn{
    font-weight: 700 !important;
}


video.vdolink {
    height: 316px !important;
    max-width: 100% !important;
    width: 100% !important;
}
/* 
.ftrbck {
    background-blend-mode: overlay;
} */


.disbsop {
    background-blend-mode: overlay;
    height: 100%;
    border-radius: 5px;
}


.wsus___content h1 {
    font-size: 95px !important;
    font-weight: 400 !important;
    line-height: 104.35px !important;
    font-family: "Happy Monkey", serif;
    text-transform: uppercase;
    letter-spacing: 0px;
    color: #17AA95;
}

sup.regulr {
    font-size: 47.25px;
    line-height: 46.72px;
    font-weight: 300;
    font-family: 'DM Sans';
}


.fce {
    height: 26.71px;
    width: 26.71px;
    background: #17aa95 !important;
    border-radius: 50px;
    line-height: 26.71px;
    text-align: center;
}


.icnall {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    width: 70%;
    margin-top: 14px;
}

body .nebrd h4 {
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 13.84px;
    letter-spacing: 0px !important;
    font-family: 'DM Sans';
}

.nebrd {
    border-top: 1px solid #ffffff69;
    margin-top: 20px;
    margin-bottom: 0px;
}

.ftrlst {
    margin-right: 26px;
}


.plybn {
    top: 50% !important;
    left: 50%;
    transform: translate(-50%, -50%);
}

.plybn:hover {
   background:#fff !important;
}

.plybn:hover i {
    color:#032B25 !important;
 }

 .ctrgy {
    padding-top: 100px !important;
}

.fce a:hover i {
    color: #fff !important;
}

.botmn {
    padding-bottom: 40px !important;
}

.marq__content .slick-prev, .marq__content .slick-next {
    font-size: 0px;
}

.marq__content .slick-prev:after {
    content: "\f053";
    font-family: "Font Awesome 5 Pro";
    font-size: 19px !important;
    position: relative;
    left: 10px;
}
.marq__content .slick-next:before {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    font-size: 19px !important;
      position: relative;
    right: 10px;
}


.kywrd h2 {
    font-size: 22px !important;
    margin-bottom: 7px;
    font-family: 'DM Sans';
    font-weight: bold;
}

.kywrd p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 10px;
    font-family: 'DM Sans';
}


.nrmob {
  display: none;
}


.wsus__banner_mobile{
    display: none;
}


.main-nav ul li .megamenu {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    width: 740px;
    margin: auto !important;
    border-radius: 5px;
}

.megawomen {
    width: 70% !important;
    /* left: 0 !important;
    right: 0 !important; */
}

.megamen {
    width: 40% !important;

}


.megakids {
    width: 60.6% !important;
}

.megaindia {
    width: 55% !important;
}

.megawest {
    width: 34% !important;
}


.megadec {
    width: 50% !important;
}

.megajew {
    width: 40% !important;
}


/* 
.megamenu.drop-menu {
    left: -228px;
    right: 0;
} */


.megamenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 10px;
    
}


.drop-menu {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    background-color: #f4fff4;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 100%;
    left: auto;
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: left .2s ease-out,width .2s ease-out;
    width: 250px;
    text-align: left;
    z-index: 2;
    -webkit-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    max-height: max-content;
}


.main-nav > ul > li {
    display: inline-block;
}

.main-nav > ul > li:hover > .drop-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.main-nav > ul > li > a > .drop_arrow {
    transition: all linear 0.3s;
}


.wsus__menu_item li:hover .megamenu {
    display: block;
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

body .megamenu ul li a {
   color: #151515;
   border: 0 !important;
}

body .megamenu ul {
   display: flex;
   flex-direction: column;
 }

 .megamenu .wsus__footer_menu li {
   line-height: 0;
  }

 .megamenu .wsus__footer_menu li a {
    color: #151515 !important;
    line-height: 20px;
    font-size: 12px !important;
    font-weight: 400 !important;
  }



 .megamenu .wsus__footer_menu li a:hover {
    color: #186F62 !important;
  }


 .megamenu .wsus__footer_content h5 {
    margin: 0px 0;
    color: #186F62 !important;
    font-weight: 700;
    font-size: 16px !important;
  
  }

  h5.rent a {
    font-size: 16px !important;
    color: #186F62 !important;
    font-weight: 700 !important;
}

h5.rent {
    font-family: 'DM Sans';
    margin-bottom: 0px;
}

  .newaf h5 a {
    font-size: 16px !important;
    color: #17aa95 !important;
    font-weight: 700 !important;
    border: 0 !important;
}

.newmega {
    padding: 0 40px;
    padding-bottom: 30px !important;
}


.inrmegaimg {
    height: 90px;
}

.inrmegaimg img {
    border-radius: 5px;
}

.moblogo{
    display: none;
  }

  .btn-cnt h1 a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
  .btn-cnt p a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.hdrfil {
    background: #E0EBE6;
    padding: 7px;
    border-radius: 5px;
}
.hdrfil h2 {
   font-size: 13px;
   font-weight: 700;
   line-height: 16.93px;
   color: #2D8578;
   font-family: 'DM Sans';
}

/* div#accordionExample {
    background: #F0F7F4;
} */

.btnch {
    background: transparent;
}


.price_ranger h5 {
    font-size: 13px;
    font-weight: 700;
    font-family: 'DM Sans';
    line-height: 16.93px;
}

.accordion-bodys {
    padding: 15px;
}

body .btnch {
    background: #F0F7F4 !important;
    border: 0 !important;
    padding-top: 0 !important;
    padding-left: 15px;
    font-size: 13px !important;
    font-weight: 700;
    font-family: 'DM Sans' !important;
}

.fwm {
    border-right: 1px solid #cccccc73;
}


  /* Offcanvas (Hidden by Default) */
  .offcanvas {
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: max-content;
    background: #1c403b;
    transition: bottom 0.4s ease-in-out;
    display: flex;
    flex-direction: column;
    padding: 20px 35px;
    gap: 30px;
}

  /* Active Class to Show Offcanvas */
  .offcanvas.show {
    bottom: 70px;
    z-index: 2;
  }

  /* Close Button */
  .close-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
  }


  .offcanvas-body.small {
    display: flex;
    flex-direction: column;
    gap: 15px;
}   

.filtrcnvs{
    padding: 0; 
    height: 100%;
     gap: 0;
}


.filtrcnvs.show {
    bottom: 70px;
    top: 0px;
    z-index: 9999;
  }


.fltrhdr{
    background: #032B25;
    padding: 13px 18px;
}

.clr h5 {
    font-size: 15.43px;
    font-weight: 700 !important;
    font-family: 'DM Sans';
    line-height: 20.09px;
}

.colfltrfv {
    width: 45%;
    padding: 20px 0 0 28px;
    background: #56867F;
    height: 100vh !important;
}
.colfltr {
    width: 55%;
    background: #9EB6B1;
    height: 100vh !important;
    padding-top: 20px !important;
}
  
.fltrspn {
    border-bottom: 1px solid #0000005d !important;
    padding: 8px !important;
}
.fltricn {
    padding: 8.5px !important;
}


.ctgrycnvs{
    height: 100vh !important;
    padding: 0;
    
}


.ctgrycnvs.show {
    bottom: 70px;
    top: 0px;
    z-index: 9;
    opacity: 1;
    visibility: visible;
}
.ctgrycnvs {
opacity: 0;
visibility: hidden;
}


.proflycn {
    height: 100vh !important;
    padding: 0;
    overflow-x: auto;
    padding-bottom: 70px;
    background: #fff;
    /* bottom: unset; */
}

.promenu {
    height: 100vh !important;
    padding: 0;
    background: #fff;
    /* bottom: unset; */
    padding-bottom: 50px !important;
    overflow-x: auto;
}

#wsus__mobile_menu .offcanvas {
    bottom: unset !important;
}


.proflycn.show {
    bottom: -60px;
    top: auto;
    z-index: 9;
    opacity: 1 !important;
    visibility: visible !important;

}


.proflycn {
    opacity: 0;
    visibility: hidden;
}



.proflmenu.show {
    bottom: unset;
    top: 0px;
    z-index: 9;
}

  .hdrimgct{
    background: #fff;
    padding: 40px 20px ;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: space-between;
  }

  .imgctgry {
    height: 80px;
    width: 80px;
    text-align: center;
    margin-bottom: 16px;
}
  .imgctgry img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
}

.exprbtn {
    background: #17AA95;
    display: flex;
    align-items:center !important;
    justify-content: center !important;
    border-radius: 50%;
    height: 80px;
    width: 80px;
    padding: 8px;
    
}


.exprbtn a {
    text-align: center;
    font-weight: 700;
    color: #fff;
    font-size: 13.28px;
    line-height: 13.68px;
}

.close-btn {
	position: absolute;
	top: 10px;
	right: 20px;
	background: none;
	border: none;
	font-size: 28px;
	font-weight: bold;
	cursor: pointer;
	color: #333;
}

.abc {
    position: fixed;
    z-index: 9999;
    top: auto;
    bottom: 0;
    display: block;
    width: 100% !important;
    height: 10%  !important;
    background: #032B25;
    padding: 0 60px;
}

button.closebn {
    background: transparent;
    color: #fff;
}


.fnwem {
    border-right: 1px solid #cccccc73;
    padding-right: 90px;
}


.offcanvas {
    display: none;
  }
  
  .footer_bottom{
    display: none;
  }


  .hmpg{
    background: #cce1dd !important;
  }

  .hdrf {
    padding: 13px 15px;
    overflow-x: auto;
    max-height: 350px !important;
}

  .hdrfmnu {
    padding: 13px 15px;
}
  .hdrfpfl {
    padding: 13px 15px;
}

.menhdr {
    padding: 10px 15px;
    background: #032b25;
    border-radius: 5px;
}

.menhdr a {
   font-size:16px !important;
   font-weight: 700 !important;
   font-family: 'DM Sans';
}


.cnvgendr {
   max-height: 90vh !important;
    overflow-x: auto;
    padding-bottom: 0px !important;
}

.selct_inr select {
    background-color:#ffffff00;
    padding: 12px 6px;
    border-bottom: 1px solid #0000003d !important;
    border: 0;
}
.selct_inr select:focus {
    box-shadow: unset !important;
    border-color: unset !important;
}


body h1.ctrgoy {
    font-size: 20px !important;
    line-height: 25px !important;

}


.ctrgoyspn {
    font-size: 20px !important;
    line-height: 25px !important;
}

.pgrn p {
    font-size: 14px !important;
}


.slect .btn-group {
    width: 100% !important;
}

.slect .btn-group button {
    width: 89%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 1px;
    background: #ffffff00 !important;
    border-bottom: 1px solid #0000004d;
    margin: auto;
}

ul.dropdown-menu.show {
    background: #ffffff00;
    border: 0;
    padding: 10px 0 !important;
}

ul.dropdown-menu.show a {
    padding: 5px 0 !important;
}

.ned {
    border-bottom: 1px solid #6b6b6b70;
    padding: 8px 0 !important;
}
.nedctry {
    background: #F0F7F4;
    padding: 10px 15px;
    border-radius: 5px;
}

.icnctry i {
    font-size: 23px;
}

.slect {
    width: 93% !important;
    margin: auto;
    margin-bottom: 30px;
}

.ctgy {
    padding: 20px !important;
}


.ned a {
    font-size: 12px !important;
    font-weight: 400;
}

.newrb {
    background: #56867F !important;
    height: 100vh;
    width: 45%;
}

body .newrb button {
    background: transparent;
    text-align: start;
    border-bottom: 1px solid #00000070;
    padding: 15px 0px;
    margin-left: 20px;
    font-size: 12px;
    font-weight: 400;
    font-family: 'DM Sans';
    border-radius: 0 !important;
    color: #000000 !important;
}

.mainbx{
    background: #9EB6B1;
}

.cntnebr .tab-pane {
    padding: 5px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background: transparent !important;
    color: #151515;
}

.cntnebr {
    width: 60%;
}

.cntnebr .tab-pane ul {
    display: flex;
    flex-direction: column;
    gap: 14px;
}


.collapsible-list {
    list-style-type: none;
    padding: 0;
    /* border-bottom: 1px solid #939393; */
}

  .collapsible-item {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  height: 30px;
}

.nedctry .collapsible-item {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
    height: 20px;
}



  .collapsible-content {
    display: none;
    /* background-color: #e9e9e9; */
    border-radius: 5px;
    margin-top: 5px;
  }

  .nedctry .icon {
    font-size: 35px;
    transition: transform 0.3s ease;
    position: relative;
    left: 12px;
}

  .icon {
    font-size: 40px;
    transition: transform 0.3s ease;
    font-weight: 400;
  }

  .collapsed .icon {
    transform: rotate(180deg);
  }


 li.collapsible-item span {
  font-size: 16px;
  font-weight: 700;
  color: #1E1E1E;
  line-height: 27px;
}

.nedctry li.collapsible-item span {
    font-size: 12px;
    font-weight: 400;
    color: #1E1E1E;
    line-height: 27px;
    text-transform: capitalize;
}

.ctrg {
    font-weight: 700;
}




li.collapsible-item p {
  font-size: 12px;
  font-weight: 400;
  color: #1E1E1E;
  line-height: 27px;
}


.collapsible-content p {
  font-size: 12px;
  font-weight: 400;
  font-family: 'DM Sans';
}

.nedctry .collapsible-content p {
  font-size: 14px;
  font-weight: 400;
  font-family: 'DM Sans';
}



.imgctgry img {
border: 4px solid transparent; 
cursor: pointer;
transition: border 0.3s ease;
}

.imgctgry.active img {
border: 4px solid #17AA95;
}




.hdrimgpl {
    padding: 40px 20px 0px;
}

  .mnpfly {
    background: #1c403b;
    border-radius: 5px;
}

.login-prf {
    padding:20px;
}
.profile_img {
    width: 60px;
    height: 60px;
    background: #032b25;
    padding: 10px;
    border-radius: 50%;
}

.login_profile {
    gap: 16px;
}


.plus_icn {
    width: 45px;
    height: 45px;
    background: #032b25;
    text-align: center;
    line-height: 45px;
    border-radius: 5px;
}

.plus_icn i {
font-size: 30px;
color: #fff;
}

.profile_name h5 {
    font-size: 18px;
    font-weight: 700;
    font-family: 'DM Sans';
}

.text_inr {
    padding: 0px 40px 40px 95px;
}

.text_inr p {
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    color: #fff;
}

.banner_sliders_mob .col-3 {
    padding: 0px 5px;
}


.profile_drop ul.dropdown-menu {
    background: #ffffff;
    box-shadow: 0 7px 20px rgb(0 0 0 / 13%);
    padding: 0 !important;
}

.col-icn i {
    font-size: 20px;
    font-weight: 500;
    color: #151515;
}

.collaps-item span {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #151515;
}

.cardhedr {
    padding: 30px 20px;
    background: #cdd1ce;
}

.cardgrn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2px 20px;
    background: #032b25;
}

.cardgrn h3, .cardgrn p {
    font-size: 16px;
    font-weight: 700;
    font-family: 'DM Sans';
    color: #fff;
}

.rowfour .col-6:last-child {
    display: none;
}

.sdrmgs {
    height: 25%;
}

.load_sidebar_cart_wrp {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.pagi_inr li {
    width: unset !important;
    /* margin-top: 10px !important; */
}


.pagi_inr {
    display: flex !important;
    border: 0 !important;
    padding-left: 0 !important;
    justify-content: space-around;
}

.paginaton #pagination {
    margin: 0 !important;
}

.cnt_wrap h5 {
    font-size: 14px !important;
    padding: 7px 0px !important;
    font-family: 'DM Sans';
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 27px;
}

.cnt_wrap p {
    font-size: 11px;
    line-height: 15px;
    font-family: 'DM Sans';
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    padding-bottom: 5px;
    height: 47px;
}

.sdrmgs img {
    border-radius: 5px;
    width: 95px !important;
    max-width: 100px;
    height: 120px;
    min-height: 120px;
    object-position: top;
}

.dncbt{
    display: none;
}


.mancrd_wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between !important;
    height: 90%;
}

.imnrd {
    border-bottom: 1px solid #999999;
    padding-bottom: 10px;
}

.pagi_inr li a {
    margin-right: 0 !important;
    border: 0;
    padding: 5px;
}

.icncrd h6 {
    font-size: 14px;
    font-weight: 700;
    font-family: 'DM Sans';
}


.pagi_inr .page-link {
    background: transparent !important;
}

body.pagi_inr li a:hover {
   color: #151515 !important;
}


.brdr a {
    border-right: 0 !important;
    border-radius: 5px 0px 0px 5px !important;
}
.brdl a {
    border-left: 0 !important;
    border-radius: 0px 5px 5px 0px !important;
}

.cardgrn p span {
    color: #fff !important;
    font-weight: 700;
}

.marq__content button {
    background: transparent;
    color: #151515;
}

.ws_marq {
    background: #e0ebe6;
}

.main_header {
    position: sticky;
    top: 0;
    z-index: 9;
}

.banner_sliders_mob .col-3:nth-child(2) {
    padding-left: 14px !important;
}

.banner_sliders_mob .col-3:nth-child(5) {
    padding-right: 14px !important;
}

.pagination.pagi_inr {
    border: 1px solid #151515 !important;
    padding: 0;
    border-radius: 5px;
    width: 115px;
    margin-top: 5px;
}

.qunty span {
    border: 1px solid #151515 !important;
    border-radius: 5px;
    padding: 5px 15px !important;
}

.qunty a {
    padding: 4px 9px !important;
}

.qunty a.increase {
    padding: 4px 10px !important;
}




.dctopps {
    width: 400px !important;
}

body .mnpfly .menhdr a {
    padding: 0 !important;
    color: #fff !important;
    line-height: 26px;
}

.dctopps .hdrimgpl {
    padding: 20px !important;
}

.wsus__icon_area .dctop li a {
    justify-content: start !important;
}

.wsus__product_sidebar .accordion {
    background: #f0f7f4 !important;
}

.atg {
    display: flex;
    flex-direction: column;
    padding: 15px 20px;
    gap: 4px;
}

.atg a, .qunty a {
    cursor: pointer;
}

span.sortftr {
    width: 100%;
    display: flex;
    gap: 4px;
}

.ftrhdr {
    padding: 19px 10px;
    background: #e0ebe6;
}

.bg-light-sec {
    background: #F0F7F4;
}

.ctgrynpt {
    display: flex;
    align-items: center;
    gap: 12px;
}

.about_item {
    height: 376px;
}

.offer_item.etnic {
    background: #3B3D07;
    padding: 40px 20px;
    border-radius: 5px;
    height: 530px;
}
.offer_item.decor {
    background: #06322C;
    padding: 40px 20px;
    border-radius: 5px;
    height: 530px;
}
.offer_item.accres {
    background: #545248;
    padding: 40px 20px;
    border-radius: 5px;
     height: 530px;
}

.offer_item h4 {
color: #fff;
}

.stoy_bg{
    background: #465250 !important;
}

.grn_bg{
    background: #c6855a;
}

.drkgrn_bg{
   background:#375C3A; 
}

.main_header ul.wsus__icon_area a {
    line-height: 34px !important;
}

.main_header ul.wsus__icon_area .lognpfl  a {
    line-height: 26px !important;
}

.toast.toast-error:first-child {
    margin-top: 60px !important;
}
.toast.toast-success:first-child {
    margin-top: 60px !important;
}

li.cart_alert span {
    padding: 11px 82px;
    background: #00000029;
    margin-inline: 20px !important;
    border-radius: 5px;
}

.ofcnprff{
    display: none;
}

.profile_drop{
    display: block;
  }

  .hdrofcpr {
    background: #032b25;
}

ul.wsus__login_link_menu li {
    padding: 5px;
    border: 1px solid #ffffff4d;
    margin: auto;
    border-radius: 100px;
    width: 70%;
    margin-top: 10px;
}

ul.wsus__login_link_menu li a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.wsus__login_link_menu li a {
    width: unset !important;
    height: 35px;
    line-height: 35px;
    text-align: unset !important;
    background: unset !important;
    color: black !important;
    margin: 0px 5px;
    border-radius: 3px;
    color: #fff;
}
.wsus__login_link_menu li a span {
    color: #fff;
}

.google_login {
    padding: 0px 20px 20px;
}

.wsus__mobile_menu_closess {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
    display: block;
    position: absolute;
    top: 11px;
    right: 11px;
    border-radius: 3px;
}


/* .decsdr{
    display: none !important;
} */

.atg a {
    text-transform: capitalize;
}

.decsdrbtn {
    display: block !important;
  }

.mobsdr {
    display: none;
}


.mobsdr .slick-next:before {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    font-size: 19px !important;
}

.mobsdr .slick-prev:after {
    content: "\f053";
    font-family: "Font Awesome 5 Pro";
    font-size: 19px !important;
}


.mobsdr .slick-next {
    font-size: 0;
}

.mobsdr .slick-prev {
font-size: 0;
}

.cat_inner.ship_slider_btn{
    display: flex !important;
}

.mobsdr button{
    background: transparent;
    color: #151515;
}

.ship_slider_btn .cat_list {
    padding: 10px;
}


.mnsrtn {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 30px;
    background: #CCE1DD;
    border-radius: 5px;
    height: 100%;
}
.mnsicon {
    background: #CCE1DD;
    border-radius: 5px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.mnsrticn {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #17AA95;
    border-radius: 5px;
}

.mnsrticn i{
    color: #fff;
}

.mnsrtimg {
    width: 90px;
    height: 90px;
}

.nwnam {
    font-size: 24px;
    font-weight: 700;
}

.accnt {
    padding-bottom: 20px;
    font-size: 40px;
}


.bg-light-ne{
    background:#CCE1DD;
}

.dashinput .dashtab .nav-link.active, .dashtab .show>.nav-link {
    background: #17aa95 !important;
}


.input_inner_wrap {
    position: relative;
}

.ndsr img {
    position: absolute;
    left: 550px;
    right: 0;
    margin: auto;
}

.nbrmg img {
    position: absolute;
    left: 150px;
    right: 0;
    margin: auto;
}

section#wsus__dashboard {
    padding-bottom: 0 !important;
}

.bgnfr {
    background: #e0edeb !important;
    border-radius: 5px;
}

.tophdrne {
    display: flex;
    justify-content: space-between;
    background: #17aa95;
    padding: 10px 30px;
    align-items: center;
    border-radius: 5px;
}


.adrdflt h5 {
    color: #fff;
}

.adrdflt a {
    background: #fff !important;
    border: 0;
    padding: 3px 10px;
    border-radius: 0px 5px 5px 0px;
}


.adrdflt {
    display: flex;
}

.plsicn {
    width: 30px;
    height: 30px;
    background: #cce1dd;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px 0px 0px 5px;
}

.default_edit button {
    background: #fff !important;
    border: 0;
    padding: 3px 10px;
    border-radius: 5px;
}

.bg-light-ndark{
    background: #17aa95;
}

.rounded-5{
    border-radius: 5px;
}

.mnsrtimg img {
    object-fit: contain !important;
}

.mnsdrp .btnprfl {
    width: 100% !important;
    background: #17aa95 !important;
    border: 0;
}

.mnsdrp .btnprfl.collapsed {
    background: #CCE1DD !important;
}
.mnsdrp .btnprfl .nwprfil {
   color: #fff;
}
.mnsdrp .btnprfl.collapsed .nwprfil {
   color:#151515;
}


.nwprfil strong {
    font-weight: 500;
}

.cdrmns {
    padding: 15px 0;
}


.nrddropdec {
    display: none;
}

.pytm {
    background: #accfc9;
}

.dafault_info:last-child {
    border: none;
}

/* .dafault_info {
    border-bottom: 1px solid #a0a0a0;
} */


.disbsop {
    background-image: url('https://theweavesofkanha.com/user/images/vidobg.png') !important;
  }

  .ordom {
    padding: 10px;
}

.dashboard_content_svd {
    border-radius: 5px;
}

button.set-default {
    padding: 6px 20px;
}

.edicon {
    display: flex;
    align-items: center;
    gap: 15px;
}

.input_inner_wrap a:hover{
    color: #fff !important;
}



.bg-main-bck{
    background: #fffbf8 !important;
}

.ntg a{
    background: #fffbf8 !important;
}

/* .dasdmob a:active{
    background: #17aa95 !important;
} */

.adrs_chanmge {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background: #cce1dd;
    margin-bottom: 20px;
    border-radius: 5px;
}

.btn_aders a {
    background: #17aa95;
    padding: 10px 30px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
body .btn_aders a:hover {
    color: #fff !important;
     background: #032B25;
}

.mns_cnt h4 {
    font-size: 24px;
    font-weight: 700;
    font-family: 'DM Sans';
    text-transform: capitalize;
}

.mns_cnt p {
    font-size: 20px;
    font-weight: 600;
    border-radius: 5px;
    margin-top: 10px;
}

.btn_aders a:hover {
    color: #151515 !important;
}

.crddlt {
    padding: 8px;
    background: #cce1dd;
    border-radius: 5px;
}

.crddlt button {
    background: #cce1dd;
}


.refundpc h2 {
    font-size: 35px;
    font-weight: 700;
    font-family: 'DM Sans';
    margin-bottom: 25px;
}

.refundpc p {
    font-size: 18px;
}


.price_ranger .flat-slider {
    padding: 0;
    position: relative;
    width: 100%;
    overflow: unset;
    padding-top: 12px;
    padding-bottom: 47px;
}


.address_wrap .form-check-input[type=checkbox] {
    border-radius: .25em;
    display: none;
}

.frist_clr, .second_clr {
    display: flex;
    align-items: center;
    gap: 5px;

}

.clr_inner, .no_clr {
    border: 1px solid;
    padding: 5px;
    border-radius: 5px;
    height: 30px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 700;
}

.clr_inner span {
    height: 15px !important;
    width: 15px !important;
    border-radius: 5px;
    border: 1px solid #151515 !important;
}



.iinnbx {
    display: flex;
    align-items: center;
    gap: 10px;
}


.dafault_info {
    border-bottom: 1px solid #a2b9b4;
    margin-left: 30px;
    padding-left: 0 !important;
}

.dafault_info:last-child {
    border-bottom: none !important;
}

.privcy h2 {
    font-size: 24px;
    font-weight: 700;
    font-family: 'DM Sans';
}

.no_clr span {
    font-size: 12px;
    font-weight: 600;
}

.adrdflt h5 {
    font-family: 'DM Sans';
}


p.wsus__pro_rating i {
    color: #574438;
}

.ordercanele a {
    padding: 3px 20px;
    background: #17aa95;
    border-radius: 5px;
}


.ordercanele span {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
}

body section.wsus__price.dasinner {
    padding-top: 20px !important;
}

.btnlern {
    background: #2d8578;
    padding: 8px 20px;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.divsze h6 {
    display: flex !important;
    align-items: center;
    gap: 5px;
    font-family: 'DM Sans';
}

.divsze {
    display: flex;
    gap: 5px;
}

#image {
    width: 250px;
    height: 80px;
    border: 1px solid #ccc;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-family: 'DM Sans';
    font-size: 42px;
  }

  #image span {
    font-weight: bold;
    transform: rotate(var(--rotate));
    color: var(--color);
    position: relative;
    top: var(--top);
    z-index: 1;
    mix-blend-mode: multiply;
  }

  #image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image:
      radial-gradient(circle, #032B25 1px, transparent 1px),
      radial-gradient(circle, #56b4a7  1px, transparent 1px),
      radial-gradient(circle, green 1px, transparent 1px),
      radial-gradient(circle, #151515 1px, transparent 1px);
    background-size: 8px 8px;
    opacity: 0.2;
    z-index: 0;
    background-blend-mode:overlay;
    background: #00000067;
  }




.flat-slider .ui-slider-handle::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 4px;
    height: 4px;
    background: #FFFBF8;
    border-radius: 100px;
    left: 0;
    right: 0;
    margin: auto;
}

.tab-pane h3 {
    color: #151515 !important;
    text-transform: capitalize;
}

#reviewFormId button.common_btn {
    background: #076F60 !important;
    color: #fff;
    padding: 10px 50px;
    width: auto;
    align-items: center;
    display: flex;
}

.wishmore:hover span {
    color: #17aa95;
}

.appcupon h5 {
    color: #fff !important;
}

.dtltrnd {
    height: 328px;
}

.bnner_dtl {
    background: #fffbf8;
}

.editwht img {
  transition: filter 0.3s ease;
}







.google-review button{
 font-size: 0;
}

.google-section{
    padding: 60px 0;
}


.img-rvie {
    height: 60px;
    width: 60px;
}
.img-rvie img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.inner-reviw {
    display: flex;
    margin-top: 30px;
}

.bxrevi h5 {
    font-size: 19px;
    font-weight: 600;
    font-family: 'DM Sans';
}

.bxrevi p {
    font-size: 25px;
    font-weight: 700;
    margin: 0;
    line-height: 31px;
    display: flex;
    gap: 3px;
}
.bxrevi p i {
    font-size: 20px;
    font-weight: 500;
    line-height: 31px;
    color: #2d8578;
}

.bxrevi span {
    font-size: 14px;
    color: #858585;
    line-height: 0;
}

.btnrevisw a {
    padding: 5px 15px;
    background: #032B25;
    margin-top: 10px;
    border-radius: 5px;
    color: #fff;
}

.btnrevisw a:hover{
    background: #032B25;
    color: #fff !important;
}

.btnrevisw a svg {
    margin-left: 10px;
}

.google-str, .nmrevi, .google-contnt {
    text-align: left;
}

.google-contnt {
    height: 108px;
    overflow-y: auto !important;
    overflow: hidden;
}

.google_wrap .google-contnt::-webkit-scrollbar {
    width: 4px !important;
}

.google_wrap .google-contnt::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
    background: #ccc !important;
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / .5) !important;
}

.google_wrap .google-contnt::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / .3) !important;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
}

.google-time span {
    font-size: 12px;
}

.wp-google-powered span {
    font-size: 20px;
    font-weight: 700;
}

ul.slick-dots button {
    font-size: 0px;
}

ul.slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    margin-top: 15px;
}

ul.slick-dots button:after {
    content: "\f111";
    font-family: "Font Awesome 5 Pro";
    font-size: 7px !important;
    position: absolute;
    bottom: 0;
    margin: auto;
    display: table;
}

ul.slick-dots li.slick-active button:after {
  content: "\f111"; 
  font-family: "Font Awesome 5 Pro";
  font-weight: 900; 
  color: #2d8578; 
}
















.ctgrynpt input[type="radio"] {
    display: none;
  }

  .ctgrynpt label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    display: inline-block;
    line-height: 20px;
  }

  .ctgrynpt label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: transparent;
  }

  .ctgrynpt input[type="radio"]:checked + label::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 6px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #17AA95;
  }


 .cntnebr .checkbox:checked+.checkbox-label i {
    color: #032B25 !important;
}

.cntnebr .checkbox-label i {
    font-size: 25px;
    color: #1D6158 !important;
}

.cart_foot  ul {
    background: #f0f6f5 !important;
}

.frist_clr ul li, .second_clr ul li {
    padding: 5px 15px;
}























/* .profile_img img {
    filter: grayscale(100%);
    transition: 0.3s ease-in-out;
}

.profile_img img:hover {
    filter: grayscale(0%);
} */




/* .profile_drop .dctopps {
    width: 72vh !important;
} */



/* .dctopps.show {
    display: none !important;
}

.profile_drop .dctop.show {
    display: block !important;
  } */



.google_wrap {
    flex-direction: column !important;
    padding: 20px;
    gap: 10px;
    display: flex;
    background: #f0f7f4;
    margin-left: 10px;
    border-radius: 5px;
}

.google-name h4 {
    font-family: 'DM Sans';
    font-size: 14px;
}


.google-img {
    width: 60px;
    height: 60px;
    border-radius: 50px !important;
}
.google-img img {
    width: 100%;
    height: 100%;
    border-radius: 50px !important;
}

.google-str i {
    font-size: 25px;
    color: #2D8578;
}

.google-hedng {
    font-size: 40px !important;
    margin-bottom: 0 !important;
    letter-spacing: 0px;
    line-height: 40px !important;
}


.google-slider .slick-prev:after {
    content: "\f053";
    font-family: "Font Awesome 5 Pro";
    font-size: 19px !important;
     position: absolute;
    left: -18px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: table;
}
.google-slider .slick-next:before {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    font-size: 19px !important;
    position: absolute;
    right: -30px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: table;
}

.google-slider button{
    font-size: 0;
}















/*=========================
		POP UP START
==========================*/

#wsus__pop_up {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.wsus__pop_up_center {
    width: 800px;
    padding: 80px 40px;
    background: url(../images/popup_img.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 5px 0px;
    border-radius: 10px;
    overflow: hidden;
}

.wsus__pop_up_text {
    width: 50%;
}

.wsus__pop_up_text img {
    width: 150px;
    border-radius: 10px;
}

.wsus__pop_up_text #cross {
    position: absolute;
    top: -15px;
    right: -15px;
    font-size: 20px;
    cursor: pointer;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #17AA95;
    color: #fff;
    border-radius: 50%;
    padding: 5px 0px 0px 18px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.wsus__pop_up_text h5 {
    text-transform: uppercase;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
}

.wsus__pop_up_text h5 span {
    color: #17AA95;
    font-size: 35px;
    font-weight: 700;
    margin-left: 10px;
}

.wsus__pop_up_text h2 {
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 20px;
}

.wsus__pop_up_text p {
    margin-bottom: 20px;
}

.wsus__pop_up_text form {
    position: relative;
    margin-bottom: 15px;
}

.wsus__pop_up_text form .news_input {
    border: 1px solid #17AA95;
    padding: 10px;
    color: #353535;
    border-radius: 5px;
    width: 100%;
}

.wsus__pop_up_text form .common_btn {
    position: absolute;
    top: 1px;
    right: 1px;
    border: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 11.5px 25px;
}

.wsus__pop_up_text .form-check {
    margin: 0;
}

.wsus__pop_up_text .form-check label {
    color: #797979;
}

.wsus__pop_up_center:hover .pop_up_text #cross {
    color: #ed1b35;
}

.wsus__pop_up_text #cross:hover {
    background: red;
}


/*=========================
		POP UP END
===========================*/


/*=========================
PRODUCT MODAL VIEW START
===========================*/

.product_popup_modal .modal-dialog {
    min-width: 1000px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -moz-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    -o-transform: translate(-50%, -50%) !important;
    margin: 0;
}

.product_popup_modal .modal-body {
    height: 577px !important;
    overflow-y: scroll;
    scrollbar-width: none;
    padding-left: 25px;
}

.modal_slider_img {
    margin-right: 10px;
    height: 480px;
}

.product_popup_modal .display {
    margin-top: 0 !important;
}

.product_popup_modal .btn-close {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 25px;
    height: 25px;
    /* background: red; */
    /* color: #fff; */
    opacity: 1;
    outline: none;
    line-height: 25px;
    z-index: 999;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

/* .product_popup_modal .btn-close:hover {
    background: #17AA95;
} */

.report_modal .btn-close {
    top: 14px;
    right: 10px;
    padding: 5px;
}

.product_popup_modal .btn-close:focus {
    box-shadow: none;
}

.wsus__quick_view_img {
    position: relative;
}

.wsus__quick_view_img .modal-body {
    padding: 25px;
}

.modal_slider_img img {
    border-radius: 5px;
    object-fit: cover;
}

.modal_slider .prv_arr,
.modal_slider .nxt_arr {
    position: absolute;
    top: 50%;
    left: 5px;
    background: #17AA95;
    width: 35px;
    height: 35px;
    z-index: 1;
    transform: translateY(-50%);
    line-height: 35px;
    text-align: center;
    padding: 0;
    color: #fff;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    font-size: 15px;
    cursor: pointer;
}

.modal_slider .nxt_arr {
    left: auto;
    right: 15px;
}


/*=========================
PRODUCT MODAL VIEW END
===========================*/


/*======================
	BANNER PART START
========================*/

.wsus__banner_content {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    width: 100%;
}

.wsus__banner_menu_cat_item {
    position: static;
    line-height: 24.6px;
}

.wsus__banner_menu_cat_item li a {
    padding: 13px 30px;
}

.wsus__single_slider {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    padding: 148px 50px;
    width: 100%;
    height: 540px;
    text-align: center;
}

.wsus__single_slider_text h3 {
    color: #17AA95;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 25px;
}

body .wsus__single_slider_text h1, .fs55 {
    /* text-transform: capitalize; */
    font-weight: 400;
    margin: 0px;
    font-size: 64px !important;
    line-height: 63.28px;
    color: #FFFBF8;
    letter-spacing: -2px !important;
}

.wsus__single_slider_text h6 {
    color: #17AA95;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 40px;
}

#wsus__banner .slick-dots {
    position: absolute;
    left: 20px;
    bottom: 30px;
    display: flex;
}

#wsus__banner .slick-dots li button {
    font-size: 0;
    width: 30px;
    height: 8px;
    background: #76c3ff;
    border-radius: 50px;
    margin: 0 5px;
    outline: 0;
    border: none;
}

#wsus__banner .slick-dots li.slick-active button {
    background: #0086ee;
}


/*======================
	BANNER PART END
========================*/


/*======================
	BRAND SLIDER START
========================*/

#wsus__brand_sleder {
    margin-top: 70px;
}

#wsus__brand_sleder .brand_border {
    padding: 0px 5px;
    border-radius: 5px;
    border: 1px solid #d0e7fd;
    box-shadow: 0px 0px 10px 0px #d0e7fd;
}

.wsus__brand_logo {
    margin: 2px 15px;
    height: 100px;
}

.wsus__brand_logo img {
    height: 100%;
    width: 100% !important;
    object-fit: cover;
}

#wsus__brand_sleder .nxt_arr,
#wsus__brand_sleder .prv_arr {
    position: absolute;
    top: 50%;
    left: -7px;
    width: 35px;
    height: 35px;
    background: #17AA95a1;
    line-height: 35px;
    font-size: 15px;
    text-align: center;
    padding: 0;
    color: #fff;
    z-index: 99;
    border-radius: 50%;
    cursor: pointer;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
    transform: translateY(-50%);
}

#wsus__brand_sleder .nxt_arr {
    left: auto;
    right: -7px;
}

#wsus__brand_sleder .nxt_arr:hover,
#wsus__brand_sleder .prv_arr:hover {
    background: #17AA95;
}


/*======================
	BRAND SLIDER END
========================*/


/*======================
	FLASH SELL START
========================*/

#wsus__flash_sell {
    padding-top: 70px;
}

.wsus__section_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
}

.cart_inner_info a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.wsus__section_header h3 {
    text-transform: capitalize;
    font-weight: 400;
    font-size: 36px;
    line-height: 35.6px;
}

.wsus__section_header .see_btn {
    margin-bottom: -1px;
}

.wsus__offer_countdown {
    overflow: hidden;
    display: flex;
    align-items: center;
}

.wsus__offer_countdown .end_text {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    color: #17AA95;
    margin-right: 10px;
}

.simply-countdown {
	display: flex;
	flex-wrap: wrap;
}

.wsus__section_header .simply-amount {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px dashed #fff;
}

.wsus__section_header .simply-word {
    color: #fff;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 600;
}

.wsus__section_header .simply-days-section,
.wsus__section_header .simply-hours-section,
.wsus__section_header .simply-minutes-section,
.wsus__section_header .simply-seconds-section {
    text-align: center;
    width: 60px;
    height: 57px;
    background: #17AA95;
    margin: 0px 5px;
    border-radius: 3px;
    padding-top: 2px;
}

.wsus__flash_coundown {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f1f1f1;
    border-radius: 5px;
    padding: 10px 30px;
}

.wsus__flash_coundown .end_text {
	color: #17AA95;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 39px;
	width: 330px;
}

.wsus__flash_coundown .common_btn i {
    margin-left: 5px;
}

.wsus__product_item {
    position: relative;
}

.wsus__product_item .wsus__pro_link {
    position: relative;
    width: 100%;
    height: 220px;
    border-bottom: 1px solid #b0d8ff;
    overflow: hidden;
}

.wsus__product_item {
    margin-top: 25px;
    position: relative;
    overflow: hidden;
    min-height: 90%;
    border-radius: 5px;
    background: #fff;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    border: 1px solid #d0e7fd;
}

.wsus__new {
    position: absolute;
    background: #17AA95;
    width: auto;
    height: 25px;
    text-align: center;
    line-height: 25px;
    top: 10px;
    left: 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    border-radius: 3px;
    z-index: 1;
    padding: 0px 10px;
}

.wsus__minus {
    position: absolute;
    background: #dc3545;
    width: 45px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    top: 10px;
    right: 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    border-radius: 3px;
    z-index: 1;
}

.wsus__product_item .wsus__pro_link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wsus__product_item .wsus__pro_link .img_1 {
    transition: all linear 0.5s;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.wsus__product_item .wsus__pro_link .img_2 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all linear 1s;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.wsus__product_item:hover .wsus__pro_link .img_1 {
    opacity: 0;
    visibility: hidden;
}

.wsus__product_item:hover .wsus__pro_link .img_2 {
    opacity: 1;
    visibility: visible;
    transform: scale(1.1);
}

.wsus__single_pro_icon {
    position: absolute;
    top: 50px;
    right: 10px;
    opacity: 0;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.wsus__single_pro_icon li a {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-bottom: 10px;
    border-radius: 50%;
    color: #fff !important;
    font-size: 14px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
    background: #f59b00;
    border: 1px solid #5bb6fd;
    cursor: pointer;
}

.wsus__product_item:hover .wsus__single_pro_icon {
    opacity: 1;
}

.wsus__single_pro_icon li a:hover {
    color: #fff !important;
    border-color: #17AA95;
    background: #17AA95;
}

.wsus__product_details {
    padding: 15px 10px 20px 20px;
    position: relative;
}

.wsus__product_details .wsus__category {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: #aaa;
    width: 100%;
}

.wsus__product_details .wsus__pro_name {
    color: var(--bs-secondary);
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 500;
    width: 100%;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    margin-bottom: 2px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 14.88px;
    height: 38px;
}

.wsus__product_details .wsus__pro_name:hover {
    color: #17AA95;
}

.wsus__product_details .wsus__price {
    font-size: 20px;
    font-weight: 700;
    color: #17AA95;
    opacity: 1;
    display: flex;
    align-items: center;
    visibility: visible;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.wsus__product_details .wsus__price del {
    color: red;
    margin-left: 10px;
    font-size: 16px;
    font-weight: 500;
}

.wsus__product_details .wsus__pro_rating {
    font-size: 12px;
    color: #aaa;
}

.wsus__product_details .wsus__pro_rating span {
    font-size: 13px;
    text-transform: capitalize;
}

.wsus__product_details .wsus__pro_rating i {
    color: #f6bc3e;
}

.wsus__product_details .add_cart {
    position: absolute;
    bottom: -60px;
    left: 15px;
    padding: 7px 10px;
}

.wsus__product_item:hover .wsus__product_details .add_cart {
    bottom: 13px;
}

.wsus__product_item:hover .wsus__product_details .wsus__price {
    opacity: 0;
    visibility: hidden;
}

#wsus__flash_sell .wsus__product_item {
    margin: 25px 12px 0px 12px;
}

#wsus__flash_sell .nxt_arr,
#wsus__flash_sell .prv_arr,
#wsus__electronic2 .prv_arr,
#wsus__electronic2 .nxt_arr,
#wsus__electronic .prv_arr,
#wsus__electronic .nxt_arr {
    position: absolute;
    top: 50%;
    left: 15px;
    width: 35px;
    height: 35px;
    background: #17AA95a1;
    line-height: 35px;
    font-size: 15px;
    text-align: center;
    padding: 0;
    color: #fff;
    z-index: 99;
    border-radius: 50%;
    cursor: pointer;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
    transform: translateY(-50%);
}

#wsus__flash_sell .nxt_arr,
#wsus__electronic2 .nxt_arr,
#wsus__electronic .nxt_arr {
    left: auto;
    right: 15px;
}

#wsus__flash_sell .nxt_arr:hover,
#wsus__flash_sell .prv_arr:hover,
#wsus__electronic2 .nxt_arr:hover,
#wsus__electronic2 .prv_arr:hover,
#wsus__electronic .nxt_arr:hover,
#wsus__electronic .prv_arr:hover {
    background: #17AA95;
}


/*======================
	FLASH SELL END
========================*/


/*======================
MONTHLY TOP PRODUCT START
========================*/

#wsus__monthly_top {
    margin-top: 60px;
    margin-bottom: -5px;
}

#wsus__monthly_top .wsus__section_header {
    border-bottom-right-radius: 0;
}

.monthly_top_filter button,
.monthly_top_filter2 button {
    background: none;
    border: none;
    text-transform: capitalize;
    font-size: 16px;
    color: #353535;
    border-bottom: 2px solid transparent;
    padding: 0;
    margin: 0px 10px;
    outline: none;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.monthly_top_filter button:last-child {
    margin-right: 0px !important;
}

.monthly_top_filter button:first-child {
    margin-left: 0px !important;
}

.monthly_top_filter button:hover,
.monthly_top_filter button.active,
.monthly_top_filter2 button:hover,
.monthly_top_filter2 button.active {
    color: #17AA95;
}

.wsus__monthly_top_banner {
    margin-top: 25px;
    position: relative;
    width: 100%;
    height: 495px;
}

.wsus__monthly_top_banner_img {
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.wsus__monthly_top_banner_img img {
    height: 100%;
    object-fit: cover;
}

.wsus__monthly_top_banner_img span {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
}

.wsus__monthly_top_banner_text {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}

.wsus__monthly_top_banner_text h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.wsus__monthly_top_banner_text h3 {
    font-size: 30px;
    font-weight: 900;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 15px;
}

.wsus__monthly_top_banner_text h3 span {
    color: #dc3545;
    font-weight: 900;
    font-size: 30px;
}

.wsus__monthly_top_banner_text h6 {
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 30px;
}

#wsus__monthly_top .grid {
    margin-top: 5px;
}

.grid .wsus__hot_deals__single_img {
    width: 40%;
    height: 95px;
}

.grid .wsus__hot_deals__single_img img {
    height: 100%;
    object-fit: cover;
}

.grid .wsus__hot_deals__single_text {
    width: 60%;
    padding-left: 10px;
}

#wsus__hot_deals .nxt_arr,
#wsus__hot_deals .prv_arr {
    position: absolute;
    top: -25px;
    right: 12px;
    width: 25px;
    height: 25px;
    background: #17AA95;
    line-height: 24px;
    font-size: 15px;
    text-align: center;
    padding: 0;
    color: #fff;
    z-index: 99;
    border-radius: 3px;
    cursor: pointer;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

#wsus__hot_deals .prv_arr {
    right: 42px;
}

#wsus__hot_deals .nxt_arr:hover,
#wsus__hot_deals .prv_arr:hover {
    background: #045c9f;
}


/*======================
MONTHLY TOP PRODUCT END
========================*/


/*======================
ELECTRONIC PART START
========================*/

#wsus__electronic {
    margin-top: 60px;
    margin-bottom: 60px;
}

#wsus__electronic2 .wsus__product_item,
#wsus__electronic .wsus__product_item {
    margin: 25px 12px 0px 12px;
}


/*======================
ELECTRONIC PART  END
========================*/


/*======================
HOME BLOGS START
========================*/

.home_blogs {
    margin-top: 20px;
}


/*======================
HOME BLOGS END
========================*/


/*======================
	SINGLE BANNER START
========================*/

#wsus__single_banner {
    padding-top: 70px;
}

.wsus__single_banner_content {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-radius: 5px;
}

.wsus__single_banner_img {
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    height: 100%;
}

.wsus__single_banner_img img {
    height: 100%;
    object-fit: cover;
}

.wsus__single_banner_text {
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
}

.wsus__single_banner_text h6 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    display: flex;
    align-items: center;
}

.wsus__single_banner_text h6 span {
    color: #17AA95;
    font-weight: 900;
    font-size: 30px;
    margin-left: 10px;
}

.wsus__single_banner_text h3 {
    text-transform: capitalize;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    margin: 7px 0px 15px 0px;
}

.single_banner_2 h6,
.single_banner_2 h3,
.single_banner_2 .shop_btn {
    color: #353535;
    border-color: #353535;
}

.single_banner_2 .shop_btn:hover {
    color: #fff;
    background: #17AA95;
    border-color: #17AA95;
}


/*======================
	SINGLE BANNER END
========================*/


/*======================
	HOT DEALS START
========================*/

#wsus__hot_deals {
    padding-top: 66px;
}

.wsus__hot_deals_offer {
    border: 1px solid #b0d8ff;
    overflow: hidden;
    border-radius: 5px;
    padding: 10px;
    margin: 25px 12px 0px 12px;
    background: #fff;
    margin-bottom: 5px;
}

.wsus__hot_deals_img {
    width: 50%;
    float: left;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    height: 233px;
}

.wsus__hot_deals_img img {
    object-fit: cover;
}

.wsus__hot_deals_offer .simply-days-section,
.wsus__hot_deals_offer .simply-hours-section,
.wsus__hot_deals_offer .simply-minutes-section,
.wsus__hot_deals_offer .simply-seconds-section {
    text-align: center;
    padding: 0px 10px;
}

.wsus__hot_deals_offer .simply-amount {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: -8px;
}

.wsus__hot_deals_offer .simply-word {
    color: #fff;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 600;
}

.wsus__hot_deals_img .simply-countdown {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    display: flex;
    background: rgba(0, 0, 0, 0.7);
    padding: 8px 3px;
    width: 100%;
    justify-content: space-around;
}

.wsus__hot_deals_text {
    width: 50%;
    float: left;
    padding-left: 20px;
}

.wsus__hot_deals_text .wsus__hot_title {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 5px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.wsus__hot_title:hover {
    color: #17AA95;
}

.wsus__hot_deals_text .wsus__rating {
    color: #ff9933;
    font-size: 13px;
}

.wsus__hot_deals_text .wsus__rating span {
    font-size: 13px;
    text-transform: capitalize;
}

.wsus__hot_deals_proce {
    color: #17AA95;
    font-size: 20px;
    font-weight: 600;
    margin: 5px 0px 5px 0px;
}

.wsus__hot_deals_proce del {
    color: red;
}

.wsus__hot_deals_text .wsus__details {
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.wsus__hot_deals_text ul {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.wsus__hot_deals_text ul li:nth-child(2) a,
.wsus__hot_deals_text ul li:nth-child(3) a {
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 40px;
    border-radius: 3px;
    margin-left: 10px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.wsus__hot_deals_text ul li:nth-child(2) a:hover,
.wsus__hot_deals_text ul li:nth-child(3) a:hover {
    color: #fff;
    border-color: #17AA95;
    background: #17AA95;
}

.wsus__hot_deals__single {
    border: 1px solid #b0d8ff;
    overflow: hidden;
    margin-top: 20px;
    padding: 10px;
    border-radius: 3px;
    display: block;
}

.wsus__hot_deals__single_img {
    width: 35%;
    float: left;
    border-right: 1px solid #b0d8ff;
    height: 90px;
}

.wsus__hot_deals__single_text {
    width: 65%;
    float: left;
    margin-top: 5px;
    padding-left: 15px;
}

.wsus__hot_deals__single_text h5 {
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 400;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.wsus__hot_deals__single_text .wsus__rating {
    font-size: 13px;
    color: #ff9933;
    margin: 2px 0px 0px 0px;
}

.wsus__hot_deals__single_text .wsus__rating span {
    font-size: 13px;
}

.wsus__hot_deals__single_text .wsus__tk {
    color: #353535;
    font-weight: 600;
    font-size: 14px;
}

.wsus__hot_deals__single_text .wsus__tk del {
    color: #aaa;
    font-weight: 400;
    margin-left: 10px;
    display: none;
}

.wsus__hot_deals__single:hover h5 {
    color: #17AA95;
}

.wsus__hot_large_item {
    margin-top: 55px;
}

.wsus__hot_large_item .wsus__section_header {
    border-radius: 0;
}

.wsus__hot_small_item {
    margin-top: 50px;
}


/*======================
	HOT DEALS END
========================*/


/*======================
	LARGE BANNER START
========================*/

#wsus__large_banner {
    padding-top: 65px;
}

.wsus__large_banner_content {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    border-radius: 5px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.wsus__large_banner_content_overlay {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    padding: 50px;
}

.wsus__large_banner_text h3 {
    color: #fff;
    text-transform: capitalize;
    font-weight: 800;
    font-size: 40px;
}

.wsus__large_banner_text h5 {
    color: #dc3545;
    font-size: 30px;
    font-weight: 900;
    text-transform: capitalize;
}

.wsus__large_banner_text p {
    color: #fff;
    margin: 10px 0px 15px 0px;
}

.wsus__large_banner_text_right {
    text-align: right;
}

.wsus__large_banner_text_right h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 25px;
}


/*======================
	LARGE BANNER  END
========================*/


/*======================
WEEKLY BEST ITEM START
========================*/

#wsus__weekly_best {
    margin-top: 67px;
}

#wsus__weekly_best .wsus__section_header h3 {
    font-size: 20px;
}

.wsus__weekly_best .weekly_best {
    position: relative;
}

#wsus__weekly_best .nxt_arr,
#wsus__weekly_best .prv_arr {
    position: absolute;
    top: -25px;
    right: 12px;
    width: 25px;
    height: 25px;
    background: #17AA95;
    line-height: 24px;
    font-size: 15px;
    text-align: center;
    padding: 0;
    color: #fff;
    z-index: 99;
    border-radius: 3px;
    cursor: pointer;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

#wsus__weekly_best .nxt_arr {
    right: 42px;
}

#wsus__weekly_best .nxt_arr:hover,
#wsus__weekly_best .prv_arr:hover,
.home_blogs .nxt_arr:hover,
.home_blogs .prv_arr:hover {
    background: #045c9f;
}

.weekly_best .wsus__hot_deals__single {
    margin: 20px 12px 0px 12px;
}


/*======================
WEEKLY BEST ITEM END
========================*/


/*======================
HOME SERVOCES START
========================*/

#wsus__home_services {
    margin-top: 65px;
}

.wsus__home_services_single {
    border: 1px solid #b0d8ff;
    border-radius: 3px;
    padding: 30px;
    text-align: center;
    background: #f1f1f1;
}

.wsus__home_services_single i {
    color: #17AA95;
    font-size: 30px;
    margin-bottom: 20px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.wsus__home_services_single h5 {
    font-size: 17px;
    text-transform: capitalize;
    margin-bottom: 10px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.wsus__home_services_single p {
    font-size: 14px;
}

.wsus__home_services_single:hover h5 {
    color: #17AA95;
}

.wsus__home_services_single:hover i {
    color: #353535;
}


/*======================
	HOME SERVOCES  END
========================*/


/*======================
	HOME BLOGS START
========================*/

#home_blogs {
    padding-top: 65px;
}

.home_blog_slider .wsus__single_blog {
    margin: 25px 12px 0px 12px;
    width: auto;
}

.home_blogs .nxt_arr,
.home_blogs .prv_arr {
    position: absolute;
    top: 50%;
    left: 15px;
    width: 35px;
    height: 35px;
    background: #2a9df5;
    line-height: 35px;
    font-size: 15px;
    text-align: center;
    padding: 0;
    color: #fff;
    z-index: 99;
    border-radius: 50%;
    cursor: pointer;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
    transform: translateY(-50%);
}

.home_blogs .prv_arr {
    right: 15px;
    left: auto;
}


/*======================
	HOME BLOGS END
========================*/


/*======================
	SUBSCRIBE PART START
========================*/

#wsus__subscribe {
    margin-top: 70px;
    background: #0b2c3d;
    padding: 70px 0px;
}

.wsus__subd_text h4 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
}

.wsus__subd_text p {
    color: #fff;
}

.wsus__subs_form {
    position: relative;
    width: 100%;
    height: 100%;
}

.wsus__subs_form form {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.wsus__subs_form form input {
    width: 100%;
    padding: 17px 20px;
    border-radius: 5px;
    border: none;
    font-size: 16px;
    font-weight: 400;
}

.wsus__subs_form form button {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    outline: none;
    width: auto;
    height: 100%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}


/*======================
	SUBSCRIBE PART END
========================*/


/*======================
	FOOTER PART START
========================*/

footer {
    background: var(--bs-light);
    padding-block: 70px;
}

.wsus__footer_content img {
    width: 160px;
    margin-bottom: 7px;
}

.wsus__footer_content .action,
.wsus__footer_content p {
    display: block;
    font-size: 15px;
    margin-top: 10px;
    color: #353535;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.wsus__footer_content .action i {
    width: 20px;
}

.wsus__footer_content p {
    position: relative;
    padding-left: 25px;
}

.wsus__footer_content p i {
    position: absolute;
    top: 8px;
    left: 0;
}

.wsus__footer_content .action:hover {
    color: #17AA95;
}

.wsus__footer_social {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.wsus__footer_social li {
    margin-right: 10px;
}

.wsus__footer_social li a {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 37px;
    border-radius: 50%;
    font-size: 15px;
    background: #fff;
    color: #353535;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

/* .facebook:hover {
    background: #1b4f9b !important;
    color: #fff;
}

.twitter:hover {
    background: #00adef !important;
    color: #fff;
}

.whatsapp:hover {
    background: #26cb46 !important;
    color: #fff;
} */

.pinterest:hover {
    background: #c51f27 !important;
    color: #fff;
}

.behance:hover {
    background: #1666f7 !important;
    color: #fff;
}

.linkedin:hover {
    background: #0077b0 !important;
    color: #fff;
}

.instagram:hover {
    background: #d51332 !important;
    color: #fff;
}

.youtube:hover {
    background: #d51332 !important;
    color: #fff;
}

.wsus__footer_content h5 {
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: 'DM Sans';
}

.wsus__footer_menu li {
    color: #17AA95;
}

.wsus__footer_menu li a {
    font-weight: 300;
    text-transform: capitalize;
    font-size: 13px;
    width: 100%;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.wsus__footer_menu li a i {
    margin-right: 5px;
}

.wsus__footer_menu li a:hover {
    color: #17AA95;
}

.wsus__footer_bottom {
    padding: 30px 0px;
    margin-top: 67px;
    background: #17AA95;
}

.wsus__copyright {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.wsus__copyright p {
    color: #fff;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 400;
}

.wsus__copyright p img {
    width: 150px;
    margin-left: 15px;
}


/*======================
	FOOTER PART END
========================*/


/*======================
SCROLL BUTTON START
========================*/

.wsus__scroll_btn {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    right: 25px;
    bottom: 10px;
    font-size: 16px;
    position: fixed;
    cursor: pointer;
    z-index: 99;
    display: none;
    background: #17AA95;
    border-radius: 50%;
    animation: move linear 0.8s infinite alternate;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.wsus__scroll_btn:hover {
    color: #fff;
    background: #0363ae;
}


/*======================
SCROLL BUTTON  END
========================*/


/*======================
BREADCRUMB START
========================*/

#wsus__breadcrumb {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.wsus_breadcrumb_overlay {
    padding: 50px 0px;
}

#wsus__breadcrumb h4 {
    text-transform: capitalize;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}

#wsus__breadcrumb ul {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

#wsus__breadcrumb ul {
    display: flex;
    align-items: start;
    flex-direction: column;
    gap: 20px;
}

#wsus__breadcrumb ul li a {
    font-size: 18px;
    line-height: 21.78px;
}

#wsus__breadcrumb ul li:last-child a::after {
    display: none;
}

#wsus__breadcrumb ul li a::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    position: absolute;
    content: "\f138";
    top: 1px;
    right: -25px;
    color: #fff;
    font-size: 14px;
    border: none;
}


/*======================
BREADCRUMB END
========================*/


/*======================
PPRODUCT PAGE START
========================*/

#wsus__product_page {
    padding-block: 70px;
}

.wsus__pro_page_bammer {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 70px;
    height: 300px;
}

.wsus__pro_page_bammer img {
    object-fit: cover;
    height: 100%;
}

.wsus__pro_page_bammer_text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.wsus__pro_page_bammer_text_center {
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
    border-radius: 5px;
}

.wsus__pro_page_bammer_text_center p {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    text-transform: capitalize;
    background: #ffffff3d;
    padding: 15px 15px 20px 15px;
    display: inline-block;
    border-radius: 4px;
    margin-bottom: 15px;
}

.wsus__pro_page_bammer_text_center p span {
    font-size: 40px;
    color: #ff0018;
    font-weight: 700;
}

.wsus__pro_page_bammer_text_center h5 {
    color: #fff;
    text-transform: capitalize;
    font-size: 25px;
    font-weight: 600;
}

.wsus__pro_page_bammer_text_center h3 {
    color: #fff;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 35px;
    width: 100%;
    margin: 10px 0px 15px 0px;
}

.wsus__pro_page_bammer_text_center .add_cart {
    padding: 15px 20px;
    font-size: 15px;
}

.wsus__sidebar_filter {
    background: #17AA95;
    display: none;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    cursor: pointer;
    border-radius: 5px;
}

.wsus__sidebar_filter p {
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 700;
}

.wsus__sidebar_filter .wsus__filter_icon {
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid transparent;
    text-align: center;
    line-height: 30px;
    position: relative;
}

.wsus__sidebar_filter .wsus__filter_icon #minus,
.wsus__sidebar_filter .wsus__filter_icon #plus {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 20px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.wsus__sidebar_filter .wsus__filter_icon #plus {
    opacity: 1;
}

.wsus__product_sidebar.show_filter {
    height: auto;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
    opacity: 1;
}

.show_plus {
    opacity: 0 !important;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.wsus__product_sidebar {
    border-right: 0;
    overflow: hidden;
    border-radius: 0;
}

.wsus__product_sidebar .accordion-button:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: #353535;
    background: none;
}


.accordion-button {
    padding: 15px;
    font-size: 16px;
    color: #353535 !important;
    border: none;
    background: #def0ff !important;
    text-transform: capitalize;
}

.accordion-item:first-of-type .accordion-button {
    border-top: 0 !important;
}

.accordion-button::after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-style: normal;
    flex-shrink: 0;
    margin-left: auto;
    content: "\f067";
    transition: transform 0.2s ease-in-out;
    background: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    line-height: 23px;
    text-align: center;
    font-size: 12px;
    box-shadow: none !important;
}

.accordion-collapse {
    border: none;
}

.accordion-button:not(.collapsed)::after {
    background: #fff;
}



.form-check-input:checked {
    /* background-color: #17AA95; */
    border-color: #17AA95;
}

.form-check label {
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    width: 100%;
    cursor: pointer;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.form-check label:hover {
    color: #54b3fd;
}

.form-check-input:focus {
    box-shadow: none;
}

.wsus__product_sidebar ul li a {
    font-size: 15px;
    font-weight: 400;
    color: #353535;
    width: 100%;
    text-transform: capitalize;
    margin-bottom: 15px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.wsus__product_sidebar ul li:last-child a {
    margin-bottom: 0px;
}

.wsus__product_sidebar ul li a:hover {
    color: #54b3fd;
}

.price_ranger label {
    width: 100%;
}

.price_ranger label input {
    width: 100%;
}

.price_ranger .price_ranger_tk {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.price_ranger .price_ranger_tk button {
    padding: 5px 10px;
    text-transform: capitalize;
    font-weight: 400;
    border: none;
    outline: none;
}

.price_ranger .price_ranger_tk output {
    color: #353535;
}

.wsus__coustom_price .add_cart {
    border: none;
    outline: none;
    font-size: 16px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 0;
}

.accordion-body .form-check:last-child {
    margin-bottom: 0;
}

.wsus__product_topbar {
    display: flex;
    justify-content: space-between;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 20px 0px;
}

.wsus__product_topbar_left {
    display: flex;
    justify-content: end;
}

.wsus__product_topbar_left #v-pills-tab button {
    margin-right: 20px;
    background: #fff;
    border: 1px solid #151515;
    color: #151515;
    transition: all linear 0.3s;
    outline: none;
    border-radius: 8.96px;
    font-size: 17.92px;
    line-height: 21.62px;
    font-weight: 400;
    padding: 6px 13px;
}


.wsus__product_topbar_left #v-pills-tab button.active {
    background: #17AA95;
    color: #151515;
    border-color: #17AA95;
}

.wsus__product_topbar .select2-container--default .select2-selection--single {
    border-radius: 5px;
    width: 200px;
}

#pagination,
#pagination2 {
    margin-top: 30px;
}

#pagination nav ul li a,
#pagination2 nav ul li a {
    width: 35px;
    height: 35px;
    padding: 0;
    text-align: center;
    line-height: 35px;
    font-size: 13px;
    font-weight: 400;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    border-radius: 5px;
    border: 1px solid #17AA95;
    margin-right: 10px;
}

#pagination nav ul li a i,
#pagination2 nav ul li a i {
    font-size: 12px;
}

#pagination nav ul li a.page_active,
#pagination nav ul li a:hover,
#pagination2 nav ul li a.page_active,
#pagination2 nav ul li a:hover {
    background: #17AA95;
    color: #fff;
}

#pagination .page-link:focus,
#pagination2 .page-link:focus {
    box-shadow: none;
}

.wsus__list_view .wsus__pro_link {
    width: 40%;
    height: 263px;
    float: left;
    border-right: 1px solid #d0e7fd;
    border-bottom: none;
}

.wsus__list_view .wsus__product_details {
    width: 60%;
    float: left;
}

.wsus__list_view:hover .wsus__product_details .wsus__price {
    opacity: 1;
    visibility: visible;
}

.wsus__list_view .wsus__single_pro_icon {
    opacity: 1;
    visibility: visible;
    position: static;
    display: flex;
}

.wsus__list_view:hover .wsus__single_pro_icon {
    right: 0;
    opacity: 1;
}

.wsus__list_view .wsus__product_details .add_cart {
    position: static;
    padding: 0px 19px;
    font-size: 16px;
    width: auto;
    height: 40px;
    color: #fff;
    border: none;
    background: #17AA95;
}

.wsus__list_view .wsus__single_pro_icon li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 0px;
    border-radius: 3px;
    font-size: 16px;
    margin-right: 10px;
    text-align: center;
}

.wsus__list_view .wsus__product_details .wsus__pro_rating {
    font-size: 16px;
    color: #aaa;
}

.wsus__list_view .wsus__product_details .wsus__pro_name {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.wsus__list_view .wsus__product_details .wsus__price {
    font-size: 30px;
    margin-bottom: 18px;
}

.wsus__list_view .wsus__product_details .wsus__price del {
    font-size: 30px;
    font-weight: 500;
}

.list_description {
    margin: 15px 0px 15px 0px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: none;
}

.wsus__list_view .wsus__new {
    left: auto;
    right: 10px;
    top: 45px;
}

/* .preloader {
    width: 100%;
    height: 80vh;
    background: #fff;
    position: relative;
    z-index: 99;
    border: 1px solid #eee;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.preloader img {
    width: 350px !important;
    height: 350px !important;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
} */


/*======================
PPRODUCT PAGE END
========================*/


/*======================
PRODUCT DETAILS START
========================*/

#wsus__product_details {
    padding-top: 70px;
}

.wsus__pro_det_video {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 10;
    width: 30px !important;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #17AA95;
    color: #fff;
    border-radius: 50%;
    font-size: 10px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.wsus__pro_det_video:hover {
    background: #2a9df5cb;
    color: #fff;
}


.wsus__stock_area {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    margin-top: 5px;
}

.wsus__stock_area .in_stock {
    background: #ff9f00;
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 2px;
    margin-right: 5px;
}

.wsus__pro_details_text .brand_model {
    display: inline-block;
    margin-right: 20px;
}

.wsus__pro_details_text .brand_model span {
    text-transform: capitalize;
    color: #333;
}

.wsus__pro_details_text .review {
    color: #ff9f00;
    margin-bottom: 10px;
}

.wsus__pro_details_text .review span {
    text-transform: capitalize;
    position: relative;
    padding-left: 30px;
    z-index: -1;
}

.modal-content .wsus__pro_details_text .review span {
    text-transform: capitalize;
    position: relative;
    padding-left: 30px;
    z-index: 0 !important;
}

.wsus__pro_details_text .review span::after {
    position: absolute;
    content: "";
    background: #797979;
    width: 2px;
    height: 70%;
    left: 14px;
    top: 15%;
}

.wsus__pro_details_text .review span::before {
    position: absolute;
    content: "";
    background: #797979;
    width: 2px;
    height: 70%;
    left: 10px;
    top: 15%;
}

.wsus__pro_details_text .description {
    margin: 10px 0px 15px 0px;
    font-size: 16px;
}


.wsus__pro_details_text h4 del {
    color: red;
    font-size: 18px;
    margin-left: 10px;
}

.wsus_pro_hot_deals {
    background: #f1f1f1;
    padding: 15px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wsus_pro_hot_deals h5 {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
}

.wsus_pro_hot_deals .simply-countdown.simply-countdown-one {
    display: flex;
}

.wsus_pro_hot_deals .simply-days-section,
.wsus_pro_hot_deals .simply-hours-section,
.wsus_pro_hot_deals .simply-minutes-section,
.wsus_pro_hot_deals .simply-seconds-section {
    padding: 0;
    margin-left: 10px;
}

.wsus_pro_hot_deals .simply-amount {
    color: #17AA95;
    font-size: 20px;
    font-weight: 600;
    display: block;
    background: #fff;
    width: 50px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px dashed #17AA95;
    border-radius: 5px;
}

.wsus_pro_hot_deals .simply-word {
    display: none;
}

.wsus_pro_det_color,
.wsus_pro__det_size,
.share_link,
.wsus__quentity,
.wsus__button_area,
.wsus__pro_det_share,
.wsus__selectbox {
    display: flex;
    /* margin: 15px 0px 5px !important; */
    align-items: center;
    flex-wrap: wrap;
}

.wsus_pro_det_color h5,
.wsus_pro__det_size h5,
.share_link h5,
.wsus__quentity h5,
.wsus__button_area h5,
.wsus__pro_det_share h5,
.wsus__quentity h5,
.wsus__selectbox h5 {
    text-transform: capitalize;
    font-weight: 400;
    width: 90px;
    font-size: 16px;
}

.wsus_pro_det_color ul,
.wsus_pro__det_size ul,
.share_link ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.wsus__selectbox {
    display: block;
}

.report_modal .modal-body {
    height: auto !important;
}

.wsus_pro_det_color ul li a {
    width: auto;
    height: 25px;
    border-radius: 3px;
    margin-right: 7px;
    display: block;
    color: #fff;
    text-transform: capitalize;
    font-size: 12px;
    line-height: 25px;
    padding: 0px 10px;
}

.wsus_pro_det_color .blue {
    background: #1c93cb;
}

.wsus_pro_det_color .orange {
    background: #ca6d00;
}

.wsus_pro_det_color .yellow {
    background: #ffcc01;
}

.wsus_pro_det_color .black {
    background: #333333;
}

.wsus_pro_det_color .red {
    background: red;
}

.wsus_pro_det_color ul li:last-child a {
    margin-right: 0;
}

.wsus_pro__det_size ul li a {
    text-transform: capitalize;
    font-size: 12px;
    border: 1px solid #aaa;
    margin-right: 10px;
    padding: 0px 10px;
    border-radius: 3px;
    color: #333;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
    height: 25px;
    line-height: 23px;
}

.wsus_pro__det_size ul li a:hover {
    color: #17AA95;
    border-color: #17AA95;
}

.wsus_pro__det_size ul li:last-child a {
    margin-right: 0;
}

.wsus__pro_details_text .title:hover {
    color: #17AA95;
}

.wsus__quentity h3 {
    font-size: 22px;
    font-weight: 600;
    margin-left: 20px;
    color: #17AA95;
}

.wsus__selectbox .select2-container--default .select2-selection--single {
    padding: 17px 20px;
    border-radius: 3px;
    border-color: #aaa;
}

.wsus__selectbox .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: -7px;
}

.wsus__button_area li .add_cart {
    padding: 10px 20px;
    font-size: 16px;
    margin-right: 10px;
    border: none;
}

.wsus__button_area li .buy_now,
.wsus__ofer_det_footer_btn .buy_now {
    background: #ca6d00;
    padding: 10px 20px;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.wsus__button_area li .buy_now:hover,
.wsus__ofer_det_footer_btn .buy_now:hover {
    background: #915003;
    color: #fff !important;
}

.wsus__button_area li:nth-child(3) a,
.wsus__button_area li:nth-child(4) a {
    border: 1px solid #ddd;
    margin-left: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    font-size: 16px;
    text-align: center;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.wsus__button_area li:nth-child(3) a:hover,
.wsus__button_area li:nth-child(4) a:hover {
    color: #fff;
    border-color: #17AA95;
    background: #17AA95;
}

.wsus__pro_det_share ul li a {
    width: 30px;
    height: 30px;
    line-height: 31px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    color: #353535;
    background: #ddd;
    font-size: 14px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.wsus__pro_report {
    text-transform: capitalize;
    font-size: 14px;
    color: #17AA95;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
    margin-top: 5px;
    display: block;
}

.wsus__pro_report i {
    margin-right: 5px;
}

.wsus__pro_report:hover {
    color: #045c9f;
}

.report_modal .modal-dialog {
    min-width: 600px;
}

.report_modal label {
    display: block;
    text-transform: capitalize;
    font-size: 15px;
    margin-bottom: 5px;
}

.report_modal input,
.report_modal textarea {
    width: 100%;
    padding: 15px 20px;
    font-size: 15px;
    font-weight: 400;
    border-radius: 5px;
    margin-bottom: 25px;
    resize: none;
    border: 1px solid #b0d8ff;
}

.wsus_pro_det_sidebar {
    padding: 15px;
    border-radius: 5px;
    background: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 0px 3px -1px;
}

.wsus_pro_det_sidebar_single {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.wsus_pro_det_sidebar_single i {
    font-size: 30px;
    color: #17AA95;
}

.wsus_pro_det_sidebar_text {
    margin-left: 15px;
}

.wsus_pro_det_sidebar_text h5 {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

.wsus_pro_det_sidebar_text p {
    font-size: 14px;
}

.wsus_pro_det_sidebar_single:nth-child(3) {
    border-bottom: 0px;
}

.wsus_pro_det_wholesell {
    border-radius: 4px;
    background: #e9f1f7;
}

.wsus_pro_det_wholesell h3 {
    text-align: center;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 600;
    padding: 15px 0px;
}

.wsus_pro_det_wholesell ul li {
    display: flex;
    align-items: center;
    border-top: 1px solid #fff;
    border-bottom: none;
    padding: 7px 13px;
}

.wsus_pro_det_wholesell ul li:first-child span {
    color: #353535;
    font-weight: 600;
}

.wsus_pro_det_wholesell ul li span {
    width: 50%;
    text-transform: capitalize;
    color: #525252;
}

.wsus__det_sidebar_banner {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.wsus__det_sidebar_banner img {
    height: 100%;
    object-fit: cover;
}

.wsus__det_sidebar_banner_text_overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.541);
    position: absolute;
    top: 0;
    left: 0;
}

.wsus__det_sidebar_banner_text {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.wsus__det_sidebar_banner_text p {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

.wsus__det_sidebar_banner_text h4 {
    font-size: 28px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    margin: 13px 0px 18px 0px;
}

.wsus__pro_det_description {
    padding-top: 70px;
}

.wsus__pro_det_description .nav {
    border: 1px solid #17AA95;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 35px !important;
}

.wsus__pro_det_description .nav .nav-item {
    width: 25%;
}

.wsus__pro_det_description .nav .nav-item button {
    width: 100%;
    padding: 5px 10px;
    border: none;
    border-radius: 0;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    background: #fff;
    outline: none;
}

.wsus__pro_det_description .nav-pills .nav-link.active,
.wsus__pro_det_description .nav-pills .nav-link:hover {
    color: #17AA95 !important;
    background: #f1f1f1 !important;
}

.wsus__desc_text {
    font-size: 15px;
}

.wsus__desc_text b {
    color: #17AA95;
    font-size: 16px;
    text-transform: uppercase;
}

.wsus__desc_text span {
    display: block;
    margin-top: 25px;
    font-size: 15px;
}

.wsus__vebdor_img {
    width: 100%;
    height: 340px;
    overflow: hidden;
    border-radius: 5px;
}

.wsus__pro_det_description img {
    border: 1px solid #d0e7fd;
    border-radius: 5px;
    height: 100%;
    object-fit: cover;
}

.description_single {
    border: 1px solid #d0e7fd;
    padding: 30px;
    border-radius: 3px;
    margin-top: 30px;
}

.description_single h6 {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.description_single h6 span {
    color: #333;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    display: inline-block;
    background: #d0e7fd;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 600;
    margin-right: 5px;
}

.description_single p {
    font-size: 15px;
}

.wsus__pro_det_info {
    border: 1px solid #d0e7fd;
    padding: 20px;
    border-radius: 3px;
    padding-bottom: 10px;
}

.wsus__pro_det_info h4 {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    border-bottom: 2px solid #b0d8ff;
    margin-bottom: 10px;
    display: inline-block;
    padding-bottom: 5px;
}

.wsus__pro_det_info p {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d0e7fd;
    padding: 10px 0px;
    font-size: 15px;
}

.wsus__pro_det_info p:last-child {
    border-bottom: none;
    padding-bottom: 0px;
}

.wsus__pro_det_info p span {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
}

.wsus__pro_det_review .wsus__main_comment {
    overflow: hidden;
    padding: 20px 20px 15px 20px;
    border: 1px solid #b0d8ff;
    margin-top: 30px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.wsus__pro_det_review .wsus__comment_img {
    width: 10%;
    float: left;
}

.wsus__pro_det_review .wsus__comment_img img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 70px !important;
    height: 70px;
    border: none;
}

.wsus__pro_det_review .wsus__comment_text {
    width: 90%;
    float: left;
}

.wsus__pro_det_review .wsus__comment_text h6 span {
    border: 1px solid #b0d8ff;
    padding: 0px 10px;
    border-radius: 3px;
    font-weight: 600;
}

.wsus__pro_det_review .wsus__comment_text h6 span i {
    color: #ff9f00;
    margin-left: 5px;
}

.wsus__pro_det_review .wsus__comment_text span {
    display: block;
    color: #353535;
    font-size: 13px;
}

.wsus__pro_det_review .wsus__comment_text ul {
    overflow: hidden;
    margin-top: 10px;
}

.wsus__pro_det_review .wsus__comment_text ul li {
    width: 70px !important;
    height: 70px !important;
    margin-right: 10px;
    float: left;
}

.wsus__pro_det_review .wsus__comment_text ul li img {
    height: 100%;
    object-fit: cover;
}

.wsus__pro_det_review h4 {
    color: #0b2c3d;
    margin-top: 0 !important;
}

.wsus__comment_area h4 span {
    display: inline-block;
    background: #17AA95;
    color: #fff;
    padding: 0px 10px;
    font-size: 16px;
    text-align: center;
    margin-left: 10px;
    border-radius: 3px;
    font-weight: 600;
}

.wsus__post_comment .rating,
.vendor_review_modal .rating {
    font-size: 16px;
    color: #ff9f00;
    margin-bottom: 25px;
    text-transform: capitalize;
}

.wsus__post_comment .rating i,
.vendor_review_modal .rating i {
    cursor: pointer;
}

.wsus__post_comment .rating span {
    text-transform: capitalize;
    color: #333;
    margin-right: 10px;
    font-size: 15px;
}

.wsus__single_com input,
.wsus__single_com textarea {
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #b0d8ff;
    border-radius: 5px;
    margin-bottom: 25px;
    resize: none;
}

.wsus__vendor_text h4 {
    text-transform: capitalize;
    font-size: 25px;
    font-weight: 600;
}

.wsus__pro_det_vendor_text .rating {
    color: #ff9f00;
    margin: 5px 0px 25px 0px;
}

.wsus__vendor_text_center p span {
    color: #fff !important;
}

.wsus__pro_det_vendor_text .see_btn {
    padding: 5px 10px 5px 10px;
}

.wsus__pro_det_vendor_text .rating span {
    font-size: 15px;
    margin-left: 5px;
    color: #797979;
    text-transform: capitalize;
}

.wsus__pro_det_vendor_text p {
    margin-bottom: 15px;
}

.wsus__pro_det_vendor_text p span {
    width: 25%;
    display: inline-block;
    color: #333;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 15px;
}

.wsus__vendor_details {
    margin-top: 30px;
}

.wsus__vendor_details p {
    font-size: 15px;
}

.wsus__vendor_details p span {
    display: block;
    margin-top: 25px;
}

.wsus__pro_det_comment .wsus__post_comment h4 {
    margin-top: 0 !important;
}


/*======================
PRODUCT DETAILS  END
========================*/


/*======================
CART VIEW PAGE START
========================*/

#wsus__cart_view {
    padding-top: 65px;
}

.wsus__cart_tab {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.wsus__cart_tab li {
    margin: 0px 20px;
}

.wsus__cart_tab li a {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #0b2c3d;
    position: relative;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.wsus__cart_tab li a::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-style: normal;
    position: absolute;
    content: "\f054";
    top: 0px;
    right: -27px;
    color: #c6c2c2;
    text-align: center;
    font-size: 16px;
}

.wsus__cart_tab li:last-child a::after {
    display: none;
}

.wsus__cart_tab li a:hover,
.wsus__order_active {
    color: #17AA95 !important;
}

.wsus__cart_list {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #ddd;
}

.wsus__cart_list table tbody tr {
    border-top: 1px solid #ddd;
    padding: 10px 0px;
}

.wsus__cart_list table tbody tr:first-child {
    border-top: 0;
    padding: 0;
}

.wsus__cart_list table tbody tr td {
    display: flex;
    justify-content: center;
    padding: 0px;
    border: 0;
    overflow: hidden;
    align-items: center;
}

.wsus__cart_list .wsus__pro_img {
    width: 170px;
}

.wsus__cart_list .wsus__pro_img img {
    width: 100%;
    height: 130px;
    object-fit: cover;
    border: 15px solid #fff;
}

.wsus__cart_list .wsus__pro_name {
    width: 299px;
}

.wsus__cart_list td.wsus__pro_name {
    flex-direction: column;
}

.wsus__cart_list .wsus__pro_status {
    width: 200px;
}

.wsus__pro_status p {
    text-transform: capitalize;
    color: #17AA95 !important;
}

.wsus__pro_status span {
    text-transform: capitalize;
    color: #dc3545 !important;
    display: inline-block;
}

.wsus__cart_list .wsus__pro_select {
    width: 250px;
}

.wsus__cart_list .wsus__pro_tk {
    width: 186px;
}

.wsus__cart_list .wsus__pro_tk h6 {
    color: #353535;
    font-size: 16px;
    font-weight: 600;
}

.wsus__cart_list .wsus__pro_tk h6 del {
    color: #888;
    margin-right: 15px;
}

.wsus__cart_list .wsus__pro_icon {
    width: 189px;
    border-right: none !important;
}

.wsus__pro_icon .common_btn {
    font-size: 14px;
    text-transform: capitalize;
    color: #fff !important;
    padding: 7px 10px;
}

.wsus__pro_icon .common_btn:hover {
    color: #fff;
}

.wsus__pro_icon a {
    color: #0b2c3d;
    font-size: 30px;
    transition: all linear 0.3s;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.wsus__pro_icon:hover a {
    color: #ed1b35;
}

.wsus__cart_list table tr th {
    background: #def0ff;
    border: none;
    color: #353535;
    text-align: center;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wsus__cart_list table tbody tr td p {
    font-family: "Roboto", sans-serif;
    color: #0b2c3d;
    text-transform: capitalize;
    font-size: 17px;
    text-align: center;
}

.wsus__pro_name span {
    text-transform: capitalize;
    color: #0b2c3d;
    font-size: 14px;
}

.cart_summery {
    padding: 0 !important;
    border: 1px solid #ddd !important;
    margin-top: 0 !important;
}

.cart_summery_text {
    padding: 10px;
}

.cart_summery h5 {
    background: #def0ff;
    text-align: center;
    padding: 15px 0px 15px 0px !important;
    border-bottom: 1px solid #ddd !important;
}

.cart_summery .wsus__sub_total {
    font-weight: 400 !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.cart_summery .common_btn {
    width: 100%;
    text-align: center;
    border-radius: 0;
}

.cart_summery .wsus_total_area {
    margin: 20px 0px 7px 0px;
    border-top: 1px solid #ddd;
    padding-top: 18px;
}

.cart_summery .wsus_total_area .wsus__sub_total {
    font-weight: 600 !important;
}

.cart_summery .wsus_total_area .wsus__sub_total span {
    font-weight: 600 !important;
}

.cart_summery .form-check label {
    display: flex;
    justify-content: space-between;
}

.cart_summery .form-check label span {
    color: #0b2c3d;
}

.cart_page_rel_product {
    margin-top: 67px !important;
}

.wsus__cart_list_footer {
    border-radius: 5px;
    background: #f1f1f1;
}

.wsus__cart_list_footer_top {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.wsus__cart_list_footer_top form {
    display: flex;
    justify-content: space-between;
}

.wsus__cart_list_footer_top input {
    width: 100%;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 400;
    border-radius: 3px;
    resize: none;
    border: 1px solid #17AA95;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.wsus__cart_list_footer_top button {
    text-transform: capitalize;
    font-size: 14px;
    margin-left: 15px;
}

.wsus__cart_list_footer_top .common_btn i {
    margin-right: 5px;
}

.wsus__cart_list_footer_button {
    border: 2px solid #fff;
    border-radius: 3px;
    padding: 20px;
}

.wsus__cart_list_footer_button h6 {
    border-bottom: 2px solid #fff;
    text-transform: capitalize;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.wsus__cart_list_footer_button p {
    text-transform: capitalize;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    color: #353535;
    font-size: 15px;
}

.wsus__cart_list_footer_button p span {
    color: #353535;
    font-size: 15px;
}

.wsus__cart_list_footer_button .total {
    border-top: 2px solid #fff;
    padding-top: 15px;
    color: #353535;
}

.wsus__cart_list_footer_button .total span {
    font-weight: 600;
}

.cart_empty p {
    text-transform: capitalize;
    font-size: 30px;
}


/*======================
CART VIEW PAGE END
========================*/


/*======================
CHECKOUT PAGE START
========================*/

.wsus__checkout_form h5 {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 15px;
    color: #0b2c3d;
}

.wsus__check_single_form .select2-container {
    margin-bottom: 25px;
}

.wsus__check_single_form input,
.wsus__check_single_form textarea {
    width: 100%;
    padding: 13px 20px;
    border: 1px solid #b0d8ff;
    margin-bottom: 25px;
    font-size: 15px;
    font-weight: 400;
    color: #0b2c3d;
    resize: none;
    border-radius: 5px;
    background: #fff;
}

.wsus__check_single_form textarea {
    margin-bottom: 0;
}

.wsus__check_single_form h5 {
    margin-top: 10px;
}

.wsus__order_details {
    padding: 20px;
    background: #f3faffc2;
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #93cdfd;
    margin-top: 37px;
}

.wsus__order_details h5 {
    margin-bottom: 20px;
}

.wsus__order_details_item {
    margin-bottom: 25px;
}

.wsus__order_details_item li {
    display: flex;
    margin-bottom: 15px;
    overflow: hidden;
    padding-top: 8px;
}

.wsus__order_details_img {
    width: 15%;
    height: 70px;
    border: 1px solid #b0d8ff;
    border-radius: 3px;
    margin-right: 15px;
    position: relative;
}

.wsus__order_details_img span {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #17AA95;
    top: -8px;
    right: -8px;
    font-size: 12px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    color: #fff;
    font-weight: 600;
}

.wsus__order_details_img img {
    height: 100%;
    object-fit: cover;
    border-radius: 3px;
}

.wsus__order_details_text {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wsus__order_details_text p {
    text-transform: capitalize;
    font-size: 15px;
}

.wsus__order_details_text span {
    text-transform: capitalize;
    font-size: 14px;
    display: block;
}

.wsus__order_details_tk {
    display: flex;
    align-items: center;
    justify-content: end;
    float: right;
    overflow: hidden;
    width: 15%;
}

.wsus__order_details_summery {
    border-top: 1px solid #b0d8ff;
    border-bottom: 1px solid #b0d8ff;
    margin-bottom: 17px;
}

.wsus__order_details_summery p {
    display: flex;
    justify-content: space-between;
    text-transform: capitalize;
    color: #0b2c3d;
    margin: 15px 0px;
}

.wsus__order_details_summery p span {
    color: #0b2c3d;
}

.wsus__order_details .wsus__product {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    color: #0b2c3d;
    padding-top: 15px;
    border-top: 1px solid #b0d8ff;
}

.wsus__order_details .form-check {
    margin: 15px 0px;
}

.wsus__order_details .form-check label {
    color: #0b2c3d;
    font-size: 15px;
    font-weight: 400;
}

.wsus__order_details .form-check label span {
    display: block;
    font-size: 12px;
}

.wsus__order_details .terms_area {
    margin-bottom: 15px;
}

.wsus__order_details .form-check label a {
    color: #17AA95;
}

.wsus__checkout_form .select2-container--default .select2-selection--single {
    border-radius: 5px;
}

.wsus__order_details .form-check-input[type="radio"] {
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
}

.wsus__order_details .common_btn {
    width: 100%;
    text-align: center;
}


/*======================
CHECKOUT PAGE END
========================*/


/*======================
INVOICE PAGE SATAR
========================*/

.wsus__invoice_top {
    padding: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    display: flex;
    justify-content: center;
    width: 350px;
    align-items: center;
    border-radius: 5px;
    margin: 0 auto;
    margin-bottom: 45px;
}

.wsus__invoice_top i {
    font-size: 45px;
    color: #17AA95;
    float: left;
    margin-right: 20px;
}

.wsus__invoice_top_text h4 {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    color: #0b2c3d;
}

.wsus__invoice_top_text p {
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
}

.wsus__invoice_area {
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    padding: 40px;
    margin-top: 25px;
    border-radius: 10px;
}

.wsus__invoice_single h5 {
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    color: #0b2c3d;
    margin-bottom: 15px;
}

.wsus__invoice_single h6 {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.wsus__invoice_single p {
    font-size: 14px;
    font-weight: 400;
}

.wsus__invoice_description {
    margin-top: 60px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 20px;
}

.wsus__invoice_description table {
    margin-bottom: 0 !important;
}

.wsus__invoice_description .table>tbody {
    vertical-align: middle;
}

.wsus__invoice_description .table tr {
    display: flex;
}

.wsus__invoice_description table tr:last-child td {
    border-bottom: none;
}

.wsus__invoice_description .images {
    width: 130px;
}

.wsus__invoice_description .name {
    width: 400px;
}

.wsus__invoice_description .name p {
    color: #0b2c3d;
    font-size: 17px;
}

.wsus__invoice_description .name span {
    color: #0b2c3d;
    display: block;
    font-size: 14px;
    width: 100%;
}

.wsus__invoice_description .amount {
    width: 230px;
}

.wsus__invoice_description .quentity {
    width: 225px;
}

.wsus__invoice_description .total {
    width: 230px;
}

.wsus__invoice_description th {
    background: #def0ff;
    border: none;
    color: #353535;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    padding: 10px;
    text-align: center;
}

.wsus__invoice_description td {
    text-transform: capitalize;
    font-size: 15px;
    color: #0b2c3d;
    padding: 15px 10px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.wsus__invoice_footer {
    padding: 20px;
    border-radius: 5px;
    background: #def0ff;
}

.wsus__invoice_footer p {
    font-size: 16px;
    color: #0b2c3d;
}

.wsus__invoice_footer p span {
    text-transform: capitalize;
    font-size: 16px;
    width: 150px;
    display: inline-block;
    color: #5d5d5d;
}


/*======================
INVOICE PAGE END
========================*/


/*======================
WISHLIST PAGE START
========================*/

.wishlist .wsus__pro_img {
    position: relative;
    width: 180px;
}

.wishlist .wsus__pro_img a {
    position: absolute;
    background: red;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    top: 5px;
    right: 5px;
    color: #fff;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.wishlist .wsus__pro_img a:hover {
    background: #17AA95;
}

.wishlist .wsus__pro_name {
    width: 585px;
}

.wishlist .wsus__pro_tk {
    width: 270px;
}

.wishlist .wsus__pro_status {
    width: 150px;
}

.wishlist .wsus__pro_select {
    width: 230px !important;
}

.wishlist .wsus__pro_tk {
    width: 250px;
}

.wishlist .wsus__pro_icon {
    width: 229px;
}

.wishlist .common_btn {
    font-size: 16px;
    padding: 10px;
    color: #fff;
    width: auto;
}

.wishlist .wsus__pro_icon:hover .common_btn {
    color: #fff;
}


/*======================
	WISHLIST PAGE END
========================*/


/*========================
	COMPARE START
=========================*/

#wsus__compare {
    padding-top: 70px;
}

.wsus__compare_list table {
    border: 1px solid #ddd;
}

.wsus__compare_list table tbody tr td {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    padding: 15px;
    border: 1px solid #eee;
}

.wsus__compare_list .wsus__compare_img {
    padding: 0;
    text-align: center;
}

.wsus__compare_list .wsus__compare_img img {
    height: 200px;
    object-fit: cover;
    border: 15px solid #ffffff;
}

.wsus__compare_img p {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    color: #0b2c3d;
}

.wsus__compare_text p {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    color: #093b55;
    text-align: center;
    width: 100%;
}

.wsus__compare_text .wsus__compare_price {
    color: #093b55;
    font-weight: 500;
}

.wsus__compare_text i {
    color: #f6bc3e;
    margin-right: 5px;
    text-transform: capitalize;
}

.wsus__compare_stock {
    color: #17AA95;
    font-weight: 400;
    text-transform: uppercase;
}

.wsus__compare_stock_out {
    color: red;
    font-weight: 400;
    text-transform: uppercase;
}

.wsus__compare_size {
    text-transform: capitalize;
    font-weight: 400;
    color: #093b55;
}

.wsus__compare_text .wsus__n_a {
    text-transform: uppercase;
    font-weight: 400;
    color: #093b55;
}

.wsus__compare_des {
    flex-direction: column;
    padding: 0px !important;
}

.wsus__compare_des p {
    color: #797979;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    border-bottom: 1px solid #eee;
    padding: 7px 10px;
    font-weight: 400;
}

.wsus__compare_des p:last-child {
    border: none;
}

.wsus__compare_des p span {
    text-transform: capitalize;
    color: #093b55;
    width: 45%;
}

#wsus__compare table tbody .del_area {
    padding: 0;
}

.wsus__compare_text .wsus__compare_del {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 18px;
    justify-content: center;
}

.wsus__compare_text .wsus__compare_del i {
    color: #0b2c3d;
    transition: all linear 0.3s;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.wsus__compare_text .wsus__compare_del:hover i {
    color: red;
}


/*========================
		COMPARE END
=========================*/


/*========================
	CONTACT START
=========================*/

#wsus__contact {
    padding-top: 70px;
}

.wsus__contact_header h4 {
    text-align: center;
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 500;
}

.wsus__contact_header p {
    text-align: center;
    font-size: 15px;
    margin-top: 10px;
}

.wsus__contact_single {
    text-align: center;
    margin-top: 50px;
}

.wsus__contact_single i {
    color: #17AA95;
    font-size: 50px;
}

.wsus__contact_single h5 {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 18px;
    margin: 20px 0px 5px 0px;
}

.wsus__contact_single a {
    color: #353535;
    font-size: 16px;
    font-weight: 400;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.wsus__contact_single a:hover {
    color: #17AA95;
}

#wsus__contact hr {
    margin: 50px 0px 47px 0px;
    color: #17AA95;
}

.wsus__contact_question h5 {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
}

.wsus__contact_question .accordion-body {
    border: 1px solid #def0ff;
}

.wsus__contact_question .accordion-button:focus {
    box-shadow: none;
}

.wsus__contact_question .accordion-item:first-of-type .accordion-button {
    border-radius: 0 !important;
}

.wsus__contact_question #accordionExample {
    border-radius: 5px;
    overflow: hidden;
}

.wsus__con_form_single input,
.wsus__con_form_single textarea {
    width: 100%;
    padding: 15px 20px;
    font-size: 15px;
    font-weight: 400;
    border-radius: 5px;
    margin-bottom: 25px;
    resize: none;
    border: 1px solid #b0d8ff;
}

.wsus__con_map {
    overflow: hidden;
    border: 1px solid #b0d8ff;
    border-radius: 5px;
    margin-top: 70px;
}

.wsus__con_map iframe {
    width: 100%;
}


/*========================
	CONTACT END
=========================*/


/*========================
	LOGIN/REGISTER START
=========================*/

#wsus__login_register {
    padding-bottom: 70px;
    position: relative;
}

.wsus__login_reg_area ul.nav-pills {
    justify-content: space-between;
}

.wsus__login_reg_area .nav-item {
    width: 45%;
}

.wsus__login_reg_area .nav-item .nav-link {
    width: 100%;
    background: none;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 400;
    color: #797979;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border: 1px solid transparent;
    outline: none;
}

.wsus__login_reg_area .nav-pills .nav-link.active,
.wsus__login_reg_area .nav-pills .show>.nav-link {
    color: #17AA95 !important;
    border-color: #17AA95 !important;
}


/* 
.wsus__login_input i {
    width: 57px;
    height: 47px;
    background: #fff;
    line-height: 45px;
    text-align: center;
    border-radius: 3px;
    margin-right: 10px;
    color: #17AA95;
    border: 1px solid #b0d8ff;
} */



.wsus__login_save {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 25px 0px;
}

.wsus__login_save .form-check {
    margin-bottom: 0;
}

.wsus__login_save .form-check input {
    border-radius: 20px !important;
}

.btnclass > p {
    margin: 14px 0 24px;
}

.wsus__login .forget_p {
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    color: red;
}


.wsus__login .social_text {
    text-align: center;
    text-transform: capitalize;
    margin: 20px 0px 20px 0px;
}

.wsus__login_link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wsus__login_link li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin: 0px 5px;
    border-radius: 3px;
    color: #fff;
}

.wsus__login_link li:nth-child(1) a {
    background: #e14032;
}

.wsus__login_link li:nth-child(2) a {
    background: #1873eb;
}

.wsus__login_link li:nth-child(3) a {
    background: #1c9cea;
}

.wsus__login_link li:nth-child(4) a {
    background: #2464ad;
}

.wsus__login_reg_text {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.wsus__login_reg_text img {
    height: 100%;
    object-fit: cover;
}

.wsus__login_reg_text_center {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background: rgb(42, 156, 245);
    background: linear-gradient( 180deg, rgba(42, 156, 245, 0.8) 0%, rgba(139, 35, 244, 0.8) 100%);
}

.wsus__login_text_position {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
}

.wsus__login_text_position h6 {
    font-size: 25px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
}

.wsus__login_text_position h6 span {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    display: block;
    margin: 10px 0px 10px 0px;
}

.wsus__login_text_position p {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}


/*========================
	LOGIN/REGISTER END
=========================*/


/*========================
	ABOUT US START
=========================*/

.wsus__about_top {
    background: url(../images/about_top_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 70px 0px 70px 0px;
}

.wsus__about_top_text {
    background: #0b2c3d99;
    padding: 25px;
    border-radius: 5px;
}

.wsus__about_top_text h2 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #fff;
}

.wsus__about_top_text p {
    margin-bottom: 30px;
    color: #fff;
}

.wsus__about_top_text p span {
    display: block;
    margin-top: 30px;
    color: #fff;
}

.wsus__about_top_text h5 {
    font-size: 17px;
    font-style: italic;
    margin-bottom: 10px;
    font-weight: 600;
    color: #fff;
}

.wsus__about_accordian {
    margin-top: 70px;
}

.wsus__about_accordian h4,
.wsus__about_client_boost h4,
.wsus__about_award h4,
.wsus__about_team h4,
.wsus__faq_heading h4,
.wsus__why_shop h3 {
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}

.accordion-button:focus {
    box-shadow: none;
}

.wsus__about_accordian .accordion-item:first-of-type .accordion-button {
    border-radius: 0 !important;
}

.wsus__about_accordian .accordion-body {
    padding: 1rem 1.25rem;
    border: 1px solid #def0ff;
}

.wsus__about_accordian img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.wsus__about_counter_area {
    margin-top: 70px;
}

.wsus__about_award {
    margin-top: 70px;
    background: #def0ff;
    padding: 70px 0px;
}

.wsus__about_counter_single {
    border-radius: 5px;
    padding: 55px 40px 40px 40px;
    text-align: center;
    background: #def0ff;
}

.wsus__about_counter_single span {
    font-size: 50px;
    font-weight: 700;
    color: #17AA95;
}

.wsus__about_counter_single h2 {
    text-transform: capitalize;
    font-size: 25px;
    font-weight: 600;
    margin: 15px 0px 15px 0px;
}

.wsus__why_shop {
    margin-top: 65px;
}

.wsus__why_shop h3 {
    text-align: center;
}

.wsus__why_shop_single {
    text-align: center;
    padding: 30px 60px;
    border: 1px solid #b0d8ff;
    border-radius: 5px;
    margin-top: 30px;
}

.wsus__why_shop_single i {
    font-size: 60px;
    color: #17AA95;
    margin-bottom: 20px;
}

.wsus__why_shop_single p {
    color: #353535;
    font-weight: 500;
}

.wsus__about_award_single {
    padding: 20px;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background: #fff;
    margin-top: 30px;
}

.wsus__about_award h4,
.wsus__about_team h4 {
    text-align: center;
}

.wsus__about_award_single img {
    border-radius: 50%;
    width: 100px !important;
    height: 100px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

.wsus__about_award_single p {
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    color: #353535;
    margin-top: 20px;
}

.wsus__about_team {
    padding-top: 65px;
}

.wsus__team_single {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    margin-top: 30px;
}

.wsus__team_img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.wsus__team_single_overlay {
    position: absolute;
    width: 96%;
    height: 96%;
    background: #17AA9566;
    top: 2%;
    left: 2%;
    opacity: 0;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
    border: 5px solid #17AA95;
    border-radius: 10px;
}

.wsus__team_img ul {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.wsus__team_img ul li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin: 0px 3px;
    border-radius: 50%;
    color: #17AA95;
    background: #fff;
    font-size: 18px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.wsus__team_img ul li a:hover {
    background: #17AA95;
    color: #fff;
}

.wsus__team_text {
    padding: 20px;
    position: relative;
}

.wsus__team_text h5 {
    text-transform: capitalize;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 5px;
}

.wsus__team_text p {
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}

.wsus__team_single:hover .wsus__team_single_overlay {
    opacity: 1;
}

.wsus__team_single:hover .wsus__team_img ul {
    bottom: 20px;
}


/*========================
	ABOUT US END
=========================*/


/*========================
	TEAM DETAILS START
=========================*/

.wsus__team_details {
    margin-top: 70px;
}

.wsus__team_details_top {
    border: 1px solid #afdcff;
    border-radius: 10px;
    padding: 20px;
    background: #afdcff;
}

.wsus__team_details_img {
    border-radius: 10px;
    overflow: hidden;
}

.wsus__team_details_text {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 10px;
}

.wsus__team_det_text_center {
    position: absolute;
    width: 100%;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.wsus__team_details_text h4 {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 35px;
}

.wsus__team_details_text h6 {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    margin-top: 5px;
}

.wsus__team_address {
    margin: 30px 0px;
}

.wsus__team_address a,
.wsus__team_address p {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #797979;
    margin-top: 10px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.wsus__team_address a i,
.wsus__team_address p i {
    width: 20px;
}

.wsus__team_address a:hover {
    color: #007aff;
}

.wsus__team_details_text ul li a {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-right: 10px;
    border-radius: 50%;
    font-size: 14px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
    background: #ddd;
}

.wsus__team_det_service {
    margin-top: 70px;
}

.wsus__team_det_service h3 {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 25px;
    text-align: center;
}

.wsus__team_service_single {
    background: #0b2c3d;
    border-radius: 5px;
    padding: 30px;
    text-align: center;
    margin-top: 30px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.wsus__team_service_single i {
    color: #fff;
    width: 70px;
    height: 70px;
    font-size: 30px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    background: #17AA95;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.wsus__team_service_single h4 {
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 20px;
    margin: 25px 0px;
}

.wsus__team_service_single p {
    color: #fff;
}

.wsus__team_service_single:hover {
    background: #17AA95;
}

.wsus__team_service_single:hover i {
    background: #0b2c3d;
}

.wsus__team_service_single.hover {
    background: #17AA95;
}

.wsus__team_service_single.hover i {
    background: #0b2c3d;
}

.wsus__team_det_review {
    margin-top: 70px;
}

.wsus__team_det_review h3 {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 25px;
    text-align: center;
}

.wsus__team_det_rev_single {
    background: #def0ff;
    padding: 30px;
    border-radius: 5px;
    text-align: center;
    margin: 120px 15px 0px 15px;
}

.wsus__team_det_rev_single img {
    width: 150px !important;
    height: 150px;
    border-radius: 50%;
    border: 5px solid #def0ff;
    margin: -105px auto 0 auto;
}

.wsus__team_det_rev_single h3 {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    margin: 15px 0px;
}

.wsus__team_det_rev_single h6 {
    text-transform: capitalize;
    font-weight: 400;
    font-size: 16px;
}

.wsus__team_det_rev_single span {
    position: relative;
    margin: 25px 0px;
    display: block;
    z-index: 1;
}

.wsus__team_det_rev_single span i {
    width: 80px;
    height: 80px;
    font-size: 40px;
    border-radius: 50%;
    line-height: 80px;
    text-align: center;
    background: #17AA95;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.wsus__team_det_rev_single span::after {
    position: absolute;
    content: "";
    background: #17AA95;
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: -1;
}


/*========================
	TEAM DETAILS END
=========================*/


/*========================
	404  START
=========================*/

#wsus__404 {
    margin-bottom: 125px;
    margin-top: 40px;
}

.wsus__404_text {
    text-align: center;
    margin-top: 60px;
}

.wsus__404_text h2 {
    font-size: 130px;
    font-weight: 700;
    color: #0b2c3d;
    margin-bottom: 10px;
}

.wsus__404_text h4 {
    text-transform: capitalize;
    font-size: 35px;
    font-weight: 600;
    text-align: center;
}

.wsus__404_text h4 span {
    color: #17AA95;
    font-size: 35px;
    font-weight: 600;
    text-transform: capitalize;
}

.wsus__404_text p {
    margin: 10px 0px 45px 0px;
}


/*========================
	404  END
=========================*/


/*========================
	BLOGS PAGE START
=========================*/

#wsus__blogs {
    padding-top: 45px;
}

.wsus__single_blog {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-top: 25px;
    width: 100%;
    height: 250px;
}

.wsus__single_blog img {
    height: 100%;
    object-fit: cover;
}

.wsus__blog_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(11, 44, 61);
    background: linear-gradient( 0deg, rgba(11, 44, 61, 0.68) 20%, transparent 100%);
}

.wsus__blog_text_center {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0px 15px 6px 15px;
    width: 100%;
}

.wsus__blog_text_center a {
    display: block;
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 25px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.wsus__blog_text_center .date {
    color: #fff;
    text-transform: capitalize;
    font-size: 13px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.wsus__blog_text_center .date span {
    color: #17AA95;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    margin-right: 10px;
}

.wsus__single_blog .blog_top {
    position: absolute;
    top: 15px;
    left: 15px;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 3px;
    z-index: 1;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.wsus__single_blog .red {
    background: red;
}

.wsus__single_blog .blue {
    background: #17AA95;
}

.wsus__single_blog .orange {
    background: orange;
}

.wsus__single_blog .blog_top:hover {
    transform: scale(1.05);
}

.wsus__blog_text_center a:hover {
    color: #17AA95;
}


/*========================
	BLOGS PAGE END
=========================*/


/*========================
	BLOGS DETAILS START
=========================*/

#wsus__blog_details {
    padding-top: 70px;
}

.wsus__main_blog_img {
    border-radius: 5px;
    overflow: hidden;
    height: 500px;
    border: 1px solid #eee;
}

.wsus__main_blog_img img {
    height: 100%;
    object-fit: cover;
}

.wsus__main_blog_header {
    text-transform: capitalize;
    border-radius: 5px;
    padding: 5px 20px;
    background: #def0ff;
    margin-top: 23px;
}

.wsus__main_blog_header span {
    margin-right: 20px;
    font-size: 15px;
    color: #353535;
}

.wsus__main_blog_header span i {
    color: #0088f2;
    margin-right: 5px;
}

.wsus__main_blog h2 {
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 15px 0px 30px 0px;
}

.wsus__blog_description span {
    display: block;
    margin-top: 25px;
}

.wsus__blog_quot_area {
    background: #def0ff;
    padding: 40px;
    text-align: center;
    border-radius: 5px;
    margin: 35px 0px;
}

.wsus__blog_quot_area i {
    font-size: 40px;
    font-weight: 900;
    color: #17AA95;
}

.wsus__blog_quot_area p {
    text-transform: capitalize;
    font-size: 25px;
    color: #353535;
    font-weight: 600;
    margin: 15px 09px 15px 0px;
}

.wsus__blog_quot_area span {
    color: #353535;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
}

.wsus__main_blog h5,
.wsus__related_post h5,
.wsus__comment_area h4,
.wsus__post_comment h4,
.wsus__blog_search h4,
.wsus__blog_category h4,
.wsus__blog_post h4,
.wsus__popular_tag h4,
.wsus_blog_calender h4,
#wsus__faq h4,
.wsus__forget_area h4,
.wsus__change_password h4,
.wsus__pro_det_vendor_text h4 {
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.wsus__blog_list_text ul {
    padding-left: 35px;
    margin: 20px 0px;
}

.wsus__blog_list_text ul li {
    font-size: 16px;
    font-weight: 400;
    color: #797979;
    margin: 10px 0px;
    position: relative;
}

.wsus__blog_list_text ul li::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-style: normal;
    position: absolute;
    content: "\f14a";
    top: 1px;
    left: -24px;
    color: #17AA95;
    font-size: 14px;
    border: none;
}

.wsus__share_blog {
    display: flex;
    align-items: center;
    background: #def0ff;
    padding: 10px;
    border-radius: 5px;
    margin: 30px 0px;
    justify-content: center;
}

.wsus__share_blog p {
    text-transform: capitalize;
    color: #353535;
    font-size: 20px;
    font-weight: 400;
    margin-right: 20px;
}

.wsus__share_blog ul {
    display: flex;
}

.wsus__share_blog ul li a {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 32px;
    color: #353535;
    margin-left: 5px;
    font-size: 14px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
    background: #fff;
}

.wsus__related_post {
    margin-bottom: 25px;
}

.wsus__related_post .wsus__single_blog {
    margin: 0px 12px;
    width: auto;
}

.wsus__blog_img {
    display: block;
    width: 100%;
    height: 100%;
}

.wsus__related_post .slick-dots {
    display: flex;
    justify-content: center;
}

.wsus__related_post .slick-dots li button {
    font-size: 0;
    width: 30px;
    height: 8px;
    background: #76c3ff;
    border-radius: 50px;
    margin: 0 5px;
    outline: 0;
    border: none;
}

.wsus__related_post .slick-dots li.slick-active button {
    background: #0086ee;
}

.wsus__comment_area h4 {
    display: flex;
    justify-content: space-between;
}

.wsus__main_comment {
    overflow: hidden;
    margin-top: 20px;
    border-bottom: 1px solid #afdcff;
    padding-bottom: 20px;
}

.wsus__comment_img {
    width: 10%;
    float: left;
}

.wsus__comment_img img {
    border-radius: 50%;
}

.wsus__comment_text {
    width: 90%;
    float: left;
    padding-left: 10px;
}

.wsus__comment_text h6 {
    text-transform: capitalize;
    font-size: 17px;
    color: #0b2c3d;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wsus__comment_text h6 span {
    color: #0b2c3d;
    font-size: 14px;
}

.wsus__comment_text p {
    font-size: 15px;
}

.wsus__comment_text a {
    text-transform: capitalize;
    background: #17AA95;
    padding: 2px 10px 4px 10px;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    margin-top: 10px;
    font-weight: 500;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.wsus__comment_text a:hover {
    background: #0363ae;
}

.replay .accordion-body {
    padding: 0;
    padding-top: 15px;
}

.replay .wsus__riv_edit_single {
    margin-bottom: 15px;
}

.replay .common_btn {
    text-transform: capitalize;
    padding: 5px 10px;
    font-weight: 400;
}

.wsus__com_replay {
    margin-left: 60px;
}

body .wsus__post_comment h4 {
    margin-top: 0 !important;
}

.wsus__post_comment input,
.wsus__post_comment textarea {
    font-size: 16px;
    font-weight: 400;
    color: #0b2c3d;
}

.wsus__post_comment button {
    border: none;
    font-weight: 600;
    text-transform: capitalize;
}

.wsus__blog_search {
    margin-bottom: 30px;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 5px;
}

.wsus__blog_search form {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.wsus__blog_search input {
    width: 100%;
    padding: 9px 20px;
    border: 1px solid #b0d8ff;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    color: #353535;
}

.wsus__blog_search button {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
    border: none;
}

.wsus__blog_category {
    margin-bottom: 30px;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 5px;
}

.wsus__blog_category ul li a {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    color: #353535;
    width: 100%;
    border-top: 1px solid #b0d8ff;
    padding: 10px 10px 10px 0px;
}

.wsus__blog_category ul li:last-child a {
    border-bottom: 0;
    padding-bottom: 0;
}

.wsus__blog_post {
    margin-bottom: 30px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 5px;
    padding: 20px 20px 1px 20px;
}

.wsus__blog_post_single {
    display: flex;
    margin: 20px 0px 20px 0px;
}

.wsus__blog_post_img {
    width: 25%;
    border-radius: 5px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.wsus__blog_post_img img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    object-fit: cover;
}

.wsus__blog_post_text {
    width: 75%;
    padding-left: 10px;
    margin-top: -5px;
}

.wsus__blog_post_text a {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.wsus__blog_post_text p {
    font-size: 14px;
}

.wsus__blog_post_text p span {
    font-size: 14px;
    margin-right: 15px;
    display: block;
}

.wsus__blog_post_single a:hover {
    color: #17AA95;
}

.wsus__popular_tag {
    overflow: hidden;
    margin-bottom: 30px;
}

.wsus__popular_tag ul li {
    float: left;
}

.wsus__popular_tag ul li a {
    border: 1px solid #ddd;
    padding: 5px 10px;
    margin: 5px 10px 5px 0px;
    border-radius: 3px;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 400;
    color: #353535;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.wsus__popular_tag ul li a:hover {
    color: #17AA95;
    border-color: #17AA95;
}


/*========================
	BLOGS DETAILS END
=========================*/


/*========================
	FAQ START
=========================*/

#wsus__faq {
    padding-top: 65px;
}

#wsus__faq h4 {
    font-size: 30px;
    margin-bottom: 25px;
}

.accordion-item:first-of-type .accordion-button {
    border-radius: 0 !important;
}

.accordion-button:not(.collapsed) {
    border-top: 1px solid #fff;
}



.wsus__faq_text {
    padding: 30px;
    background: #def0ff;
    border-radius: 5px;
    margin-top: 75px;
    text-align: center;
}

.wsus__faq_text h3 {
    text-transform: capitalize;
    font-size: 35px;
    font-weight: 600;
}

.wsus__faq_text .common_btn {
    margin: 25px 0px 20px 0px;
}

.wsus__faq_text .call {
    display: block;
    font-size: 27px;
    font-weight: 600;
    text-transform: capitalize;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.wsus__faq_text .call:hover {
    color: #17AA95;
}


/*========================
	FAQ END
=========================*/


/*========================
	DASHBOARD START
=========================*/

#wsus__dashboard {
    padding-block: 40px;
}

.wsus__dashboard_menu {
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 5px 20px;
    background: #0b2c3d;
}

.wsusd__dashboard_user {
    display: flex;
    align-items: center;
}

.wsusd__dashboard_user img {
    width: 45px;
    height: 45px;
    margin-right: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    object-fit: cover;
}

.wsusd__dashboard_user p {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.dashboard_sidebar {
    width: 100%;
    height: 100vh;
    background: #fff;
    /* position: fixed;
    top: 0; */
    /* left: 0; */
    /* z-index: 9; */
}

.dashinput input {
    background: transparent;
    border: 0;
    padding: 0;
    color: #000000b3;
}

.input_inner {
    min-width: 100%;
}

.dashinput a {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #17aa95;
    border-radius: 5px;
    font-size: 24px;
    color: #fff;
    position: absolute;
    right: 0;
}

.dashinput label {
    font-size: 10px;
    line-height: 12.4px;
    color: #000000b3;
}

.dashtab li {
    width: 50% !important;
    display: flex;
}

.dashtab .nav-link {
    width: 100% !important;
    border: 0;
    background: #F3F3F3;
    font-size: 18px;
    line-height: 22.12px;
    border-radius: 5px;
}

.dashtab .nav-link.active, .dashtab .show>.nav-link {
    color: #000000b3;
    background-color: #D3BFB3;
}

.dashtab {
    background: #E5D5CC !important;
    border-radius: 5px;
}

.dashboard_title {
    margin-top: -32px;
    margin-bottom: 20px;
}

.dashbtn button {
    /* color: #ffffffb3; */
    text-transform: uppercase;
}


.dashbtn button {
    background: #17aa95 !important;
    border-color: #17aa95 !important;
    color: #fff !important;
}

.orderpage .cart_title {
    font-size: 16px;
    line-height: 24.8px;
    font-family: 'DM Sans';
    font-weight: 400;
    text-transform: capitalize;
}

.input_inner_wrap {
    background: #F3F3F3;
    border-radius: 5px;
    padding-left: 15px;
    height: 60px;
}

.input_inner_wrap a {
    color: #fff !important;
}


.form-control:focus {
    color: #212529;
    background-color: #F3F3F3;
    border: none;
    outline: 0;
    box-shadow: none;
}

.dashinput input::placeholder {
    color: #000000b3;
}

.dash_logo {
    width: 100%;
    text-align: center;
    margin-top: 7px;
}

.dash_logo img {
    width: 100px;
    border-radius: 5px;
}

.dashboard_link {
    margin-bottom: 50px;
    width: 100%;
    height: 500px;
    overflow-y: auto;
    /* scrollbar-width: thin;
    scrollbar-color: #17AA95 #0b172d; */
}

.dashboard_link li a {
    font-size: 14px;
    color: #e8e8e8;
    font-weight: 500;
    text-transform: capitalize;
    border-bottom: 1px solid #fffefe17;
    width: 100%;
    padding: 10px 25px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.dashboard_link li:first-child a {
    border-top: 1px solid #fffefe24;
}

.dashboard_link li a i {
    margin-right: 10px;
}

.dashboard_link li a:hover,
.dashboard_link li a.active {
    background: #051a25;
}

.dashboard_content h3 {
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.dashboard_content h3 i {
    font-size: 25px;
    color: #848383;
    margin-right: 20px;
}

.wsus__dashboard_item {
    padding: 20px;
    margin-bottom: 25px;
    width: 100%;
    border-radius: 5px;
    text-align: center;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.wsus__dashboard_item i {
    font-size: 40px;
    color: #fff;
    margin-bottom: 10px;
}

.wsus__dashboard_item p {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wsus__dashboard .red {
    background: #f91942;
}

.wsus__dashboard .red {
    background: #f91942;
}

.wsus__dashboard .green {
    background: #1ec38b;
}

.wsus__dashboard .orange {
    background: #fd7e14;
}

.wsus__dashboard .blue {
    background: #0072e3;
}

.wsus__dashboard .sky {
    background: #61affd;
}

.wsus__dashboard .purple {
    background: #7c007c;
}

.wsus__dashboard_item:hover {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
}

.wsus__message {
    padding: 20px;
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 5px;
    margin-top: 30px;
    overflow: hidden;
}

.wsus__message h4 {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
}

.wsus__message_single {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.wsus__message .wsus__message_single:last-child {
    margin-bottom: 0;
}

.wsus__message_img {
    width: 10%;
    float: left;
    overflow: hidden;
}

.wsus__message_img img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 2px solid #b0d8ff;
}

.wsus__message_text {
    width: 85%;
    float: left;
    overflow: hidden;
}

.wsus__message_text h6 {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    color: #0b2c3d;
    margin-bottom: 13px;
}

.wsus__message_text span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #3e5d6c;
    margin: 7px 0px;
}

.wsus__message_text p {
    font-size: 15px;
    font-weight: 400;
}

.wsus__message_text p i {
    color: #1cb9c8;
    margin-top: 10px;
}

.wsus__message_icon {
    width: 5%;
    float: right;
    text-align: center;
    overflow: hidden;
}

.wsus__message_icon span {
    display: block;
    color: #0b2c3d;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 16px;
    cursor: pointer;
}

.wsus__message_icon span i {
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.wsus__message_icon span i:hover {
    color: #17AA95;
}

.wsus__message .wsus__single_inout label {
    display: block;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    color: #3e5d6c;
    margin-bottom: 5px;
}

.wsus__message .wsus__single_inout input,
.wsus__message .wsus__single_inout textarea {
    width: 100%;
    border: 1px solid #b0d8ff;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 400;
    color: #0b2c3d;
    margin-bottom: 25px;
    border-radius: 5px;
    resize: none;
}

.wsus__message button {
    border: none;
}

.wsus__dashboard_order table {
    border: 1px solid #b0d8ff;
    margin: 0;
}

.wsus__dashboard_order table tr {
    display: flex;
}

.wsus__dashboard_order .table> :not(:last-child)> :last-child>* {
    border: none;
}

.wsus__dashboard_order .table-hover>tbody>tr:hover {
    background: #cfe8fd;
    color: #353535;
}

.wsus__dashboard_order table thead tr th {
    background: #cfe8fd;
    color: #353535;
    padding: 15px 10px;
    border-right: 1px solid #b0d8ff !important;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
}

.wsus__dashboard_order table tr td {
    padding: 15px 10px;
    border-right: 1px solid #b0d8ff;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wsus__dashboard_order .package {
    width: 330px;
}

.wsus__dashboard_order .price {
    width: 150px;
}

.wsus__dashboard_order .p_date {
    width: 150px;
}

.wsus__dashboard_order .e_date {
    width: 150px;
}

.wsus__dashboard_order .method {
    width: 166px;
}

.wsus__dashboard_order .tr_id {
    width: 150px;
}

.wsus__dashboard_order .status {
    width: 134px;
    text-align: center;
}

.wsus__dashboard_order .status a {
    border: 1px solid #17AA95;
    text-align: center;
    color: #17AA95;
    border-radius: 5px;
    padding: 2px 15px;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.wsus__dashboard_order .status a:hover {
    background: #17AA95;
    color: #fff;
}

.wsus__dashboard_download .common_btn {
    margin-top: 15px;
}

.wsus__dashboard_download .common_btn i {
    margin-left: 10px;
}

.wsus__dashboard_review_item {
    padding: 20px;
    border-radius: 5px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    overflow: hidden;
    margin-bottom: 30px;
}

.wsus__dashboard_review_item.for_mar {
    margin-bottom: 0px;
}

.wsus__dash_rev_img {
    width: 20%;
    float: left;
    border: 1px solid #b0d8ff;
    border-radius: 5px;
    overflow: hidden;
}

.wsus__dash_rev_text {
    float: left;
    width: 80%;
    padding-left: 20px;
}

.wsus__dash_rev_text h5 {
    text-transform: capitalize;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.wsus__dash_rev_text h5 a {
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.wsus__dash_rev_text h5 span {
    color: #17AA95;
    font-weight: 500;
    font-style: italic;
}

.wsus__dash_review {
    color: #f90;
    font-size: 14px;
}

.wsus__dashboard_review_item ul {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.wsus__dashboard_review_item ul li a {
    text-transform: capitalize;
    margin-right: 10px;
    padding: 4px 10px;
    border-radius: 3px;
    color: #fff;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
    background: #17AA95;
    font-size: 13px;
}

.wsus__dashboard_review_item ul li a i {
    margin-right: 5px;
}

.wsus__dashboard_review_item ul li a:hover {
    color: #151515;
}

.wsus__riv_edit_single {
    position: relative;
    margin-bottom: 20px;
}

.wsus__riv_edit_single i {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    color: #858d91;
    font-size: 14px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.wsus__dash_rev_text .accordion-body {
    padding: 20px 0px 0px 0px;
}

.wsus__dash_rev_text .select2-container--default .select2-selection--single {
    padding: 25px 20px 20px 50px;
    border-radius: 5px;
}

.text_area i {
    transform: translate(0);
    top: 27px;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
}

.wsus__riv_edit_single textarea {
    width: 100%;
    resize: none;
    border: 1px solid #b0d8ff;
    border-radius: 4px;
    padding: 20px 20px 20px 50px;
    color: #63696c;
    font-size: 14px;
}

.wsus__dash_pro_area,
.wsus__dashboard_add {
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    box-shadow: rgba(99, 99, 99, 0.3) 0px 0px 8px 0px;
}

.wsus__dash_pro_area h4 {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.wsus__dash_pro_single {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.wsus__dash_pro_single i {
    width: 57px;
    height: 47px;
    background: #fff;
    line-height: 45px;
    text-align: center;
    border-radius: 3px;
    margin-right: 10px;
    color: #17AA95;
    border: 1px solid #b0d8ff;
}

.wsus__dash_pro_single input,
.wsus__dash_pro_single textarea,
.medicine_row_input input {
    width: 100%;
    padding: 12px 10px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    color: #353535;
    resize: none;
    border: 1px solid #b0d8ff;
}

.wsus__dash_pro_single input::placeholder,
.wsus__dash_pro_single textarea::placeholder {
    color: #858D9161;
    opacity: 1;
}

.wsus__dashboard_profile .select2-container--default .select2-selection--single .select2-selection__rendered,
.wsus__add_address_single .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #353535;
}

.wsus__dash_pro_img {
    border-radius: 5px;
    border: 1px solid #b0d8ff;
    overflow: hidden;
    position: relative;
}

.wsus__dash_pro_img input {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #6fbcfb85;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.wsus__dash_add_single {
    border: 1px solid #b0d8ff;
    border-radius: 5px;
    overflow: hidden;
}

.wsus__dash_add_single h4 {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 500;
    background: #def0ff;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #b0d8ff;
}

.wsus__dash_add_single h4 span {
    color: #17AA95;
    text-transform: capitalize;
    font-weight: 500;
    border: 1px solid #17AA95;
    background: #fff;
    padding: 0px 10px;
    border-radius: 4px;
}

.wsus__dash_add_single ul {
    padding: 10px 20px 20px 20px;
}

.wsus__dash_add_single ul li {
    display: flex;
    align-items: center;
    margin-top: 15px;
    font-size: 16px;
    text-transform: capitalize;
    flex-wrap: wrap;
}

.wsus__dash_add_single ul li span {
    color: #353535;
    text-transform: capitalize;
    font-weight: 500;
    width: 30%;
}

.wsus__address_btn {
    border-top: 1px solid #b0d8ff;
    background: #f2f9ff;
    display: flex;
    justify-content: space-between;
}

.wsus__address_btn a {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    display: block;
    text-align: center;
    color: #fff;
    padding: 5px;
    width: 100%;
    background: #17AA95;
}

.wsus__address_btn a i {
    margin-right: 5px;
}

.add_address_btn {
    margin-top: 15px;
}

.add_address_btn i {
    margin-right: 5px;
}

.wsus__add_address_single {
    margin-bottom: 25px;
}

.wsus__add_address_single label {
    text-transform: capitalize;
    margin-bottom: 5px;
}

.wsus__add_address_single label b {
    color: red;
}



.wsus__add_address_single .select2-container--default .select2-selection--single {
    border-radius: 5px;
}

.wsus__add_address button {
    border: none;
}

.close_icon {
    width: 40px;
    height: 40px;
    background: #17AA95;
    text-align: center;
    line-height: 40px;
    color: #fff;
    position: absolute;
    top: 0px;
    right: -40px;
    cursor: pointer;
    display: none;
    font-size: 25px;
    z-index: 99;
}

.close_icon .dash_bar,
.close_icon .dash_close {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #17AA95;
    font-size: 20px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.close_icon .dash_close {
    background: red;
    opacity: 0;
}

.far.fa-times.dash_close.dash_opasity {
    opacity: 1;
}

#wsus__dashboard .wsus__pro_img {
    width: 170px;
}

#wsus__dashboard .wishlist .wsus__pro_select {
    width: 210px;
}

#wsus__dashboard .wsus__pro_icon {
    width: 210px;
}


/*========================
	DASHBOARD END
=========================*/


/*======================
TERMS & CONDITION START
========================*/

#wsus__terms_condition {
    margin-top: 67px;
}

#wsus__terms_condition h2 {
    font-size: 35px;
    margin-bottom: 35px;
    text-transform: capitalize;
    font-weight: 600;
}

.wsus__terms_text h4 {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    color: #0b2c3d;
    margin-bottom: 20px;
}

.wsus__terms_text ul {
    list-style: decimal;
    padding-left: 18px;
    margin-bottom: 25px;
}

.wsus__terms_text .list_style {
    list-style: unset;
}

.wsus__terms_text ul li {
    margin: 20px 0px;
}

.wsus__terms_text p {
    margin-bottom: 20px;
}

.wsus__terms_text p:last-child {
    margin-bottom: 0;
}

.wsus__terms_text p a {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    color: #0d6efd;
}


/*======================
TERMS & CONDITION END
========================*/


/*======================
FORGET PASSWORD START
========================*/

.wsus__forget_area {
    border: 1px solid #b0d8ff;
    padding: 30px;
    border-radius: 5px;
}

.wsus__forget_area .qiestion_icon {
    display: block;
    text-align: center;
}

.wsus__forget_area .qiestion_icon i {
    font-size: 40px;
    color: #17AA95;
    margin-bottom: 15px;
}

.wsus__forget_area h4 {
    color: red;
    margin-bottom: 20px;
    text-align: center;
}

.wsus__forget_area p {
    text-transform: capitalize;
    text-align: center;
}

.wsus__forget_area p span {
    text-transform: uppercase;
    color: #17AA95;
    font-weight: 700;
    display: block;
}

.wsus__forget_area .wsus__login_input {
    margin-bottom: 25px;
}

.wsus__forget_area .see_btn {
    padding: 8px 10px;
    display: block;
    text-align: center;
}


/*======================
FORGET PASSWORD END
========================*/


/*======================
CHANGE PASSWORD START
========================*/

.wsus__change_password {
    padding: 50px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background: #def0ff;
    border-radius: 5px;
}

.wsus__change_password h4 {
    margin-bottom: 35px;
}

.wsus__single_pass {
    margin-bottom: 25px;
}

.wsus__single_pass label {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
}

.wsus__single_pass input {
    width: 100%;
    padding: 15px 20px;
    font-size: 15px;
    font-weight: 400;
    border-radius: 5px;
    resize: none;
    border: 1px solid #b0d8ff;
}

.wsus__change_password button {
    width: 100%;
}


/*======================
CHANGE PASSWORD END
========================*/


/*======================
PAYMENT PAGE  START
========================*/

.wsus__pay_info_area .nav-pills .nav-link {
    margin-bottom: 10px;
    padding: 15px 0px;
    background: #17AA95;
}

.wsus__pay_info_area .nav-pills .nav-link.active {
    background: #0b2c3d;
}

.wsus__pay_info_area .tab-pane {
    background: #def0ff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 20px;
}

.wsus__payment_area form {
    padding: 20px;
    border-radius: 5px;
    background: #0b2c3d;
}

.wsus__pay_caed_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.wsus__pay_caed_header h5 {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.wsus__pay_caed_header img {
    width: 80px;
    border-radius: 5px;
}

.wsus__payment_area .input {
    color: #fff;
    background: none;
    width: 100%;
    padding: 5px 0px;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 20px;
    resize: none;
    border: none;
    border-bottom: 1px solid #fff6;
    background: none !important;
}

.wsus__save_payment {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.wsus__save_payment h6 {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.wsus__save_payment h6 i {
    margin-right: 5px;
}

.wsus__save_payment img {
    width: 50px;
    margin-left: 10px;
    border-radius: 3px;
}

.wsus__save_card {
    display: flex;
    align-items: center;
}

.wsus__save_card label {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
}

.wsus__payment_area button {
    font-weight: 600;
    width: 100%;
    outline: none;
}

.wsus__payment_area .form-check input {
    border-radius: 10px !important;
    border: none;
}

.wsus__pay_info_area p {
    font-size: 15px;
    margin-bottom: 20px;
}

.wsus__pay_info_area ul {
    margin-bottom: 25px;
}

.wsus__pay_info_area ul li {
    color: #797979;
    font-size: 15px;
    margin: 10px 0px;
    padding-left: 30px;
    position: relative;
}

.wsus__pay_info_area ul li::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-style: normal;
    position: absolute;
    content: "\f14a";
    top: 1px;
    left: 0;
    color: #17AA95;
    font-size: 14px;
    border: none;
}

.wsus__pay_info_area .wsus__input_area input,
.wsus__pay_info_area .wsus__input_area textarea {
    width: 100%;
    padding: 15px 20px;
    border-radius: 5px;
    margin-bottom: 25px;
    resize: none;
    border: none;
}

.wsus__pay_info_area .select2-container--default .select2-selection--single {
    border-radius: 5px;
    border: none;
}

.wsus__pay_booking_summary {
    background: #def0ff;
    padding: 20px;
    border-radius: 5px;
}

.wsus__pay_booking_summary h5 {
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.wsus__pay_booking_summary p {
    color: #353535;
    text-transform: capitalize;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.wsus__pay_booking_summary p span {
    color: #353535;
}

.wsus__pay_booking_summary h6 {
    text-transform: capitalize;
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    border-top: 2px solid #fff;
    padding-top: 15px;
    margin-top: 15px;
}

.wsus__pay_booking_summary h6 span {
    color: #353535;
    font-weight: 700;
}


/*======================
PAYMENT PAGE  END
========================*/


/*======================
TRACKING ORDER START
========================*/

.tack_form {
    background: #def0ff;
    padding: 40px;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 62px;
}

.tack_form h4 {
    text-transform: capitalize;
    font-size: 25px;
    font-weight: 600;
}

.tack_form p {
    text-transform: capitalize;
    margin-bottom: 50px;
}

.wsus__track_input label {
    text-transform: capitalize;
    text-align: left;
    color: #353535;
}

.wsus__track_input input {
    width: 100%;
    padding: 15px 20px;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 25px;
    resize: none;
    border-radius: 3px;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.tack_form button {
    width: 100%;
    margin: 0 !important;
}

.wsus__track_header_text {
    border: 1px solid #b0d8ff;
    padding: 20px;
    border-radius: 5px;
    margin-top: 10px;
}

.wsus__track_header_single {
    border-right: 1px solid #b0d8ff;
}

.wsus__track_header_single.border_none {
    border: none;
}

.wsus__track_header_single h5 {
    text-transform: capitalize;
    font-size: 18px;
}

.wsus__track_header_single p {
    text-transform: capitalize;
    font-size: 15px;
    color: #353535;
}

.progtrckr {
    margin: 50px 0px 57px 0px;
}

.progtrckr li {
    display: inline-block;
    text-align: center;
    width: 24.75%;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 30px;
    position: relative;
}

.progtrckr li::before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    left: 50%;
    content: "\f00c";
    color: silver;
    background: #fff;
    font-size: 23px;
    bottom: -23px;
    width: 45px;
    height: 45px;
    line-height: 43px;
    border-radius: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    border: 2px solid silver;
    z-index: 1;
}

.progtrckr li::after {
    position: absolute;
    content: "";
    width: 102%;
    height: 4px;
    background: silver;
    bottom: -4px;
    left: 0;
}

.progtrckr li:nth-child(1)::before {
    content: "\f061";
}

.progtrckr li:nth-child(1)::after {
    background: #17AA95;
}

.progtrckr li:nth-child(2)::before {
    content: "\f2f1";
}

.progtrckr li:nth-child(3)::before {
    content: "\f0d1";
}

.check_mark::before {
    background: #17AA95 !important;
    color: #fff !important;
    border-color: #17AA95 !important;
}

.check_mark::after {
    background: #17AA95 !important;
}

.red_mark::before {
    content: "\f00d" !important;
    background: #dc3545 !important;
    border-color: #dc3545 !important;
    color: #fff !important;
}

.red_mark::after {
    background: #dc3545 !important;
}


/* .progtrckr li:last-child::after {
  width: 100%;
}

.progtrckr li:nth-child(1)::before {
  content: "\f058";
}

.progtrckr li:nth-child(2)::before {
  content: "\f013";
}

.progtrckr li:nth-child(3)::before {
  content: "\f0d1";
}

.progtrckr li:nth-child(4)::before {
  content: "\f06b";
}

.progtrckr li.progtrckr_done::before {
  content: "\f00c";
  background: #17AA95;
  color: #fff;
  border-color: #17AA95;
}

.progtrckr li.progtrckr_done::after {
  background: #17AA95;
} */

.wsus__track_area .common_btn {
    margin-top: 25px;
}


/*======================
TRACKING ORDER END
========================*/


/*======================
VENDORS PAGE START
========================*/

.wsus__vendor_sidebar {
    padding: 20px;
}

.wsus__vendor_sidebar form {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
}

.wsus__vendor_sidebar form input {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #353535;
    border: 1px solid #b0d8ff;
    border-radius: 5px;
}

.wsus__vendor_sidebar form button {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.wsus__vendor_sidebar_select {
    margin-top: 15px;
}

.wsus__vendor_sidebar_select h4 {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.wsus__vendor_sidebar .select2-container--default .select2-selection--single {
    border-radius: 5px;
}

.wsus__vendor_sidebar_select form {
    margin-bottom: 15px;
}

.wsus__vendor_single {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 30px;
    width: 100%;
    height: 302px;
}

.wsus__vendor_single img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.wsus__vendor_text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #0000004a;
}

.wsus__vendor_text_center {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.wsus__vendor_text_center h4 {
    color: #fff;
    text-transform: capitalize;
}

.wsus__vendor_text_center .wsus__vendor_rating {
    color: #ff9f00;
    margin: 15px 0px 0px 0px;
}

.wsus__vendor_text_center a {
    color: #fff;
    display: block;
    margin: 5px 0px;
}

.wsus__vendor_text_center a i {
    width: 25px;
}

.wsus__vendor_text_center .common_btn {
    display: inline-block;
    margin: 14px 0px 0px 0px;
}


/*======================
VENDORS PAGE END
========================*/


/*======================
VENDORS DETAILA START
========================*/

.wsus__vendor_det_banner_text {
    background: linear-gradient( 90deg, rgba(11, 44, 61, 1) 0%, rgba(6, 120, 148, 0) 50%, rgba(11, 44, 61, 0) 100%);
}

.wsus__vendor_det_banner_text .wsus__vendor_location,
.wsus__vendor_det_banner_text .wsus__open_store {
    color: #fff;
    text-transform: capitalize;
}

.wsus__vendor_det_banner_text .wsus__vendor_location i,
.wsus__vendor_det_banner_text .wsus__open_store i {
    width: 25px;
}

.wsus__vendor_det_banner_text .wsus__vendor_text_center {
    width: 40%;
}

.wsus__vendor_det_banner_text ul {
    display: flex;
    margin-top: 10px;
}

.wsus__vendor_det_banner_text ul li a {
    width: 35px;
    height: 35px;
    line-height: 37px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    background: #eee;
    color: #353535;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.modal-title {
    text-transform: capitalize;
}

.vendor_review_modal .rating {
    margin-bottom: 15px;
}


/*======================
VENDORS DETAILA END
========================*/


/*======================
CATEGORY PAGE START
========================*/

.wsus__category_topbar {
    padding: 10px;
}

.wsus__category_topbar .select2-container--default .select2-selection--single {
    width: 100%;
}

.wsus__category_topbar .wsus__topbar_select {
    border-radius: 5px;
    overflow: hidden;
    width: 32%;
}

.wsus__category_topbar .wsus__topbar_select2 {
    border-right: 1px solid #b0d8ff;
}

.wsus__category_topbar button {
    width: 32%;
    border: none;
}


/*======================
CATEGORY PAGE END
========================*/


/*======================
CUSTOM PAGE START
========================*/

.wsus__custom_pages p {
    margin-top: -7px;
}

.wsus__custom_pages p span {
    display: block;
    margin-top: 20px;
}


/*======================
CUSTOM PAGE END
========================*/


/*======================
	DAILY DEALS START
========================*/

#wsus__daily_deals {
    margin-top: 43px;
}

.wsus__daily_deals_single {
    border: 1px solid #b0d8ff;
    border-radius: 5px;
    overflow: hidden;
    background: #def0ff;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 7px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
    margin-top: 30px;
}

.wsus__daily_deals_single_img {
    overflow: hidden;
    position: relative;
}

.wsus__daily_deals_single_img .link_img {
    width: 100%;
    height: 240px;
}

.wsus__daily_deals_single_img .link_img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.wsus__daily_deals_single_img p {
    text-transform: capitalize;
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    width: 100%;
    text-align: center;
    background: #17AA95;
    padding: 8px 0px 10px 0px;
}

.wsus__daily_deals_single_img .live {
    background: red;
    color: #fff;
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 5px;
    border-radius: 3px;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 600;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.wsus__daily_deals_single_img .live:hover {
    background: #ae0a0a;
}

.wsus__daily_deals_text {
    padding: 20px;
}

.wsus__daily_deals_text .deals_title {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
    display: block;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.wsus__daily_deals_text p {
    text-transform: capitalize;
}

.wsus__daily_deals_text .common_btn {
    margin-top: 20px;
    padding: 8px 15px;
    text-transform: capitalize;
    display: inline-block;
}

.wsus__daily_deals_text .deals_title:hover {
    color: #17AA95;
}


/*======================
	DAILY DEALS END
========================*/


/*======================
DAILY DEALS DETAILS START
========================*/

.wsus__offer_details_banner {
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 70px;
    position: relative;
    width: 100%;
    height: 230px;
}

.wsus__offer_details_banner img {
    height: 100%;
    object-fit: cover;
}

.wsus__offer_details_banner_text {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    width: 40%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.wsus__offer_details_banner_text p {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 7px;
    font-weight: 600;
}

.wsus__offer_details_banner_text span {
    display: block;
    color: #fff;
    padding: 5px 0px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 25px;
    margin-top: 10px;
}

.wsus__offer_details_area .simply-seconds-section {
    margin-right: 0;
}

.wsus__offer_det_single {
    border: 1px solid #b0d8ff;
    border-radius: 5px;
    margin-top: 25px;
}

.wsus__offer_det_single .simply-countdown {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.wsus__offer_det_single .wsus__product_item {
    border: none;
    margin-top: 0;
}

.wsus__offer_progress {
    padding: 0px 15px 15px 15px;
}

.wsus__offer_progress p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.wsus__offer_progress p span {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
}

.wsus__offer_progress .progress {
    height: 15px;
    font-size: 11px;
    border-radius: 30px;
    font-weight: 600;
}

.wsus__offer_progress .progress-bar {
    background-color: #17AA95;
}

.wsus__offer_time {
    padding: 0px 15px 15px 15px;
}

.wsus__offer_time span {
    color: #353535;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
}

.wsus__offer_time .simply-countdown.simply-countdown-one {
    display: flex;
    margin-top: 5px;
    justify-content: space-between;
}

.wsus__offer_time .simply-days-section,
.wsus__offer_time .simply-hours-section,
.wsus__offer_time .simply-minutes-section,
.wsus__offer_time .simply-seconds-section {
    width: 80px;
    background: #0b2c3d;
    padding-top: 5px;
    border-radius: 3px;
    text-align: center;
}

.wsus__offer_time .simply-amount {
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    border-bottom: 1px dashed #676767;
    padding-bottom: 4px;
    display: block;
}

.wsus__offer_time .simply-word {
    font-weight: 500;
    color: #fff;
    font-size: 11px;
    text-transform: capitalize;
}


/*======================
DAILY DEALS DETAILS END
========================*/


/*======================
	BRANDS PAGE START
========================*/

#wsus__brands {
    margin-top: 40px;
}

.wsus__single_brand {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 5px;
    border-radius: 5px;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 150px;
    position: relative;
    margin-top: 30px;
}

.wsus__single_brand img {
    height: 100%;
    object-fit: cover;
}

.wsus__single_brand::after {
    position: absolute;
    content: "";
    background: #17AA953d;
    width: 70%;
    height: 70%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.wsus__single_brand:hover::after {
    width: 100%;
    height: 100%;
    opacity: 1;
}

.wsus__single_brand .new {
    position: absolute;
    top: 0;
    left: 0;
    background: #17AA95;
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    padding: 0px 10px;
    border-bottom-right-radius: 5px;
    z-index: 1;
}

.wsus__single_brand .rating {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #f6bc3e;
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    padding: 0px 10px;
    border-top-left-radius: 5px;
    z-index: 1;
}


/*======================
	BRANDS PAGE END
========================*/


/*======================
	HOME PAGE 2 START
========================*/

.home_2 header .dropdown .nav-link {
    width: auto;
    height: 40px;
    padding: 0px 10px;
    border-radius: 30px;
}

.home_2 header .dropdown-menu {
    padding: 0;
    border: 1px solid #aad8ff73;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    min-width: 6rem;
    margin-top: 5px !important;
}

.home_2 header .dropdown-menu li {
    margin: 0px !important;
}

.home_2 header .dropdown-menu a {
    width: auto !important;
    height: auto !important;
    box-shadow: none;
    padding: 5px 0px;
    text-transform: uppercase;
    font-size: 14px;
    border-bottom: 1px solid #aad8ff73 !important;
    font-weight: 600;
    border-radius: 0 !important;
    color: #333 !important;
    background: #fff !important;
}

.home_2 header .dropdown-menu a:hover {
    background: #aad8ff73 !important;
}

.home_2 header .wsus__icon_area li {
    margin-left: 10px;
}

.home_2 header .wsus__icon_area a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: none;
    background: #aad8ffab;
    color: #fff;
}

.home_2 header .wsus__icon_area li:hover>a,
.home_2 header .wsus__icon_area li .active {
    background: #316089 !important;
    color: #fff !important;
}

.home_2 header .wsus__call_icon_area {
    justify-content: space-between;
}

.home_2 header .wsus__icon_area {
    width: auto;
}

.home_2 header .wsus__call_area {
    width: auto;
}

.home_2 header .wsus__search form {
    border-radius: 30px;
    border: none;
}

.home_2 header .wsus__search input {
    width: 100%;
    padding: 14px 20px;
}

.home_2 header .wsus__search button {
    right: 2px;
    background: #aad8ffab;
    padding: 16px 35px;
    border-radius: 80px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.home_2 header .wsus__search button:hover {
    background: #316089 !important;
    color: #fff !important;
}

.home_2 .wsus__main_menu .cat_icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    float: left;
    background: #5897fb;
    color: #fff;
    font-size: 23px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.home_2 .wsus__main_menu .cat_icon:hover {
    background: #316089 !important;
}

.home_2 .wsus__menu_item_right li:first-child {
    margin-left: 0px;
}

.home_2 .wsus__menu_item li:last-child {
    margin-right: 0px;
}

.home_2 .wsus__main_menu .wsus__menu_item {
    position: static;
}

.home_2 .relative_contect {
    position: relative;
}

.home_2 header {
    border: none;
    background: #17AA95;
}

.home_2 .wsus__call_text p {
    color: #fff;
}

.home_2 header .wsus__call_text a {
    font-size: 15px;
    color: #fff;
}

.home_2 header .wsus__call_text a:hover {
    color: #316089 !important;
}

.home_2 header .wsus__call {
    font-size: 30px;
    color: #fff;
}

.home_2 header .wsus__icon_area li a span {
    width: 25px;
    height: 25px;
    top: -7px;
    right: -10px;
    background: #316089;
    font-size: 13px;
    line-height: 23px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.home_2 .wsus__main_menu {
    background: #316089;
}

.home_2 .wsus__menu_item li>a {
    color: #fff;
}

.home_2 .wsus__menu_item li a:hover {
    color: #5897fb !important;
}

.home_2 .wsus__menu_item>li:hover>a,
.home_2 .wsus__menu_item li a.active {
    color: #5897fb !important;
}

.home_2 .wsus__mini_cart h4 span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    margin-top: -5px;
}

.home_2 .wsus__mini_cart .wsus__cart_img {
    border: none;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.home_2 .wsis__del_icon {
    opacity: 0;
}

.home_2 .wsus__mini_cart ul li:hover .wsis__del_icon {
    opacity: 1;
}

.home_2 .wsus__mini_cart .wsus__cart_text p del {
    color: #316089;
    font-weight: 600;
    margin-left: 5px;
}

.home_2 .wsus_menu_category_bar {
    width: 50px;
    height: 50px;
    padding: 0;
    text-align: center;
    line-height: 50px;
    display: block;
    font-size: 20px;
    position: relative;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.home_2 .wsus_menu_category_bar:hover {
    background: #fff;
    color: #316089;
}

.home_2 .wsus_menu_cat_item {
    width: 250px;
    height: 570px;
    position: absolute;
    top: 99%;
    left: 0;
    border-radius: 5px;
}

.home_2 .wsus_menu_cat_item>li:hover>a,
.home_2 .wsus_menu_cat_droapdown li a:hover {
    color: #5897fb !important;
}


/* banner 2 start */

.home_2 .wsus__banner_content {
    margin-top: 0px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.home_2 #wsus__banner .slick-dots li button {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.home_2 #wsus__banner .slick-dots li.slick-active button {
    width: 25px !important;
    height: 25px !important;
}

.home_2 #wsus__banner .slick-dots {
    justify-content: center;
}

.home_2 .wsus__single_banner_content {
    height: 270px;
}

.home_2 .wsus__single_banner_content .wsus__single_banner_img {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    width: 100%;
    height: 100%;
}

.home_2 .wsus__single_banner_content .wsus__single_banner_img img {
    object-fit: cover;
    height: 100%;
}

.home_2 .common_btn,
.home_2 .shop_btn {
    border-radius: 30px;
}


/* prosuct start */

.home_2 .wsus__new,
.home_2 .wsus__minus {
    width: 50px;
    border-radius: 30px;
    /* opacity: 0.2; */
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}


/* .home_2 .wsus__product_item:hover .wsus__new,
.home_2 .wsus__product_item:hover .wsus__minus {
  opacity: 1;
} */

.home_2 .wsus__product_item {
    border: none;
    box-shadow: rgba(50, 50, 93, 0.3) 0px 0px 5px 0px;
    border-color: #b0d8ff91;
}

.home_2 .wsus__product_details .add_cart {
    padding: 7px 15px;
    border-radius: 30px;
    position: static;
}

.home_2 .wsus__product_item .wsus__pro_link {
    border: none;
    box-shadow: rgba(50, 50, 93, 0.3) 0px 0px 5px 0px;
}

.home_2 .wsus__product_details {
    text-align: center;
}

.home_2 .wsus__product_item:hover .wsus__product_details .wsus__price {
    opacity: 1;
    visibility: visible;
}

.home_2 .wsus__product_details .wsus__price {
    justify-content: center;
    margin-bottom: 5px;
}

.home_2 .wsus__single_pro_icon li a {
    background: #fff;
}

.home_2 .wsus__single_pro_icon li a:hover {
    color: #17AA95 !important;
}

.wsus__monthly_top_2 .grid .wsus__hot_deals__single_img {
    width: 100% !important;
    height: auto;
    border-right: 0;
}

.wsus__monthly_top_2 .grid .wsus__hot_deals__single_text {
    width: 100% !important;
    padding-left: 0 !important;
    text-align: center;
}

.wsus__monthly_top_2 .grid .wsus__hot_deals__single {
    border-color: #b0d8ff91;
}

.wsus__monthly_top_2 .wsus__monthly_top_banner {
    height: 150px;
}

.wsus__monthly_top_2 .wsus__monthly_top_banner_text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.wsus__monthly_top_2 .wsus__monthly_top_banner_text h3 {
    font-size: 40px;
    margin: 0px 25px;
}

.wsus__monthly_top_2 .wsus__monthly_top_banner_text h3 span {
    font-size: 40px;
}

.wsus__monthly_top_2 .wsus__monthly_top_banner_text h6 {
    font-size: 20px;
    margin-bottom: 0;
    margin-right: 25px;
}

.wsus__monthly_top_2 .wsus__monthly_top_banner_text h4 {
    font-size: 20px;
}

.brand_slider_2 .brand_border {
    padding: 0 !important;
    border-radius: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
}

.brand_slider_2 .wsus__brand_logo {
    margin: 0px 12px;
    border-radius: 5px;
    border: 1px solid #b0d8ff91;
    overflow: hidden;
    box-shadow: rgba(50, 50, 93, 0.15) 0px 0px 5px 0px;
    padding: 20px 0px;
}

.brand_slider_2 .nxt_arr,
.brand_slider_2 .prv_arr {
    left: 15px !important;
}

.brand_slider_2 .nxt_arr {
    left: auto !important;
    right: 15px !important;
}

.wsus__hot_deals_2 .wsus__hot_deals_offer {
    position: relative;
    padding: 0;
    height: 450px;
}

.wsus__hot_deals_2 .wsus__hot_deals_img {
    width: 100% !important;
    position: relative;
}

.wsus__hot_deals_2 .wsus__hot_deals_img img {
    object-fit: cover;
}

.wsus__hot_deals_2 .wsus__hot_deals_text {
    width: 100% !important;
    padding-left: 0;
    padding-top: 0;
    position: absolute;
    top: 0;
    left: 0;
    background: #000006a3;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.wsus__hot_deals_2 .wsus__hot_deals_text .wsus__hot_title,
.wsus__hot_deals_2 .wsus__hot_deals_text .wsus__rating span {
    color: #fff;
}

.wsus__hot_deals_2 .wsus__hot_deals_text .wsus__details {
    color: #fff;
    width: 85%;
}

.wsus__hot_deals_2 .wsus__hot_deals_text ul li:nth-child(2) a,
.wsus__hot_deals_2 .wsus__hot_deals_text ul li:nth-child(3) a {
    border-color: #fff;
    color: #fff;
}

.wsus__hot_deals_2 .wsus__hot_deals_text ul li:nth-child(2) a:hover,
.wsus__hot_deals_2 .wsus__hot_deals_text ul li:nth-child(3) a:hover {
    border-color: #17AA95 !important;
}

.wsus__hot_deals_2 .simply-countdown {
    margin-top: 15px;
}

.wsus__hot_deals_2 .wsus__hot_deals_offer .simply-days-section,
.wsus__hot_deals_2 .wsus__hot_deals_offer .simply-hours-section,
.wsus__hot_deals_2 .wsus__hot_deals_offer .simply-minutes-section,
.wsus__hot_deals_2 .wsus__hot_deals_offer .simply-seconds-section {
    border: 1px solid #fff;
    width: 70px;
    height: 47px;
    margin: 0px 5px;
    border-radius: 3px;
}

.wsus__single_banner_2 .wsus__single_banner_content .wsus__single_banner_img {
    border-radius: 5px;
}

.home_2 .monthly_top_filter button,
.home_2 .monthly_top_filter2 button {
    padding: 2px 10px;
    font-size: 14px;
    border-radius: 3px;
    margin: 0px 5px;
}

.home_2 .monthly_top_filter button:hover,
.home_2 .monthly_top_filter button.active,
.home_2 .monthly_top_filter2 button:hover,
.home_2 .monthly_top_filter2 button.active {
    color: #fff;
    background: #17AA95 !important;
}

.wsus__hot_small_item_2 .wsus__hot_deals__single_img {
    width: 100% !important;
    border-right: 0;
}

.wsus__hot_small_item_2 .wsus__hot_deals__single_text {
    width: 100% !important;
    margin-top: 0;
    padding-left: 0 !important;
    text-align: center;
}

.wsus__hot_small_item_2 .wsus__hot_deals__single {
    border-color: #b0d8ff91;
}

.home_2_single_banner .banner_1 {
    height: 565px;
}

.banner_1 .wsus__single_banner_text {
    background: #00000096;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: translate(0);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.banner_1 .wsus__single_banner_text h6 {
    font-size: 35px;
    flex-wrap: wrap;
    justify-content: center;
}

.banner_1 .wsus__single_banner_text h6 span {
    font-size: 67px;
    font-weight: 900;
    color: #17AA95;
    margin-left: 10px;
}

.banner_1 .wsus__single_banner_text h3 {
    font-size: 55px;
}

.banner_1 .shop_btn {
    font-size: 16px;
    padding: 15px 40px;
}

.weekly_best2 .wsus__hot_deals__single_img {
    width: 100% !important;
    border-right: 0;
}

.weekly_best2 .wsus__hot_deals__single_text {
    width: 100% !important;
    margin-top: 0;
    padding-left: 0 !important;
    text-align: center;
}

.weekly_best2 .single_row {
    padding: 0px 12px;
}

.weekly_best2 .wsus__hot_deals__single {
    border-color: #b0d8ff91;
}

.home_service_2 {
    margin-top: 90px !important;
}

.home_service_single_2 {
    border: none;
    background: #fff;
    position: relative;
    padding: 50px 0px 0px 0px;
    border-radius: 0;
    border-left: 1px solid #b0d8ff;
}

.home_service_single_2.border_left {
    border: none;
}

.home_service_single_2 p {
    font-size: 15px;
}

.home_service_single_2 i {
    font-size: 25px;
    margin: 0px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    background: #17AA95;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff !important;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.wsus__single_blog_2 {
    height: auto !important;
}

.wsus__single_blog_2 .wsus__blog_text {
    position: relative;
}

.wsus__single_blog_2 .wsus__blog_text_center {
    position: static;
    background: #fff;
    padding: 17px 20px 10px 20px;
}

.wsus__single_blog_2 .wsus__blog_text_center a {
    color: #353535;
}

.wsus__single_blog_2 .wsus__blog_text_center a:hover {
    color: #17AA95;
}

.wsus__single_blog_2 .wsus__blog_text_center .date {
    color: #17AA95;
}

.wsus__single_blog_2 .blog_top {
    top: -20px;
    left: auto;
    right: 20px;
}

.wsus__flash_sell_2 .wsus__flash_coundown {
    padding: 30px;
}

.wsus__flash_sell_2 .simply-section.simply-days-section,
.wsus__flash_sell_2 .simply-section.simply-hours-section,
.wsus__flash_sell_2 .simply-section.simply-minutes-section,
.wsus__flash_sell_2 .simply-section.simply-seconds-section {
    background: #fff;
    width: 90px;
    height: 90px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    margin: 0px 5px;
    border: 1px dashed #17AA95;
}

.wsus__flash_sell_2 .simply-amount {
    display: block;
    font-size: 40px;
    font-weight: 900;
    color: #17AA95;
    border-bottom: 1px dashed #17AA95;
    height: 55px;
    line-height: 55px;
}

.wsus__flash_sell_2 .simply-word {
    color: #17AA95;
    text-transform: capitalize;
    height: 35px;
    line-height: 35px;
    display: block;
}

.footer_2 {
    margin-top: 70px;
    background: #0b2c3d;
}

.footer_2 form {
    position: relative;
    width: 100%;
    margin: 15px 0px 25px 0px;
}

.footer_2 form input {
    width: 100%;
    padding: 17px 20px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border: none;
}

.footer_2 form button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.wsus__footer_content_2 h3 {
    font-weight: 900;
    font-size: 25px;
    color: #17AA95;
}

.wsus__footer_content_2 p {
    padding: 0px;
    margin-top: 22px;
}

.footer_payment p {
    margin: 0px 0px 10px 0px;
    text-transform: capitalize;
}

.footer_payment img {
    width: auto;
}

.footer_2 .wsus__footer_bottom {
    border-top: 1px solid #aad8ff42;
    background: none;
}

.footer_2 .wsus__footer_social li a {
    background: #def0ff2e;
    color: #fff;
}

.wsus__footer_2_logo {
    width: 100%;
    border: 1px dashed #17AA95;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
}

.footer_2 .wsus__footer_content img {
    margin-bottom: 0;
}

.footer_2 .wsus__footer_content h5 {
    border-bottom: 2px solid #b0d8ff;
    display: inline-block;
}

.footer_2 .wsus__footer_content h5,
.footer_2 .wsus__footer_content p,
.footer_2 .wsus__footer_menu li a,
.footer_2 .wsus__footer_content .action,
.footer_2 .wsus__footer_content p,
.footer_2 .wsus__footer_bottom p {
    color: #ffffffde;
}

.footer_payment img {
    width: 100%;
}

.home_2 .wsus__pop_up_text form .news_input {
    border-radius: 30px;
}


/*======================
	HOME PAGE 2 END
========================*/


/*======================
DASHBOARD CHAT START
========================*/

.wsus__chatlist,
.wsus__chat_main_area {
    border-radius: 5px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.27) 0px 1px 4px;
    height: 687px;
    overflow: hidden;
}

.wsus__chatlist_body {
    text-align: center;
    max-height: 645px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #17AA95 #0b172d;
    width: 100%;
}

.wsus__chatlist h2,
.wsus__chat_area_header h2 {
    text-transform: capitalize;
    font-size: 18px;
    padding: 10px;
    color: #fff;
    font-weight: 600;
    background: #17AA95;
    text-align: center;
    width: 100%;
}

.wsus__chatlist #v-pills-tab {
    width: 100%;
    margin: 0 !important;
}

.wsus__chatlist button {
    width: 100%;
    border: none;
    border-radius: 0 !important;
    text-align: left;
    outline: none;
    background: none;
    align-items: center;
    display: flex;
    padding: 15px 10px;
}

.wsus__chatlist .nav-pills .nav-link.active {
    background-color: #eeeeeeb3;
}

.wsus__chatlist .wsus_chat_list_img {
    width: 60px;
    height: 60px;
    float: left;
    position: relative;
    margin-right: 15px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 8px;
    border: 5px solid #fff;
}

.wsus__chatlist .wsus_chat_list_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.wsus_chat_list_img span {
    background: #17AA95;
    color: #fff;
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    font-weight: 600;
    top: -3px;
    left: -8px;
    position: absolute;
}

.wsus__chatlist .wsus_chat_list_text {
    width: 295px;
}

.wsus__chatlist .wsus_chat_list_text h4 {
    text-transform: capitalize;
    font-size: 16px;
    margin-bottom: 5px;
    color: #5c5c5c;
    font-weight: 500;
}

.wsus__chatlist .wsus_chat_list_text .status {
    color: #999;
    text-transform: capitalize;
    display: block;
    position: relative;
    padding-left: 20px;
    font-size: 14px;
}

.wsus__chatlist .wsus_chat_list_text .status::after {
    position: absolute;
    content: "";
    background: #b0b0b0;
    width: 13px;
    height: 13px;
    top: 50%;
    left: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.wsus__chatlist .wsus_chat_list_text .status.active {
    color: #5ba835;
}

.wsus__chatlist .wsus_chat_list_text .status.active::after {
    background: #5ba835;
}

.wsus__chat_area_body {
    height: 591px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #17AA95 #0b172d;
}

.wsus__chat_single {
    overflow: hidden;
    padding: 15px 15px 0px 15px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.wsus__chat_single_img {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right: 15px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 8px;
    border: 5px solid #fff;
}

.wsus__chat_single_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wsus__chat_single_text {
    width: 80%;
    text-align: left;
}

.wsus__chat_single_text p {
    text-align: left;
    padding: 10px;
    background: #eeeeeeb3;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    display: inline-block;
    font-size: 15px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.wsus__chat_single_text span {
    display: block;
    text-align: left;
    color: #b8b8b8;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 600;
    margin-top: 5px;
}

.wsus__chat_single.single_chat_2 {
    flex-direction: row-reverse;
    float: right;
}

.single_chat_2 .wsus__chat_single_text {
    text-align: right;
}

.single_chat_2 .wsus__chat_single_img {
    margin-right: 0;
    margin-left: 15px;
}

.single_chat_2 .wsus__chat_single_text span {
    text-align: right;
}

.single_chat_2 .wsus__chat_single_text p {
    background: #17AA95;
    color: #fff;
}

.wsus__chat_area_footer form {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.wsus__chat_area_footer form input {
    width: 100%;
    padding: 15px 20px;
    font-size: 15px;
    border: 1px solid #eee;
}

.wsus__chat_area_footer form button {
    position: absolute;
    top: 7px;
    right: 7px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: #17AA95;
    color: #fff;
    padding-right: 2px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.wsus__chat_area_footer form button:hover {
    background: #5ba835;
}


/*======================
DASHBOARD CHAT END
========================*/


/* extra css start here */

.modal_btn {
    display: flex;
    width: 150px;
}


.modal_btn input:focus {
    border-color: #ddd;
    box-shadow: none;
}

.modal_btn button {
    outline: none;
    padding: 0px 12px;
    font-size: 20px;
}

.modal_btn button:focus {
    color: #fff;
    background-color: #157347;
    border-color: #146c43;
    box-shadow: none;
}

.modal_btn button:focus {
    box-shadow: none;
}

.modal_btn .btn-danger:focus {
    background-color: #dc3545;
    border-color: #dc3545;
}

.wsus__quentity h3 span {
    margin-left: 5px;
    display: inline-block;
    font-size: 23px;
    color: #17AA95;
    font-weight: 600;
}


.login_link {
    color: #d33;
    text-transform: capitalize;
    font-size: 15px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.login_link:hover {
    color: #17AA95;
}

.invoice_print i {
    margin-right: 5px;
}

.wsus__cart_list .wsus__pro_select {
    width: 250px;
}

.wsus__brand_logo a {
    margin-top: 5px;
    width: 100%;
    height: 100%;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: #17AA95;
}

#wsus__product_details #sticky_pro_zoom {
    z-index: 1;
    position: relative;
}

.wsus__dash_pro_area ol li {
    color: #797979;
    margin-bottom: 7px;
    font-size: 16px;
}


/* .wsus__add_address_single input,
.wsus__add_address_single textarea {
	width: 100%;
	padding: 15px 20px;
	font-size: 15px;
	font-weight: 400;
	border-radius: 5px;
	resize: none;
	border: 1px solid #b0d8ff;
} */

input::placeholder,
textarea::placeholder {
    color: #858D9161;
    opacity: 1;
}

.wsus__check_single_form .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #353535;
}

.wsus__payment_area .input {
    color: #fff;
    background: none;
    width: 100%;
    padding: 5px 0px;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 20px;
    resize: none;
    border: none;
    border-bottom: 1px solid #fff6;
    background: none !important;
}

.wsus__payment_area .input::placeholder {
    color: #888 !important;
    opacity: 1;
}

.wsus__compare_des .det {
    width: 55%;
    display: flex;
    flex-wrap: wrap;
}

#wsus__daily_deals .wsus__product_item .wsus__pro_link {
    height: 290px;
}

.wsus__flash_coundown .simply-section.simply-days-section, 
.wsus__flash_coundown .simply-section.simply-hours-section, 
.wsus__flash_coundown .simply-section.simply-minutes-section, 
.wsus__flash_coundown .simply-section.simply-seconds-section {
	width: 100px;
	text-align: center;
	background: #fff;
	margin: 0px 5px;
	padding: 20px 0px 10px 0px;
	border-radius: 3px;
}

.wsus__flash_coundown .simply-amount {
	display: block;
	font-size: 35px;
	font-weight: 900;
	color: #ff5200;
	line-height: 27px;
}

.wsus__flash_coundown .simply-word {
	text-transform: capitalize;
	font-size: 15px;
	padding-top: 5px;
	display: block;
	border-top: 1px dashed #ff5200;
	margin-top: 13px;
}
/* extra css end here */


/* new page css */
.wpcc-color-custom-1453583568.wpcc-container {
    display: none;
}

.wsus__main_menu {
    background: transparent !important;
}

.wsus__icon_area li {
    margin-right: 0 !important;
}

.seach_wrap input {
    border: 0;
    height: 38px;
    background: #424242;
    color: #EAEAEA;
    border-radius: 10px;
    font-weight: 300;
    text-indent: 10px;
    width: 100% !important;
    min-width: 207px !IMPORTANT;
}

.seach_wrap input:focus {
    color: #EAEAEA;
    background: #424242;
    outline: 0;
    box-shadow: none;
}

.seach_wrap input::placeholder {
    color: #EAEAEA;
}

.rounded-10 {
    border-radius: 5px;
}
.rounded-20 {
    border-radius: 5px;
}

.bg-light-off {
    background-color: #CCE1DD !important;
}



.trend_item {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.wsus__trend a {
    display: inline-block;
    width: 100%;
}

.wsus__trend .trend_btn {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    transition: all 0.4s linear;
    bottom: 20px !important;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.8);
}

.wsus__trend .trend_item:hover .trend_btn {
    opacity: 1;
    visibility: visible;
    cursor: pointer;
    transform: scale(1);
}

.trend_img {
    transition: all 0.4s linear;
    transform: scale(1);
}

.wsus__trend .trend_img, .trend_img {
    width: 100%;
    height: 300px !important;
    object-fit: cover;
}

#collapseThree2-71 .form-check {
    flex: 1 1 44% !important;
    max-width: 44% !important;
}

/* .trend_item:hover .trend_img {
    transition: all 0.4s linear;
    transform: scale(1.080);
    cursor: pointer;
} */

.form-check-input:checked[type=checkbox] {
    background-image: url('https://theweavesofkanha.com/user/images/check-wht.svg') !important;
      background-color: transparent !important;
    background-repeat: no-repeat;
    background-position: center;
}

.accordion .form-check-input:checked[type=checkbox] {
    background-image: url('https://theweavesofkanha.com/user/images/check-wht.svg') !important;
    background-color: transparent !important;
    background-repeat: no-repeat;
    background-position: center;
}

.wsus__product_sidebar .form-check-input:checked {
    background-color: #fff !important;
}


.section_space {
    padding-block: 50px;
}

.decor .trend_title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    flex: 1 1 60%;
    max-width: 60%;
}

.trend_content {
    display: flex;
    justify-content: space-between;
    padding-inline: 25px;
    align-items: center;
}

.trend_title {
    font-size: 20.47px;
    line-height: 20.24px;
    font-family: 'DM Sans';
    font-weight: 400;
}


.trend_img:after {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 70%) 100%);
    position: absolute;
    top: 0;
    left: 0;
}

.decor .trend_img {
    width: 100%;
    height: 297px;
    overflow: hidden;
}

.trend_overlay {
    position: absolute;
    bottom: 20px;
    width: 100%;
}

.promo_inner {
    width: 100%;
    height: 334px;
    overflow: hidden;
}

.img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news_letter .wsus__subs_form form {
    width: 54%;
    display: flex;
    position: relative;
}

.news_inner {
    padding: 40px 60px 20px;
    border-radius: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.news_letter input {
    background: #c6c4c3;
    color: #151515;
    height: 52px;
    margin-right: 10px;
}

.news_letter input::placeholder {
    color: #151515;
}

.news_letter button {
    position: relative !important;
    width: 40% !important;
    border-radius: 5px !important;
    height: 52px !IMPORTANT;
}

.bg-grey {
    width: 100%;
    height: 115px;
    background: #D9D9D9;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.product_body {
    margin-top: -5px;
    position: relative;
    padding: 0px;
}

/* .product_body *:not(.product_action_btn, .pro_size) {
    padding: 7px !important;
} */

#wsus__product_page .product_price, .wishlist_page .product_price {
    height: 45px;
    padding-inline: 15px;
}

.product_popup_modal .row {
    --bs-gutter-x: 40px !important;
}

.product_item h5 {
    font-size: 12px;
    line-height: 14.88px;
    font-family: 'DM Sans';
    color: var(--bs-secondary);
    font-weight: 400;
    text-transform: capitalize;
}

.product_item .price {
    font-weight: 700;
    color: var(--bs-secondary);
    line-height: 19.84px;
}

.pro_size a {
    display: inline-flex;
    width: 20px;
    height: 20px;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    border-radius: 50%;
    background: #C8B4A7;
    color: var(--bs-secondary);
    justify-content: center;
}

.pro_size a:hover, .product_action_btn a:hover {
    color: inherit !important;
}

.wishbtn {
    flex: 1 1 40px;
    max-width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    background: #C8B4A7;
    border-radius: 0 0 10px 0;
    transition: all 0.3s linear;
}

.wishbtn span {
    font-size: 16px;
}

.wishbtn:hover {
    background: var(--bs-secondary);
    transition: all 0.3s linear;
}

.wishbtn:hover span {
    color: var(--bs-white);
    transition: all 0.3s linear;
}


.addbtn {
    flex: 1;
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E0D5CF;
    border-radius: 0 0 0 5px;
    color: var(--bs-secondary);
}

.col_inner {
    padding-bottom: 20px;
    border-bottom: 1px solid #00000042;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: -4px;
    right: 1px;
    width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #090909;
    line-height: 0px;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 400;
}


.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #151515;
    border-radius: 0;
    padding: 20px 16px;
    border-radius: 10px;
}

.side_card {
    border-bottom: 1px solid #bdbdbd;
    padding: 15px 15px 15px 0;
}

.side_title {
    font-size: 22.43px;
    line-height: 27.15px;
    font-family: 'DM Sans';
    padding-bottom: 10px;
    text-transform: capitalize;
    font-weight: 400;
}

.wsus__product_topbar_left button:last-child {
    margin-right: 0 !important;
}

.form-check-input {
    border: 1px solid #151515 !important;
}@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=DM+Serif+Display:ital@0;1&display=swap');
/* 
font-family: "Inter", sans-serif; */
* {
    margin: 0;
    padding: 0;
    outline: 0;
}

body {
    scroll-behavior: smooth;
    font-family: "DM Sans";
    overflow-x: hidden;
}

ul,
ol {
    list-style: none;
}

a {
    display: inline-block;
    text-decoration: none;
}

button {
    outline: none !important;
}

a:hover {
    text-decoration: none;
    color: #17AA95 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "DM Serif Display", serif;
    color: #1E1E1E;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
ol,
span {
    margin: 0;
    padding: 0;
    color: #1E1E1E;
}

span,
p {
    font-size: 16px;
    font-weight: 400;
    color: #1E1E1E;
    line-height: 27px;
}

.ffi {
    font-family: "Inter", sans-serif;
}



/*======================
	COMMON CSS START
========================*/

.wsus__pro_det_description p,
.wsus__custom_pages p,
.wsus__vendor_details p,
.wsus__dashboard_profile p,
.wsus__main_blog p {
    margin-bottom: 1rem !important;
}

.common_btn {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
    padding: 12px 30px;
    border: 1px solid var(--bs-dark);
    border-radius: 5px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
    text-align: center;
}

.rowfive .common_btn {
    max-width: 196px;
}

.rowfour .common_btn, .decor .common_btn {
    max-width: 156px;
}


.common_btn.white {
    color: #1E1E1E !important;
    background: #fff !important;
    border: transparent;
}

.common_btn.white:hover {
    color: #fff !important;
    background: #17AA95 !important;
}


.see_btn {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    color: #17AA95;
    border: 1px solid #b0d8ff;
    padding: 5px 23px 5px 10px;
    border-radius: 3px;
    background: #fff;
    position: relative;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.see_btn i {
    font-size: 14px;
    position: absolute;
    top: 11px;
    right: 12px;
}

.see_btn:hover {
    color: #333;
    border: 1px solid #333;
}

.shop_btn {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    border: 2px solid #fff;
    padding: 5px 10px;
    border-radius: 3px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.shop_btn:hover {
    color: #fff;
    background: #17AA95;
    border-color: #17AA95;
}

.add_cart {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding: 10px 15px;
    background: var(--bs-secondary);
    border-radius: 3px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

body .add_cart:hover, body .product_action_btn a:hover {
    color: var(--bs-white) !important;
    background: #032B25 !important;
}


/*======================
	COMMON CSS END
========================*/


/*======================
	TOPBAR START
========================*/

#wsus__topbar {
    width: 100%;
    height: 45px;
    background: #17AA95;
}

.wsus__topbar_left {
    display: flex;
    line-height: 45px;
    align-items: center;
}

.wsus__topbar_left li {
    margin-right: 30px;
    position: relative;
}

.wsus__topbar_left li a {
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.wsus__topbar_left li a i {
    font-size: 13px;
    margin-right: 5px;
}

.wsus__topbar_left li a img {
    width: 15px;
    margin-top: -3px;
}

.wsus__topbar_left li:hover a {
    color: #0b2c3d;
}

.wsus__topbar_dropdown {
    background: #fff;
    line-height: 35px;
    overflow: hidden;
    transform: scaleY(0);
    transform-origin: top;
    transition: all linear 0.3s;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    position: absolute;
    z-index: 9999;
    width: 110px;
    top: 98%;
    left: -12px;
    border-top: 1px solid #aad8ff5e;
    border-bottom: 1px solid #aad8ff5e;
    border-radius: 5px;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    border: 1px solid #def0ff;
}

.wsus__topbar_dropdown li {
    margin: 0 !important;
}

.wsus__topbar_dropdown li a {
    width: 100%;
    padding-left: 10px;
    border-bottom: 1px solid #aad8ff73;
    line-height: 40px;
    color: #0b2c3d;
}

.wsus__topbar_dropdown li:last-child a {
    border-bottom: none;
}

.wsus__topbar_dropdown li a:hover {
    background: #aad8ff73;
    color: #007aff;
}

.wsus__topbar_left li:hover .wsus__topbar_dropdown {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
}

.wsus__topbar_right {
    display: flex;
    justify-content: end;
    line-height: 45px;
}

.wsus__topbar_right li {
    margin-left: 30px;
}

.wsus__topbar_right li a {
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
    color: #fff;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.wsus__topbar_right li a i {
    margin-right: 3px;
}

.wsus__topbar_right li a:hover,
.wsus__topbar_right li .active {
    color: #0b2c3d;
}

.profile_drop ul {
    width: 289px;
    height: auto;
    border-radius: 5px;
    border: 0;
    top: 60% !important;
}

.pro_header {
    padding: 15px 20px !important;
}

.pro_head_inner h4 {
    font-size: 17px;
    line-height: 21px;
    font-family: 'DM Sans';
    font-weight: 400;
    text-transform: capitalize !important;
    color: #fff;
}

.profile_drop .dropdown-menu a {
    color:#151515 !important;
    justify-content: start !important;
    height: auto !important;
    width: 100% !important;
    box-shadow: none !important;
    font-size: 16px !important;
    /* line-height: 19px !important; */
}

.profile_drop .dropdown-item.active, .profile_drop .dropdown-item:active, .profile_drop .dropdown-item:hover {
    color: var(--bs-info) !important;
    background-color: transparent !important;
}

.profile_drop .after_menu {
    padding-block: 10px;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    padding-left: 14px;
}

.profile_drop .edit_menu {
    padding-block: 10px;
    padding-left: 16px;
}

.product_slider .slick-track {
    /* gap: 25px !important; */
    display: flex;
}

.product_slider .slick-slide {
    margin-right: 25px !important;
}

/*======================
	TOPBAR END
========================*/


/*======================
	HEADER START
========================*/


/* .wsus__header_logo {
    width: 100%;
} */


.wsus__header_logo {
    width: 200px;
}

.wsus__search {
    padding-right: 35px;
}

.wsus__search form {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    border: 2px solid #b0d8ff;
    border-radius: 4px;
    overflow: hidden;
}

.wsus__category_search {
    width: 60%;
}

.wsus__category_search .select2-container--default .select2-selection--single {
    border-radius: 0;
    padding: 0;
}

.wsus__category_search .select2-container .select2-selection--single {
    height: 41px;
    border: none;
    border-right: 2px solid #b0d8ff;
    padding-left: 20px;
}

.wsus__category_search .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #0b2c3d;
    line-height: 41px;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 400;
}

.wsus__category_search .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 5px;
}

.wsus__search input {
    width: 70%;
    padding: 10px 20px;
    line-height: 0;
    border: none;
    font-size: 15px;
    color: #0b2c3d;
    font-weight: 400;
}

.wsus__search button {
    line-height: 0;
    background: none;
    border: none;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    outline: none;
    color: #333;
}

.wsus__call_icon_area {
    display: flex;
}

.wsus__call_area {
    display: flex;
    width: 50%;
}

.wsus__call {
    font-size: 34px;
    color: #333;
    margin-right: 10px;
}

.menu_wrap {
    display: flex;
    justify-content: end;
    align-items: center;
}

.wsus__call_text p {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
}

.wsus__call_text a {
    color: #0b2c3d;
    font-size: 17px;
    font-weight: 700;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.wsus__call_text a:hover {
    color: #007aff;
}

.wsus__icon_area {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.wsus__icon_area li {
    margin-left: 21px;
    margin-right: 10px;
}

.wsus__icon_area li a {
    font-size: 18px;
    color: #fff;
    position: relative;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 26px;
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border: 1px solid transparent; */
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.wsus__icon_area li a:hover,
.wsus__icon_area li .active {
    color: #17AA95;
}

.wsus__icon_area li a span {
    position: absolute;
    width: 18px;
    height: 19px;
    top: 6px;
    right: -4px;
    background: #17AA95;
    border-radius: 50%;
    font-size: 10px;
    text-align: center;
    line-height: 19px;
    font-weight: 600;
    color: #ffffff;
}


.log_title {
    font-size: 28px;
    line-height: 35px;
    color: #17584E;
}

.wsus__mini_cart {
    position: fixed;
    top: 0;
    right: -430px;
    width: 400px;
    height: 100vh;
    background: #fffbf8;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    z-index: 9999;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
    display: block;
    overflow-x: auto !important;
}

.wsus__mini_cart h4 {
    font-size: 20px;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    font-family: 'DM Sans';
}

.wsus__mini_cart h4 span {
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    color: #151515;
    font-size: 18px;
    cursor: pointer;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
    /* box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px; */
    border-radius: 3px;
}

/* .wsus__mini_cart h4 span:hover {
    background: #17AA95;
} */

.wsus__mini_cart ul {
    display: block;
    overflow-y: auto !important;
    scrollbar-width: thin;
    scrollbar-color: #17AA95 #0b172d;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
    padding-left: 5px;
    max-height: 450px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

.wsus__mini_cart li {
    /* margin-top: 20px; */
    width: 100%;
    float: left;
}

.wsus__mini_cart .wsus__cart_img {
    width: 70px;
    float: left;
    border: 1px solid #eee;
    height: 70px;
    position: relative;
    border-radius: 3px;
}

.wsus__mini_cart .wsus__cart_img a {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 3px;
}

.wsus__mini_cart .wsus__cart_img img {
    height: 100%;
    object-fit: cover;
}

.wsis__del_icon {
    position: absolute;
    top: -10px;
    left: -5px;
    color: #dc3545;
    font-size: 18px;
    width: 20px !important;
    height: 20px !important;
    text-align: center;
    line-height: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 50% !important;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.wsis__del_icon:hover {
    color: #17AA95;
}

.wsus__mini_cart .wsus__cart_text {
    width: 200px;
    float: left;
    margin-left: 20px;
}

.wsus__mini_cart .wsus__cart_text a {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.wsus__mini_cart .wsus__cart_text a:hover {
    color: #5897fb;
}

.wsus__mini_cart .wsus__cart_text p {
    font-size: 16px;
    font-weight: 600;
    color: #5897fb;
    margin-top: 0;
}

.wsus__mini_cart .wsus__cart_text p del {
    color: #dc3545;
    font-weight: 400;
}

.wsus__mini_cart h5 {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    padding: 15px 0px 13px 0px;
}

.wsus__mini_cart h5 span {
    color: #353535;
    font-weight: 700;
}

.wsus__minicart_btn_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wsus__mini_cart.\.show_cart {
    right: 0;
}


/*======================
	HEADER END
========================*/


/*======================
	MAIN MENU START
========================*/

.wsus__main_menu {
    width: auto !important;
}

.wsus_menu_category_bar {
    background: #17AA95;
    width: 100%;
    height: 50px;
    color: #fff;
    padding: 0px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    overflow: hidden;
}

.wsus_menu_category_bar p {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
}

.wsus_menu_category_bar p i {
    margin-right: 4px;
}

.wsus_menu_category_bar span {
    color: #fff;
}

.wsus_menu_cat_item {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    width: 100%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 570px;
    position: relative;
    z-index: 10;
}

.wsus_menu_cat_item li .wsus__droap_arrow {
    position: relative;
}

.wsus_menu_cat_item li .wsus__droap_arrow::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    position: absolute;
    content: "\f105";
    top: 1px;
    right: 30px;
    color: #575757;
    font-size: 14px;
    border: none;
}

.wsus_menu_cat_item li a {
    padding: 0px 30px;
    border-bottom: 1px solid #def0ff;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    color: #575757;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
    line-height: 51px;
}

.wsus_menu_cat_item li a i {
    width: 25px;
}

.wsus_menu_cat_item li:last-child a {
    border-bottom: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.wsus_menu_cat_item>li:hover>a {
    color: #007aff;
    background: #f1f1f1;
}

.wsus_menu_cat_item>li:hover .wsus__droap_arrow::after {
    color: #007aff;
}

.wsus_menu_cat_droapdown {
    width: 250px;
    background: #fff;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 105%;
    padding: 0;
    border: 1px solid #def0ff;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    opacity: 0;
    visibility: hidden;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
    height: 570px;
}

.wsus_menu_cat_droapdown li a {
    padding: 0px 20px;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wsus_menu_cat_droapdown li a i {
    width: auto;
}

.wsus_menu_cat_droapdown li a:hover {
    color: #007aff;
}

.wsus_menu_cat_item li:hover .wsus_menu_cat_droapdown {
    opacity: 1;
    visibility: visible;
    left: 100%;
}

.wsus__sub_category {
    width: 250px;
    background: #fff;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 105%;
    padding: 0;
    border: 1px solid #def0ff;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    opacity: 0;
    visibility: hidden;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
    height: 570px;
}

.wsus_menu_cat_droapdown li:hover .wsus__sub_category {
    opacity: 1;
    visibility: visible;
    left: 100%;
}

.toggle_menu.\.show_category {
    display: block;
}

.toggle_menu {
    display: none;
}

.wsus__menu_item {
    line-height: 50px;
    /* position: relative; */
    display: flex;
}

.wsus__menu_item_right {
    display: flex;
    justify-content: end;
}

.wsus__menu_item li {
    margin-right: 30px;
    /* float: left; */
}

body .wsus__menu_item li a {
    text-transform: capitalize;
    color: #fff;
    font-weight: 300;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
    font-size: 13px;
    line-height: 32.85px;
    /* border-bottom: 1px solid #67391b36; */
}

.wsus__menu_item li a i {
    margin-left: 5px;
}

.wsus__menu_item>li:hover>a,
.wsus__menu_item li a.active {
    color: #17AA95;
}

.wsus__menu_item_right li {
    margin-right: 0;
    margin-left: 25px;
}


/* .menu_fix {
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0;
    z-index: 999;
    animation: menu_animate 1s;
    background: #0b2c3d;
    height: 50px;
} */

@keyframes menu_animate {
    from {
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
    }
    to {
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
    }
}

.wsus__mega_menu {
    position: absolute;
    background: #fff;
    width: 100%;
    padding: 20px;
    z-index: 999;
    top: 50px;
    left: 0;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transform: scaleY(0);
    opacity: 0;
    transform-origin: top;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
}

.wsus__mega_menu_colum {
    position: relative;
}

.wsus__mega_menu_colum img {
    height: 245px;
    object-fit: cover;
}

.wsus__mega_menu_colum_text {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
}

.wsus__mega_menu_colum_text h5 {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
}

.wsus__mega_menu_colum_text h5 span {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #dc3545;
}

.wsus__mega_menu_colum_text h3 {
    text-transform: capitalize;
    font-size: 25px;
    font-weight: 700;
}

.wsus__mega_menu_colum_text .common_btn {
    line-height: 0;
    padding: 20px 20px;
    text-transform: uppercase;
    font-weight: 600;
}

.wsus__mega_menu_colum h4,
.wsus_menu_cat_droapdown h5 {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 5px;
    border-bottom: 1px solid #cae5fc;
    padding-bottom: 10px;
}

.wsis__mega_menu_item {
    line-height: 35px;
}

.wsis__mega_menu_item li {
    margin: 0;
    width: 100%;
}

.wsis__mega_menu_item li a {
    color: #575757 !important;
    display: block;
    width: 100%;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
    font-size: 15px;
    font-weight: 400;
}

.wsis__mega_menu_item li a:hover {
    color: #007aff;
}

.wsus__menu_item li:hover .wsus__mega_menu {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

/* .wsus__relative_li {
    position: relative;
} */

body .wsus__menu_droapdown {
    position: absolute;
    top: 50px;
    left: 0;
    background: #fff;
    z-index: 999;
    width: 215px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    line-height: 35px;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform-origin: top;
    opacity: 0;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
    padding: 0 !important;
}

.wsus__menu_droapdown>li {
    margin: 0;
    width: 100%;
    position: relative;
}

.wsus__menu_droapdown>li>a {
    color: #575757 !important;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
    padding: 0px 20px;
    border-bottom: 1px solid #fff;
}

.wsus__menu_droapdown>li:last-child a {
    border: none;
}

.wsus__menu_droapdown>li>a>i {
    font-size: 10px;
    margin-right: 5px;
    font-weight: 900;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

body .wsus__menu_droapdown>li:hover>a, body .wsus__menu_droapdown>li .active {
    color: #fff !important;
    background: #67391bd1;
    border-color: #67391bd1 !important;
}



.wsus__menu_droapdown>li:hover i {
    margin-right: 0;
}

.wsus__menu_item li:hover .wsus__menu_droapdown {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
}

.wsus__menu_droapdown2 {
    width: 220px;
    position: absolute;
    top: -20px;
    left: 110%;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 20px;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.wsus__menu_droapdown2 li {
    width: 100%;
}

.wsus__menu_droapdown2 li a {
    color: #575757;
    width: 100%;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.wsus__menu_droapdown2>li>a:hover {
    color: #007aff;
}

.wsus__menu_droapdown>li:hover .wsus__menu_droapdown2 {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
}


/*=======================
	MAIN MENU END
========================*/


/*=========================
		POP UP START
==========================*/

#wsus__pop_up {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.wsus__pop_up_center {
    width: 800px;
    padding: 80px 40px;
    background: url(../images/popup_img.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 5px 0px;
    border-radius: 10px;
    overflow: hidden;
}

.wsus__pop_up_text {
    width: 50%;
}

.wsus__pop_up_text img {
    width: 150px;
    border-radius: 10px;
}

.wsus__pop_up_text #cross {
    position: absolute;
    top: -15px;
    right: -15px;
    font-size: 20px;
    cursor: pointer;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #17AA95;
    color: #fff;
    border-radius: 50%;
    padding: 5px 0px 0px 18px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.wsus__pop_up_text h5 {
    text-transform: uppercase;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
}

.wsus__pop_up_text h5 span {
    color: #17AA95;
    font-size: 35px;
    font-weight: 700;
    margin-left: 10px;
}

.wsus__pop_up_text h2 {
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 20px;
}

.wsus__pop_up_text p {
    margin-bottom: 20px;
}

.wsus__pop_up_text form {
    position: relative;
    margin-bottom: 15px;
}

.wsus__pop_up_text form .news_input {
    border: 1px solid #17AA95;
    padding: 10px;
    color: #353535;
    border-radius: 5px;
    width: 100%;
}

.wsus__pop_up_text form .common_btn {
    position: absolute;
    top: 1px;
    right: 1px;
    border: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 11.5px 25px;
}

.wsus__pop_up_text .form-check {
    margin: 0;
}

.wsus__pop_up_text .form-check label {
    color: #797979;
}

.wsus__pop_up_center:hover .pop_up_text #cross {
    color: #ed1b35;
}

.wsus__pop_up_text #cross:hover {
    background: red;
}


/*=========================
		POP UP END
===========================*/


/*=========================
PRODUCT MODAL VIEW START
===========================*/

.product_popup_modal .modal-dialog {
    min-width: 1000px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -moz-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    -o-transform: translate(-50%, -50%) !important;
    margin: 0;
}

.product_popup_modal .modal-body {
    height: 510px;
    overflow-y: scroll;
    scrollbar-width: none;
    padding-left: 25px;
    padding-top: 20px !important;
}

.modal_slider_img {
    margin-right: 10px;
    height: 480px;
}

.product_popup_modal .display {
    margin-top: 0 !important;
}

.product_popup_modal .btn-close {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 25px;
    height: 25px;
    /* background: red; */
    /* color: #fff; */
    opacity: 1;
    outline: none;
    line-height: 25px;
    z-index: 999;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

/* .product_popup_modal .btn-close:hover {
    background: #17AA95;
} */

.modal-content {
    border-radius: 10px !important;
}

.product_popup_modal .price {
    font-size: 18px !important;
    line-height: 19px !important;
}

.report_modal .btn-close {
    top: 14px;
    right: 10px;
    padding: 5px;
}

.product_popup_modal .btn-close:focus {
    box-shadow: none;
}

.wsus__quick_view_img {
    position: relative;
}

.wsus__quick_view_img .modal-body {
    padding: 25px;
}

.modal_slider_img img {
    border-radius: 5px;
    object-fit: cover;
}

.modal_slider .prv_arr,
.modal_slider .nxt_arr {
    position: absolute;
    top: 50%;
    left: 5px;
    background: #17AA95;
    width: 35px;
    height: 35px;
    z-index: 1;
    transform: translateY(-50%);
    line-height: 35px;
    text-align: center;
    padding: 0;
    color: #fff;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    font-size: 15px;
    cursor: pointer;
}

.modal_slider .nxt_arr {
    left: auto;
    right: 15px;
}


/*=========================
PRODUCT MODAL VIEW END
===========================*/


/*======================
	BANNER PART START
========================*/

.wsus__banner_content {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    width: 100%;
}

.wsus__banner_menu_cat_item {
    position: static;
    line-height: 24.6px;
}

.wsus__banner_menu_cat_item li a {
    padding: 13px 30px;
}

.wsus__single_slider {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    padding: 168px 50px;
    width: 100%;
    height: 640px;
    text-align: center;
}

.wsus__single_slider_text h3 {
    color: #17AA95;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 25px;
}

.wsus__single_slider_text h1 {
    /* text-transform: capitalize; */
    font-weight: 400;
    margin: 0px;
    font-size: 55px;
    line-height: 54.39px;
}

.wsus__single_slider_text h6 {
    color: #17AA95;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 40px;
}

#wsus__banner .slick-dots {
    position: absolute;
    left: 20px;
    bottom: 30px;
    display: flex;
}

#wsus__banner .slick-dots li button {
    font-size: 0;
    width: 30px;
    height: 8px;
    background: #76c3ff;
    border-radius: 50px;
    margin: 0 5px;
    outline: 0;
    border: none;
}

#wsus__banner .slick-dots li.slick-active button {
    background: #0086ee;
}


/*======================
	BANNER PART END
========================*/


/*======================
	BRAND SLIDER START
========================*/

#wsus__brand_sleder {
    margin-top: 70px;
}

#wsus__brand_sleder .brand_border {
    padding: 0px 5px;
    border-radius: 5px;
    border: 1px solid #d0e7fd;
    box-shadow: 0px 0px 10px 0px #d0e7fd;
}

.wsus__brand_logo {
    margin: 2px 15px;
    height: 100px;
}

.wsus__brand_logo img {
    height: 100%;
    width: 100% !important;
    object-fit: cover;
}

#wsus__brand_sleder .nxt_arr,
#wsus__brand_sleder .prv_arr {
    position: absolute;
    top: 50%;
    left: -7px;
    width: 35px;
    height: 35px;
    background: #17AA95a1;
    line-height: 35px;
    font-size: 15px;
    text-align: center;
    padding: 0;
    color: #fff;
    z-index: 99;
    border-radius: 50%;
    cursor: pointer;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
    transform: translateY(-50%);
}

#wsus__brand_sleder .nxt_arr {
    left: auto;
    right: -7px;
}

#wsus__brand_sleder .nxt_arr:hover,
#wsus__brand_sleder .prv_arr:hover {
    background: #17AA95;
}


/*======================
	BRAND SLIDER END
========================*/


/*======================
	FLASH SELL START
========================*/

#wsus__flash_sell {
    padding-top: 70px;
}

.wsus__section_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.wsus__category a {
    font-size: 16px;
    line-height: 23.68px;
}

.wsus__section_header h3 {
    text-transform: capitalize;
    font-weight: 400;
    font-size: 36px;
    line-height: 35.6px;
}

.wsus__section_header .see_btn {
    margin-bottom: -1px;
}

.wsus__offer_countdown {
    overflow: hidden;
    display: flex;
    align-items: center;
}

.wsus__offer_countdown .end_text {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    color: #17AA95;
    margin-right: 10px;
}

.simply-countdown {
	display: flex;
	flex-wrap: wrap;
}

.wsus__section_header .simply-amount {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px dashed #fff;
}

.wsus__section_header .simply-word {
    color: #fff;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 600;
}

.wsus__section_header .simply-days-section,
.wsus__section_header .simply-hours-section,
.wsus__section_header .simply-minutes-section,
.wsus__section_header .simply-seconds-section {
    text-align: center;
    width: 60px;
    height: 57px;
    background: #17AA95;
    margin: 0px 5px;
    border-radius: 3px;
    padding-top: 2px;
}

.wsus__flash_coundown {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f1f1f1;
    border-radius: 5px;
    padding: 10px 30px;
}

.wsus__flash_coundown .end_text {
	color: #17AA95;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 39px;
	width: 330px;
}

.wsus__flash_coundown .common_btn i {
    margin-left: 5px;
}

.wsus__product_item {
    position: relative;
}

.wsus__product_item .wsus__pro_link {
    position: relative;
    width: 100%;
    height: 220px;
    border-bottom: 1px solid #b0d8ff;
    overflow: hidden;
}

.wsus__product_item {
    margin-top: 25px;
    position: relative;
    overflow: hidden;
    min-height: 90%;
    border-radius: 5px;
    background: #fff;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    border: none;
}

.wsus__new {
    position: absolute;
    background: #17AA95;
    width: auto;
    height: 25px;
    text-align: center;
    line-height: 25px;
    top: 10px;
    left: 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    border-radius: 3px;
    z-index: 1;
    padding: 0px 10px;
}

.wsus__minus {
    position: absolute;
    background: #dc3545;
    width: 45px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    top: 10px;
    right: 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    border-radius: 3px;
    z-index: 1;
}

.wsus__product_item .wsus__pro_link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wsus__product_item .wsus__pro_link .img_1 {
    transition: all linear 0.5s;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.wsus__product_item .wsus__pro_link .img_2 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all linear 1s;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.wsus__product_item:hover .wsus__pro_link .img_1 {
    opacity: 0;
    visibility: hidden;
}

.wsus__product_item:hover .wsus__pro_link .img_2 {
    opacity: 1;
    visibility: visible;
    transform: scale(1.1);
}

.wsus__single_pro_icon {
    position: absolute;
    top: 50px;
    right: 10px;
    opacity: 0;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.wsus__single_pro_icon li a {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-bottom: 10px;
    border-radius: 50%;
    color: #fff !important;
    font-size: 14px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
    background: #f59b00;
    border: 1px solid #5bb6fd;
    cursor: pointer;
}

.wsus__product_item:hover .wsus__single_pro_icon {
    opacity: 1;
}

.wsus__single_pro_icon li a:hover {
    color: #fff !important;
    border-color: #17AA95;
    background: #17AA95;
}

.wsus__product_details {
    padding: 15px 10px 20px 20px;
    position: relative;
}

.wsus__product_details .wsus__category {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: #aaa;
    width: 100%;
}


.wsus__product_details .wsus__price {
    font-size: 16px;
    font-weight: 700;
    color: var(--bs-secondary);
    opacity: 1;
    display: flex;
    align-items: center;
    visibility: visible;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.wsus__product_details .wsus__price del {
    color: red;
    margin-left: 10px;
    font-size: 16px;
    font-weight: 500;
}

.wsus__product_details .wsus__pro_rating {
    font-size: 12px;
    color: #aaa;
}

.wsus__product_details .wsus__pro_rating span {
    font-size: 13px;
    text-transform: capitalize;
}

.wsus__product_details .wsus__pro_rating i {
    color: #f6bc3e;
}

.wsus__product_details .add_cart {
    position: absolute;
    bottom: -60px;
    left: 15px;
    padding: 7px 10px;
}

.wsus__product_item:hover .wsus__product_details .add_cart {
    bottom: 13px;
}

.wsus__product_item:hover .wsus__product_details .wsus__price {
    opacity: 0;
    visibility: hidden;
}

#wsus__flash_sell .wsus__product_item {
    margin: 25px 12px 0px 12px;
}

#wsus__flash_sell .nxt_arr,
#wsus__flash_sell .prv_arr,
#wsus__electronic2 .prv_arr,
#wsus__electronic2 .nxt_arr,
#wsus__electronic .prv_arr,
#wsus__electronic .nxt_arr {
    position: absolute;
    top: 50%;
    left: 15px;
    width: 35px;
    height: 35px;
    background: #17AA95a1;
    line-height: 35px;
    font-size: 15px;
    text-align: center;
    padding: 0;
    color: #fff;
    z-index: 99;
    border-radius: 50%;
    cursor: pointer;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
    transform: translateY(-50%);
}

#wsus__flash_sell .nxt_arr,
#wsus__electronic2 .nxt_arr,
#wsus__electronic .nxt_arr {
    left: auto;
    right: 15px;
}

#wsus__flash_sell .nxt_arr:hover,
#wsus__flash_sell .prv_arr:hover,
#wsus__electronic2 .nxt_arr:hover,
#wsus__electronic2 .prv_arr:hover,
#wsus__electronic .nxt_arr:hover,
#wsus__electronic .prv_arr:hover {
    background: #17AA95;
}


/*======================
	FLASH SELL END
========================*/


/*======================
MONTHLY TOP PRODUCT START
========================*/

#wsus__monthly_top {
    margin-top: 60px;
    margin-bottom: -5px;
}

#wsus__monthly_top .wsus__section_header {
    border-bottom-right-radius: 0;
}

.monthly_top_filter button,
.monthly_top_filter2 button {
    background: none;
    border: none;
    text-transform: capitalize;
    font-size: 16px;
    color: #353535;
    border-bottom: 2px solid transparent;
    padding: 0;
    margin: 0px 10px;
    outline: none;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.monthly_top_filter button:last-child {
    margin-right: 0px !important;
}

.monthly_top_filter button:first-child {
    margin-left: 0px !important;
}

.monthly_top_filter button:hover,
.monthly_top_filter button.active,
.monthly_top_filter2 button:hover,
.monthly_top_filter2 button.active {
    color: #17AA95;
}

.wsus__monthly_top_banner {
    margin-top: 25px;
    position: relative;
    width: 100%;
    height: 495px;
}

.wsus__monthly_top_banner_img {
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.wsus__monthly_top_banner_img img {
    height: 100%;
    object-fit: cover;
}

.wsus__monthly_top_banner_img span {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
}

.wsus__monthly_top_banner_text {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}

.wsus__monthly_top_banner_text h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.wsus__monthly_top_banner_text h3 {
    font-size: 30px;
    font-weight: 900;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 15px;
}

.wsus__monthly_top_banner_text h3 span {
    color: #dc3545;
    font-weight: 900;
    font-size: 30px;
}

.wsus__monthly_top_banner_text h6 {
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 30px;
}

#wsus__monthly_top .grid {
    margin-top: 5px;
}

.grid .wsus__hot_deals__single_img {
    width: 40%;
    height: 95px;
}

.grid .wsus__hot_deals__single_img img {
    height: 100%;
    object-fit: cover;
}

.grid .wsus__hot_deals__single_text {
    width: 60%;
    padding-left: 10px;
}

#wsus__hot_deals .nxt_arr,
#wsus__hot_deals .prv_arr {
    position: absolute;
    top: -25px;
    right: 12px;
    width: 25px;
    height: 25px;
    background: #17AA95;
    line-height: 24px;
    font-size: 15px;
    text-align: center;
    padding: 0;
    color: #fff;
    z-index: 99;
    border-radius: 3px;
    cursor: pointer;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

#wsus__hot_deals .prv_arr {
    right: 42px;
}

#wsus__hot_deals .nxt_arr:hover,
#wsus__hot_deals .prv_arr:hover {
    background: #045c9f;
}


/*======================
MONTHLY TOP PRODUCT END
========================*/


/*======================
ELECTRONIC PART START
========================*/

#wsus__electronic {
    margin-top: 60px;
    margin-bottom: 60px;
}

#wsus__electronic2 .wsus__product_item,
#wsus__electronic .wsus__product_item {
    margin: 25px 12px 0px 12px;
}


/*======================
ELECTRONIC PART  END
========================*/


/*======================
HOME BLOGS START
========================*/

.home_blogs {
    margin-top: 20px;
}


/*======================
HOME BLOGS END
========================*/


/*======================
	SINGLE BANNER START
========================*/

#wsus__single_banner {
    padding-top: 70px;
}

.wsus__single_banner_content {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-radius: 5px;
}

.wsus__single_banner_img {
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    height: 100%;
}

.wsus__single_banner_img img {
    height: 100%;
    object-fit: cover;
}

.wsus__single_banner_text {
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
}

.wsus__single_banner_text h6 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    display: flex;
    align-items: center;
}

.wsus__single_banner_text h6 span {
    color: #17AA95;
    font-weight: 900;
    font-size: 30px;
    margin-left: 10px;
}

.wsus__single_banner_text h3 {
    text-transform: capitalize;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    margin: 7px 0px 15px 0px;
}

.single_banner_2 h6,
.single_banner_2 h3,
.single_banner_2 .shop_btn {
    color: #353535;
    border-color: #353535;
}

.single_banner_2 .shop_btn:hover {
    color: #fff;
    background: #17AA95;
    border-color: #17AA95;
}


/*======================
	SINGLE BANNER END
========================*/


/*======================
	HOT DEALS START
========================*/

#wsus__hot_deals {
    padding-top: 66px;
}

.wsus__hot_deals_offer {
    border: 1px solid #b0d8ff;
    overflow: hidden;
    border-radius: 5px;
    padding: 10px;
    margin: 25px 12px 0px 12px;
    background: #fff;
    margin-bottom: 5px;
}

.wsus__hot_deals_img {
    width: 50%;
    float: left;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    height: 233px;
}

.wsus__hot_deals_img img {
    object-fit: cover;
}

.wsus__hot_deals_offer .simply-days-section,
.wsus__hot_deals_offer .simply-hours-section,
.wsus__hot_deals_offer .simply-minutes-section,
.wsus__hot_deals_offer .simply-seconds-section {
    text-align: center;
    padding: 0px 10px;
}

.wsus__hot_deals_offer .simply-amount {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: -8px;
}

.wsus__hot_deals_offer .simply-word {
    color: #fff;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 600;
}

.wsus__hot_deals_img .simply-countdown {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    display: flex;
    background: rgba(0, 0, 0, 0.7);
    padding: 8px 3px;
    width: 100%;
    justify-content: space-around;
}

.wsus__hot_deals_text {
    width: 50%;
    float: left;
    padding-left: 20px;
}

.wsus__hot_deals_text .wsus__hot_title {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 5px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.wsus__hot_title:hover {
    color: #17AA95;
}

.wsus__hot_deals_text .wsus__rating {
    color: #ff9933;
    font-size: 13px;
}

.wsus__hot_deals_text .wsus__rating span {
    font-size: 13px;
    text-transform: capitalize;
}

.wsus__hot_deals_proce {
    color: #17AA95;
    font-size: 20px;
    font-weight: 600;
    margin: 5px 0px 5px 0px;
}

.wsus__hot_deals_proce del {
    color: red;
}

.wsus__hot_deals_text .wsus__details {
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.wsus__hot_deals_text ul {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.wsus__hot_deals_text ul li:nth-child(2) a,
.wsus__hot_deals_text ul li:nth-child(3) a {
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 40px;
    border-radius: 3px;
    margin-left: 10px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.wsus__hot_deals_text ul li:nth-child(2) a:hover,
.wsus__hot_deals_text ul li:nth-child(3) a:hover {
    color: #fff;
    border-color: #17AA95;
    background: #17AA95;
}

.wsus__hot_deals__single {
    border: 1px solid #b0d8ff;
    overflow: hidden;
    margin-top: 20px;
    padding: 10px;
    border-radius: 3px;
    display: block;
}

.wsus__hot_deals__single_img {
    width: 35%;
    float: left;
    border-right: 1px solid #b0d8ff;
    height: 90px;
}

.wsus__hot_deals__single_text {
    width: 65%;
    float: left;
    margin-top: 5px;
    padding-left: 15px;
}

.wsus__hot_deals__single_text h5 {
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 400;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.wsus__hot_deals__single_text .wsus__rating {
    font-size: 13px;
    color: #ff9933;
    margin: 2px 0px 0px 0px;
}

.wsus__hot_deals__single_text .wsus__rating span {
    font-size: 13px;
}

.wsus__hot_deals__single_text .wsus__tk {
    color: #353535;
    font-weight: 600;
    font-size: 14px;
}

.wsus__hot_deals__single_text .wsus__tk del {
    color: #aaa;
    font-weight: 400;
    margin-left: 10px;
    display: none;
}

.wsus__hot_deals__single:hover h5 {
    color: #17AA95;
}

.wsus__hot_large_item {
    margin-top: 55px;
}

.wsus__hot_large_item .wsus__section_header {
    border-radius: 0;
}

.wsus__hot_small_item {
    margin-top: 50px;
}


/*======================
	HOT DEALS END
========================*/


/*======================
	LARGE BANNER START
========================*/

#wsus__large_banner {
    padding-top: 65px;
}

.wsus__large_banner_content {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    border-radius: 5px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.wsus__large_banner_content_overlay {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    padding: 50px;
}

.wsus__large_banner_text h3 {
    color: #fff;
    text-transform: capitalize;
    font-weight: 800;
    font-size: 40px;
}

.wsus__large_banner_text h5 {
    color: #dc3545;
    font-size: 30px;
    font-weight: 900;
    text-transform: capitalize;
}

.wsus__large_banner_text p {
    color: #fff;
    margin: 10px 0px 15px 0px;
}

.wsus__large_banner_text_right {
    text-align: right;
}

.wsus__large_banner_text_right h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 25px;
}


/*======================
	LARGE BANNER  END
========================*/


/*======================
WEEKLY BEST ITEM START
========================*/

#wsus__weekly_best {
    margin-top: 67px;
}

#wsus__weekly_best .wsus__section_header h3 {
    font-size: 20px;
}

.wsus__weekly_best .weekly_best {
    position: relative;
}

#wsus__weekly_best .nxt_arr,
#wsus__weekly_best .prv_arr {
    position: absolute;
    top: -25px;
    right: 12px;
    width: 25px;
    height: 25px;
    background: #17AA95;
    line-height: 24px;
    font-size: 15px;
    text-align: center;
    padding: 0;
    color: #fff;
    z-index: 99;
    border-radius: 3px;
    cursor: pointer;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

#wsus__weekly_best .nxt_arr {
    right: 42px;
}

#wsus__weekly_best .nxt_arr:hover,
#wsus__weekly_best .prv_arr:hover,
.home_blogs .nxt_arr:hover,
.home_blogs .prv_arr:hover {
    background: #045c9f;
}

.weekly_best .wsus__hot_deals__single {
    margin: 20px 12px 0px 12px;
}


/*======================
WEEKLY BEST ITEM END
========================*/


/*======================
HOME SERVOCES START
========================*/

#wsus__home_services {
    margin-top: 65px;
}

.wsus__home_services_single {
    border: 1px solid #b0d8ff;
    border-radius: 3px;
    padding: 30px;
    text-align: center;
    background: #f1f1f1;
}

.wsus__home_services_single i {
    color: #17AA95;
    font-size: 30px;
    margin-bottom: 20px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.wsus__home_services_single h5 {
    font-size: 17px;
    text-transform: capitalize;
    margin-bottom: 10px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.wsus__home_services_single p {
    font-size: 14px;
}

.wsus__home_services_single:hover h5 {
    color: #17AA95;
}

.wsus__home_services_single:hover i {
    color: #353535;
}


/*======================
	HOME SERVOCES  END
========================*/


/*======================
	HOME BLOGS START
========================*/

#home_blogs {
    padding-top: 65px;
}

.home_blog_slider .wsus__single_blog {
    margin: 25px 12px 0px 12px;
    width: auto;
}

.home_blogs .nxt_arr,
.home_blogs .prv_arr {
    position: absolute;
    top: 50%;
    left: 15px;
    width: 35px;
    height: 35px;
    background: #2a9df5;
    line-height: 35px;
    font-size: 15px;
    text-align: center;
    padding: 0;
    color: #fff;
    z-index: 99;
    border-radius: 50%;
    cursor: pointer;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
    transform: translateY(-50%);
}

.home_blogs .prv_arr {
    right: 15px;
    left: auto;
}


/*======================
	HOME BLOGS END
========================*/


/*======================
	SUBSCRIBE PART START
========================*/

#wsus__subscribe {
    margin-top: 70px;
    background: #0b2c3d;
    padding: 70px 0px;
}

.wsus__subd_text h4 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
}

.wsus__subd_text p {
    color: #fff;
}

.wsus__subs_form {
    position: relative;
    width: 100%;
    height: 100%;
}

.wsus__subs_form form {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.wsus__subs_form form input {
    width: 100%;
    padding: 17px 20px;
    border-radius: 5px;
    border: none;
    font-size: 16px;
    font-weight: 400;
}

.wsus__subs_form form button {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    outline: none;
    width: auto;
    height: 100%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}


/*======================
	SUBSCRIBE PART END
========================*/


/*======================
	FOOTER PART START
========================*/

footer {
    background: var(--bs-light);
    padding-block: 45px;
}

.wsus__footer_content img {
    width: 160px;
    margin-bottom: 7px;
}

.wsus__footer_content .action,
.wsus__footer_content p {
    display: block;
    font-size: 15px;
    margin-top: 10px;
    color: #353535;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.wsus__footer_content .action i {
    width: 20px;
}

.wsus__footer_content p {
    position: relative;
    padding-left: 25px;
}

.wsus__footer_content p i {
    position: absolute;
    top: 8px;
    left: 0;
}

.wsus__footer_content .action:hover {
    color: #17AA95;
}

.wsus__footer_social {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.wsus__footer_social li {
    margin-right: 10px;
}

.wsus__footer_social li a {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 37px;
    border-radius: 50%;
    font-size: 15px;
    background: #fff;
    color: #353535;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

/* .facebook:hover {
    background: #1b4f9b !important;
    color: #fff;
}

.twitter:hover {
    background: #00adef !important;
    color: #fff;
}

.whatsapp:hover {
    background: #26cb46 !important;
    color: #fff;
} */

.pinterest:hover {
    background: #c51f27 !important;
    color: #fff;
}

.behance:hover {
    background: #1666f7 !important;
    color: #fff;
}

.linkedin:hover {
    background: #0077b0 !important;
    color: #fff;
}

.instagram:hover {
    background: #d51332 !important;
    color: #fff;
}

.youtube:hover {
    background: #d51332 !important;
    color: #fff;
}

.wsus__footer_content h5 {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 15px;
    font-family: 'DM Sans';
    line-height: 13.84px;
}

.wsus__footer_menu li {
    color: #17AA95;
}

.wsus__footer_menu li a {
    font-weight: 300;
    text-transform: capitalize;
    font-size: 14px;
    width: 100%;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
    line-height: 13.26px;
}

.wsus__footer_menu li a i {
    margin-right: 5px;
}

.wsus__footer_menu li a:hover {
    color: #17AA95;
}

.wsus__footer_bottom {
    padding: 30px 0px;
    margin-top: 67px;
    background: #17AA95;
}

.wsus__copyright {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.wsus__copyright p {
    color: #fff;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 400;
}

.wsus__copyright p img {
    width: 150px;
    margin-left: 15px;
}


/*======================
	FOOTER PART END
========================*/


/*======================
SCROLL BUTTON START
========================*/

.wsus__scroll_btn {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    right: 25px;
    bottom: 10px;
    font-size: 16px;
    position: fixed;
    cursor: pointer;
    z-index: 99;
    display: none;
    background: #17AA95;
    border-radius: 50%;
    animation: move linear 0.8s infinite alternate;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.wsus__scroll_btn:hover {
    color: #fff;
    background: #0363ae;
}


/*======================
SCROLL BUTTON  END
========================*/


/*======================
BREADCRUMB START
========================*/

#wsus__breadcrumb {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.wsus_breadcrumb_overlay {
    padding: 50px 0px;
}

#wsus__breadcrumb h4 {
    text-transform: capitalize;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}

#wsus__breadcrumb ul {
    display: flex;
    align-items: center;
    margin-top: 0px;
}

#reviewFormId button {
    border: 0 !important;
}

#wsus__breadcrumb ul {
    display: flex;
    align-items: start;
    flex-direction: column;
    gap: 20px;
}

#wsus__breadcrumb ul li a {
    font-size: 18px;
    line-height: 21.78px;
}

#wsus__breadcrumb ul li:last-child a::after {
    display: none;
}

#wsus__breadcrumb ul li a::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    position: absolute;
    content: "\f138";
    top: 1px;
    right: -25px;
    color: #fff;
    font-size: 14px;
    border: none;
}

.order_btn button {
    width: 100% !important;
    margin-left: 0 !important;
}

/*======================
BREADCRUMB END
========================*/


/*======================
PPRODUCT PAGE START
========================*/

#wsus__product_page {
    padding-top: 70px;
}

.wsus__pro_page_bammer {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 70px;
    height: 300px;
}

.wsus__pro_page_bammer img {
    object-fit: cover;
    height: 100%;
}

.wsus__pro_page_bammer_text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.wsus__pro_page_bammer_text_center {
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
    border-radius: 5px;
}

.wsus__pro_page_bammer_text_center p {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    text-transform: capitalize;
    background: #ffffff3d;
    padding: 15px 15px 20px 15px;
    display: inline-block;
    border-radius: 4px;
    margin-bottom: 15px;
}

.wsus__pro_page_bammer_text_center p span {
    font-size: 40px;
    color: #ff0018;
    font-weight: 700;
}

.wsus__pro_page_bammer_text_center h5 {
    color: #fff;
    text-transform: capitalize;
    font-size: 25px;
    font-weight: 600;
}

.wsus__pro_page_bammer_text_center h3 {
    color: #fff;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 35px;
    width: 100%;
    margin: 10px 0px 15px 0px;
}

.wsus__pro_page_bammer_text_center .add_cart {
    padding: 15px 20px;
    font-size: 15px;
}

.wsus__sidebar_filter {
    background: #17AA95;
    display: none;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    cursor: pointer;
    border-radius: 5px;
}

.wsus__sidebar_filter p {
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 700;
}

.wsus__sidebar_filter .wsus__filter_icon {
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid transparent;
    text-align: center;
    line-height: 30px;
    position: relative;
}

.wsus__sidebar_filter .wsus__filter_icon #minus,
.wsus__sidebar_filter .wsus__filter_icon #plus {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 20px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.wsus__sidebar_filter .wsus__filter_icon #plus {
    opacity: 1;
}

.wsus__product_sidebar.show_filter {
    height: auto;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
    opacity: 1;
}

.show_plus {
    opacity: 0 !important;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.wsus__product_sidebar {
    border-right: 0;
    overflow: hidden;
    border-radius: 0;
    min-height: 100vh;
}

.wsus__product_sidebar .accordion-button:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: #353535;
    background: none;
}

.accordion-button.collapsed {
    border-bottom: 1px solid #00000033;
}

.accordion-button {
    padding: 15px;
    font-size: 16px;
    color: #353535 !important;
    border: none;
    background: #def0ff !important;
    text-transform: capitalize;
}

.accordion-item:first-of-type .accordion-button {
    border-top: 0 !important;
}


.accordion-button.collapse::after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-style: normal;
    flex-shrink: 0;
    margin-left: auto;
    content: "\f067" !important;
    transition: transform 0.2s ease-in-out;
    background: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    line-height: 23px;
    text-align: center;
    font-size: 20px;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed)::after {
    content: "\f068" !important;
}





.accordion-collapse {
    border: none;
}

.accordion-button:not(.collapsed)::after {
    background: #fff;
}



.form-check-input:checked {
    /* background-color: #17AA95; */
    border-color: #17AA95;
}

.form-check label {
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    width: 100%;
    cursor: pointer;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.form-check label:hover {
    color: #54b3fd;
}

.form-check-input:focus {
    box-shadow: none;
}

.wsus__product_sidebar ul li a {
    font-size: 15px;
    font-weight: 400;
    color: #353535;
    width: 100%;
    text-transform: capitalize;
    margin-bottom: 15px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.wsus__product_sidebar ul li:last-child a {
    margin-bottom: 0px;
}

.wsus__product_sidebar ul li a:hover {
    color: #54b3fd;
}

.price_ranger label {
    width: 100%;
}

.price_ranger label input {
    width: 100%;
}

.price_ranger .price_ranger_tk {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.price_ranger .price_ranger_tk button {
    padding: 5px 10px;
    text-transform: capitalize;
    font-weight: 400;
    border: none;
    outline: none;
}

.price_ranger .price_ranger_tk output {
    color: #353535;
}

.wsus__coustom_price .add_cart {
    border: none;
    outline: none;
    font-size: 16px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 0;
}

.accordion-body .form-check:last-child {
    margin-bottom: 0;
}

.wsus__product_topbar {
    display: flex;
    justify-content: space-between;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 20px 0px;
}

.wsus__product_topbar_left {
    display: flex;
    justify-content: end;
}

.wsus__product_topbar_left #v-pills-tab button {
    margin-right: 20px;
    background: #fff;
    border: 1px solid #151515;
    color: #151515;
    transition: all linear 0.3s;
    outline: none;
    border-radius: 8.96px;
    font-size: 17.92px;
    line-height: 21.62px;
    font-weight: 400;
    min-width: 129px;
    height: 33px;
}

body select.shorting_id {
    width: 100%;
    padding: 0 10px !important;
    height: 33px !important;
    line-height: 33px !important;
    text-transform: capitalize;
    background: #F0F7F4;
    color: #151515;
    border: 0;
}


.wsus__product_topbar_left #v-pills-tab button.active, .wsus__product_topbar_left #v-pills-tab button:hover {
    background: #17AA95;
    color: #fff;
    border-color: #17AA95;
}

.wsus__product_topbar .select2-container--default .select2-selection--single {
    border-radius: 5px;
    width: 200px;
}

.wsus__topbar_select {
    display: flex;
    width: 100%;
}

#pagination,
#pagination2 {
    margin-top: 30px;
}

#pagination nav ul li a,
#pagination2 nav ul li a {
    width: 35px;
    height: 35px;
    padding: 0;
    text-align: center;
    line-height: 35px;
    font-size: 13px;
    font-weight: 400;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    border-radius: 5px;
    border: 1px solid var(--bs-secondary);
    margin-right: 10px;
}

#pagination nav ul li a i, #pagination2 nav ul li a i {
    font-size: 12px;
    color: var(--bs-secondary);
}

#pagination nav ul li a:hover i, #pagination2 nav ul li a:hover i {
    font-size: 12px;
    color: #ffffff !important;
}


#pagination nav ul li a.page_active, #pagination nav ul li a:hover, #pagination2 nav ul li a.page_active, #pagination2 nav ul li a:hover {
    background: #2d8578;
    color: #fff !important;
    border: 0;
}

#pagination .page-link:focus,
#pagination2 .page-link:focus {
    box-shadow: none;
}

.wsus__list_view .wsus__pro_link {
    width: 40%;
    height: 263px;
    float: left;
    border-right: 1px solid #d0e7fd;
    border-bottom: none;
}

.wsus__list_view .wsus__product_details {
    width: 60%;
    float: left;
}

.wsus__list_view:hover .wsus__product_details .wsus__price {
    opacity: 1;
    visibility: visible;
}

.wsus__list_view .wsus__single_pro_icon {
    opacity: 1;
    visibility: visible;
    position: static;
    display: flex;
}

.wsus__list_view:hover .wsus__single_pro_icon {
    right: 0;
    opacity: 1;
}

.wsus__list_view .wsus__product_details .add_cart {
    position: static;
    padding: 0px 19px;
    font-size: 16px;
    width: auto;
    height: 40px;
    color: #fff;
    border: none;
    background: #17AA95;
}

.wsus__list_view .wsus__single_pro_icon li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 0px;
    border-radius: 3px;
    font-size: 16px;
    margin-right: 10px;
    text-align: center;
}

.wsus__list_view .wsus__product_details .wsus__pro_rating {
    font-size: 16px;
    color: #aaa;
}

.wsus__list_view .wsus__product_details .wsus__pro_name {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.wsus__list_view .wsus__product_details .wsus__price {
    font-size: 30px;
    margin-bottom: 18px;
}

.wsus__list_view .wsus__product_details .wsus__price del {
    font-size: 30px;
    font-weight: 500;
}

.list_description {
    margin: 15px 0px 15px 0px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: none;
}

.wsus__list_view .wsus__new {
    left: auto;
    right: 10px;
    top: 45px;
}

/* .preloader {
    width: 100%;
    height: 80vh;
    background: #fff;
    position: relative;
    z-index: 99;
    border: 1px solid #eee;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.preloader img {
    width: 350px !important;
    height: 350px !important;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
} */


/*======================
PPRODUCT PAGE END
========================*/


/*======================
PRODUCT DETAILS START
========================*/

#wsus__product_details {
    padding-top: 70px;
}

.wsus__pro_det_video {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 10;
    width: 30px !important;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #17AA95;
    color: #fff;
    border-radius: 50%;
    font-size: 10px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.wsus__pro_det_video:hover {
    background: #2a9df5cb;
    color: #fff;
}

.wsus__pro_details_text .title {
    font-size: 23.32px;
    font-weight: 700;
    text-transform: capitalize;
    color: #151515;
    display: block;
    overflow: hidden;
    transition: all linear 0.3s;
    line-height: 25.41px;
    padding-right: 50px;
}

/* .product_popup_modal .wsus__pro_details_text {
    padding-left: 20px;
} */

.wsus__stock_area {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    margin-top: 5px;
    display: none;
}

.wsus__stock_area .in_stock {
    background: #ff9f00;
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 2px;
    margin-right: 5px;
}

.wsus__pro_details_text .brand_model {
    display: inline-block;
    margin-right: 20px;
}

.wsus__pro_details_text .brand_model span {
    text-transform: capitalize;
    color: #333;
}

.wsus__pro_details_text .review {
    color: #ff9f00;
    margin-bottom: 10px;
}

.wsus__pro_details_text .review span {
    text-transform: capitalize;
    position: relative;
    padding-left: 30px;
    z-index: -1;
}

.modal-content .wsus__pro_details_text .review span {
    text-transform: capitalize;
    position: relative;
    padding-left: 30px;
    z-index: 0 !important;
}

.wsus__pro_details_text .review span::after {
    position: absolute;
    content: "";
    background: #797979;
    width: 2px;
    height: 70%;
    left: 14px;
    top: 15%;
}

.wsus__pro_details_text .review span::before {
    position: absolute;
    content: "";
    background: #797979;
    width: 2px;
    height: 70%;
    left: 10px;
    top: 15%;
}

.wsus__pro_details_text .description {
    margin: 10px 0px 15px 0px;
    font-size: 16px;
}

.wsus__pro_details_text h4 {
    font-size: 23.32px;
    font-weight: 700;
    line-height: 25.41px;
    color: #151515;
    margin: 10px 0px 5px 0px;
    display: flex;
    align-items: center;
}

.wsus__pro_details_text h4 del {
    color: red;
    font-size: 18px;
    margin-left: 10px;
}

.wsus_pro_hot_deals {
    background: #f1f1f1;
    padding: 15px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wsus_pro_hot_deals h5 {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
}

.wsus_pro_hot_deals .simply-countdown.simply-countdown-one {
    display: flex;
}

.wsus_pro_hot_deals .simply-days-section,
.wsus_pro_hot_deals .simply-hours-section,
.wsus_pro_hot_deals .simply-minutes-section,
.wsus_pro_hot_deals .simply-seconds-section {
    padding: 0;
    margin-left: 10px;
}

.wsus_pro_hot_deals .simply-amount {
    color: #17AA95;
    font-size: 20px;
    font-weight: 600;
    display: block;
    background: #fff;
    width: 50px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px dashed #17AA95;
    border-radius: 5px;
}

.wsus_pro_hot_deals .simply-word {
    display: none;
}

.wsus_pro_det_color,
.wsus_pro__det_size,
.share_link,
.wsus__quentity,
.wsus__button_area,
.wsus__pro_det_share,
.wsus__selectbox {
    display: flex;
    margin: 10px 0px 6px;
    align-items: center;
    flex-wrap: wrap;
}
.wsus__quentity {
    position: relative;
    top: -3px;
}

.wsus_pro_det_color h5,
.wsus_pro__det_size h5,
.share_link h5,
.wsus__quentity h5,
.wsus__button_area h5,
.wsus__pro_det_share h5,
.wsus__quentity h5,
.wsus__selectbox h5 {
    text-transform: capitalize;
    font-weight: 400;
    width: 90px;
    font-size: 16px;
}

.wsus_pro_det_color ul,
.wsus_pro__det_size ul,
.share_link ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.wsus__selectbox {
    display: block;
}

.report_modal .modal-body {
    height: auto !important;
}

.wsus_pro_det_color ul li a {
    width: auto;
    height: 25px;
    border-radius: 3px;
    margin-right: 7px;
    display: block;
    color: #fff;
    text-transform: capitalize;
    font-size: 12px;
    line-height: 25px;
    padding: 0px 10px;
}

.wsus_pro_det_color .blue {
    background: #1c93cb;
}

.wsus_pro_det_color .orange {
    background: #ca6d00;
}

.wsus_pro_det_color .yellow {
    background: #ffcc01;
}

.wsus_pro_det_color .black {
    background: #333333;
}

.wsus_pro_det_color .red {
    background: red;
}

.wsus_pro_det_color ul li:last-child a {
    margin-right: 0;
}

.wsus_pro__det_size ul li a {
    text-transform: capitalize;
    font-size: 12px;
    border: 1px solid #aaa;
    margin-right: 10px;
    padding: 0px 10px;
    border-radius: 3px;
    color: #333;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
    height: 25px;
    line-height: 23px;
}

.wsus_pro__det_size ul li a:hover {
    color: #17AA95;
    border-color: #17AA95;
}

.wsus_pro__det_size ul li:last-child a {
    margin-right: 0;
}

.wsus__pro_details_text .title:hover {
    color: #17AA95;
}

.wsus__quentity h3 {
    font-size: 22px;
    font-weight: 600;
    margin-left: 20px;
    color: #17AA95;
}

.wsus__selectbox .select2-container--default .select2-selection--single {
    padding: 17px 20px;
    border-radius: 3px;
    border-color: #aaa;
}

.wsus__selectbox .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: -7px;
}

.wsus__button_area li .add_cart {
    padding: 10px 20px;
    font-size: 16px;
    margin-right: 10px;
    border: none;
}

.wsus__button_area li .buy_now,
.wsus__ofer_det_footer_btn .buy_now {
    background: #ca6d00;
    padding: 10px 20px;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.wsus__button_area li .buy_now:hover,
.wsus__ofer_det_footer_btn .buy_now:hover {
    background: #915003;
    color: #fff !important;
}

.wsus__button_area li:nth-child(3) a,
.wsus__button_area li:nth-child(4) a {
    border: 1px solid #ddd;
    margin-left: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    font-size: 16px;
    text-align: center;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.wsus__button_area li:nth-child(3) a:hover,
.wsus__button_area li:nth-child(4) a:hover {
    color: #fff !important;
    border-color: #17AA95;
    background: #17AA95;
}

.wsus__pro_det_share ul li a {
    width: 30px;
    height: 30px;
    line-height: 31px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    color: #353535;
    background: #ddd;
    font-size: 14px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.wsus__pro_report {
    text-transform: capitalize;
    font-size: 14px;
    color: #17AA95;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
    margin-top: 5px;
    display: block;
}

.wsus__pro_report i {
    margin-right: 5px;
}

.wsus__pro_report:hover {
    color: #045c9f;
}

.report_modal .modal-dialog {
    min-width: 600px;
}

.report_modal label {
    display: block;
    text-transform: capitalize;
    font-size: 15px;
    margin-bottom: 5px;
}

.report_modal input,
.report_modal textarea {
    width: 100%;
    padding: 15px 20px;
    font-size: 15px;
    font-weight: 400;
    border-radius: 5px;
    margin-bottom: 25px;
    resize: none;
    border: 1px solid #b0d8ff;
}

.wsus_pro_det_sidebar {
    padding: 15px;
    border-radius: 5px;
    background: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 0px 3px -1px;
}

.wsus_pro_det_sidebar_single {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.wsus_pro_det_sidebar_single i {
    font-size: 30px;
    color: #17AA95;
}

.wsus_pro_det_sidebar_text {
    margin-left: 15px;
}

.wsus_pro_det_sidebar_text h5 {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

.wsus_pro_det_sidebar_text p {
    font-size: 14px;
}

.wsus_pro_det_sidebar_single:nth-child(3) {
    border-bottom: 0px;
}

.wsus_pro_det_wholesell {
    border-radius: 4px;
    background: #e9f1f7;
}

.wsus_pro_det_wholesell h3 {
    text-align: center;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 600;
    padding: 15px 0px;
}

.wsus_pro_det_wholesell ul li {
    display: flex;
    align-items: center;
    border-top: 1px solid #fff;
    border-bottom: none;
    padding: 7px 13px;
}

.wsus_pro_det_wholesell ul li:first-child span {
    color: #353535;
    font-weight: 600;
}

.wsus_pro_det_wholesell ul li span {
    width: 50%;
    text-transform: capitalize;
    color: #525252;
}

.wsus__det_sidebar_banner {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.wsus__det_sidebar_banner img {
    height: 100%;
    object-fit: cover;
}

.wsus__det_sidebar_banner_text_overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.541);
    position: absolute;
    top: 0;
    left: 0;
}

.wsus__det_sidebar_banner_text {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.wsus__det_sidebar_banner_text p {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

.wsus__det_sidebar_banner_text h4 {
    font-size: 28px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    margin: 13px 0px 18px 0px;
}

.wsus__pro_det_description {
    padding-top: 70px;
}

.wsus__pro_det_description .nav {
    border: 1px solid #17AA95;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 35px !important;
}

.wsus__pro_det_description .nav .nav-item {
    width: 25%;
}

.wsus__pro_det_description .nav .nav-item button {
    width: 100%;
    padding: 5px 10px;
    border: none;
    border-radius: 0;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    background: #fff;
    outline: none;
}

.wsus__pro_det_description .nav-pills .nav-link.active,
.wsus__pro_det_description .nav-pills .nav-link:hover {
    color: #17AA95 !important;
    background: #f1f1f1 !important;
}

.wsus__desc_text {
    font-size: 15px;
}

.wsus__desc_text b {
    color: #17AA95;
    font-size: 16px;
    text-transform: uppercase;
}

.wsus__desc_text span {
    display: block;
    margin-top: 25px;
    font-size: 15px;
}

.wsus__vebdor_img {
    width: 100%;
    height: 340px;
    overflow: hidden;
    border-radius: 5px;
}

.wsus__pro_det_description img {
    border: 1px solid #d0e7fd;
    border-radius: 5px;
    height: 100%;
    object-fit: cover;
}

.description_single {
    border: 1px solid #d0e7fd;
    padding: 30px;
    border-radius: 3px;
    margin-top: 30px;
}

.description_single h6 {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.description_single h6 span {
    color: #333;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    display: inline-block;
    background: #d0e7fd;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 600;
    margin-right: 5px;
}

.description_single p {
    font-size: 15px;
}

.wsus__pro_det_info {
    border: 1px solid #d0e7fd;
    padding: 20px;
    border-radius: 3px;
    padding-bottom: 10px;
}

.wsus__pro_det_info h4 {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    border-bottom: 2px solid #b0d8ff;
    margin-bottom: 10px;
    display: inline-block;
    padding-bottom: 5px;
}

.wsus__pro_det_info p {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d0e7fd;
    padding: 10px 0px;
    font-size: 15px;
}

.wsus__pro_det_info p:last-child {
    border-bottom: none;
    padding-bottom: 0px;
}

.wsus__pro_det_info p span {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
}

.wsus__pro_det_review .wsus__main_comment {
    overflow: hidden;
    padding: 20px 20px 15px 20px;
    border: 1px solid #b0d8ff;
    margin-top: 30px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.wsus__pro_det_review .wsus__comment_img {
    width: 10%;
    float: left;
}

.wsus__pro_det_review .wsus__comment_img img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 70px !important;
    height: 70px;
    border: none;
}

.wsus__pro_det_review .wsus__comment_text {
    width: 90%;
    float: left;
}

.wsus__pro_det_review .wsus__comment_text h6 span {
    border: 1px solid #b0d8ff;
    padding: 0px 10px;
    border-radius: 3px;
    font-weight: 600;
}

.wsus__pro_det_review .wsus__comment_text h6 span i {
    color: #ff9f00;
    margin-left: 5px;
}

.wsus__pro_det_review .wsus__comment_text span {
    display: block;
    color: #353535;
    font-size: 13px;
}

.wsus__pro_det_review .wsus__comment_text ul {
    overflow: hidden;
    margin-top: 10px;
}

.wsus__pro_det_review .wsus__comment_text ul li {
    width: 70px !important;
    height: 70px !important;
    margin-right: 10px;
    float: left;
}

.wsus__pro_det_review .wsus__comment_text ul li img {
    height: 100%;
    object-fit: cover;
}

.wsus__pro_det_review h4 {
    color: #0b2c3d;
    margin-top: 0 !important;
}

.wsus__comment_area h4 span {
    display: inline-block;
    background: #17AA95;
    color: #fff;
    padding: 0px 10px;
    font-size: 16px;
    text-align: center;
    margin-left: 10px;
    border-radius: 3px;
    font-weight: 600;
}

.wsus__post_comment .rating,
.vendor_review_modal .rating {
    font-size: 16px;
    color: #ff9f00;
    margin-bottom: 25px;
    text-transform: capitalize;
}

.wsus__post_comment .rating i,
.vendor_review_modal .rating i {
    cursor: pointer;
}

.wsus__post_comment .rating span {
    text-transform: capitalize;
    color: #333;
    margin-right: 10px;
    font-size: 15px;
}

.wsus__single_com input,
.wsus__single_com textarea {
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #b0d8ff;
    border-radius: 5px;
    margin-bottom: 25px;
    resize: none;
}

.wsus__vendor_text h4 {
    text-transform: capitalize;
    font-size: 25px;
    font-weight: 600;
}

.wsus__pro_det_vendor_text .rating {
    color: #ff9f00;
    margin: 5px 0px 25px 0px;
}

.wsus__vendor_text_center p span {
    color: #fff !important;
}

.wsus__pro_det_vendor_text .see_btn {
    padding: 5px 10px 5px 10px;
}

.wsus__pro_det_vendor_text .rating span {
    font-size: 15px;
    margin-left: 5px;
    color: #797979;
    text-transform: capitalize;
    width: 132px;
}

.wsus__pro_det_vendor_text p {
    margin-bottom: 15px;
}

.wsus__pro_det_vendor_text p span {
    width: 25%;
    display: inline-block;
    color: #333;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 15px;
}

.wsus__vendor_details {
    margin-top: 30px;
}

.wsus__vendor_details p {
    font-size: 15px;
}

.wsus__vendor_details p span {
    display: block;
    margin-top: 25px;
}

.wsus__pro_det_comment .wsus__post_comment h4 {
    margin-top: 0 !important;
}


/*======================
PRODUCT DETAILS  END
========================*/


/*======================
CART VIEW PAGE START
========================*/

#wsus__cart_view {
    padding-top: 65px;
}

.wsus__cart_tab {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.wsus__cart_tab li {
    margin: 0px 20px;
}

.wsus__cart_tab li a {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #0b2c3d;
    position: relative;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.wsus__cart_tab li a::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-style: normal;
    position: absolute;
    content: "\f054";
    top: 0px;
    right: -27px;
    color: #c6c2c2;
    text-align: center;
    font-size: 16px;
}

.wsus__cart_tab li:last-child a::after {
    display: none;
}

.wsus__cart_tab li a:hover,
.wsus__order_active {
    color: #17AA95 !important;
}

.wsus__cart_list {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #ddd;
}

.wsus__cart_list table tbody tr {
    border-top: 1px solid #ddd;
    padding: 10px 0px;
}

.wsus__cart_list table tbody tr:first-child {
    border-top: 0;
    padding: 0;
}

.wsus__cart_list table tbody tr td {
    display: flex;
    justify-content: center;
    padding: 0px;
    border: 0;
    overflow: hidden;
    align-items: center;
}

.wsus__cart_list .wsus__pro_img {
    width: 170px;
}

.wsus__cart_list .wsus__pro_img img {
    width: 100%;
    height: 130px;
    object-fit: cover;
    border: 15px solid #fff;
}

.wsus__cart_list .wsus__pro_name {
    width: 299px;
}

.wsus__cart_list td.wsus__pro_name {
    flex-direction: column;
}

.wsus__cart_list .wsus__pro_status {
    width: 200px;
}

.wsus__pro_status p {
    text-transform: capitalize;
    color: #17AA95 !important;
}

.wsus__pro_status span {
    text-transform: capitalize;
    color: #dc3545 !important;
    display: inline-block;
}

.wsus__cart_list .wsus__pro_select {
    width: 250px;
}

.wsus__cart_list .wsus__pro_tk {
    width: 186px;
}

.wsus__cart_list .wsus__pro_tk h6 {
    color: #353535;
    font-size: 16px;
    font-weight: 600;
}

.wsus__cart_list .wsus__pro_tk h6 del {
    color: #888;
    margin-right: 15px;
}

.wsus__cart_list .wsus__pro_icon {
    width: 189px;
    border-right: none !important;
}

.wsus__pro_icon .common_btn {
    font-size: 14px;
    text-transform: capitalize;
    color: #fff !important;
    padding: 7px 10px;
}

.wsus__pro_icon .common_btn:hover {
    color: #fff;
}

.wsus__pro_icon a {
    color: #0b2c3d;
    font-size: 30px;
    transition: all linear 0.3s;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.wsus__pro_icon:hover a {
    color: #ed1b35;
}

.wsus__cart_list table tr th {
    background: #def0ff;
    border: none;
    color: #353535;
    text-align: center;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wsus__cart_list table tbody tr td p {
    font-family: "Roboto", sans-serif;
    color: #0b2c3d;
    text-transform: capitalize;
    font-size: 17px;
    text-align: center;
}

.wsus__pro_name span {
    text-transform: capitalize;
    color: #0b2c3d;
    font-size: 14px;
}

.cart_summery {
    padding: 0 !important;
    border: 1px solid #ddd !important;
    margin-top: 0 !important;
}

.cart_summery_text {
    padding: 10px;
}

.cart_summery h5 {
    background: #def0ff;
    text-align: center;
    padding: 15px 0px 15px 0px !important;
    border-bottom: 1px solid #ddd !important;
}

.cart_summery .wsus__sub_total {
    font-weight: 400 !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.cart_summery .common_btn {
    width: 100%;
    text-align: center;
    border-radius: 0;
}

.cart_summery .wsus_total_area {
    margin: 20px 0px 7px 0px;
    border-top: 1px solid #ddd;
    padding-top: 18px;
}

.cart_summery .wsus_total_area .wsus__sub_total {
    font-weight: 600 !important;
}

.cart_summery .wsus_total_area .wsus__sub_total span {
    font-weight: 600 !important;
}

.cart_summery .form-check label {
    display: flex;
    justify-content: space-between;
}

.cart_summery .form-check label span {
    color: #0b2c3d;
}

.cart_page_rel_product {
    margin-top: 67px !important;
}

.wsus__cart_list_footer {
    border-radius: 5px;
    background: #f1f1f1;
}

.wsus__cart_list_footer_top {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.wsus__cart_list_footer_top form {
    display: flex;
    justify-content: space-between;
}

.wsus__cart_list_footer_top input {
    width: 100%;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 400;
    border-radius: 3px;
    resize: none;
    border: 1px solid #17AA95;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.wsus__cart_list_footer_top button {
    text-transform: capitalize;
    font-size: 14px;
    margin-left: 15px;
}

.wsus__cart_list_footer_top .common_btn i {
    margin-right: 5px;
}

.wsus__cart_list_footer_button {
    border: 2px solid #fff;
    border-radius: 3px;
    padding: 20px;
}

.wsus__cart_list_footer_button h6 {
    border-bottom: 2px solid #fff;
    text-transform: capitalize;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.wsus__cart_list_footer_button p {
    text-transform: capitalize;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    color: #353535;
    font-size: 15px;
}

.wsus__cart_list_footer_button p span {
    color: #353535;
    font-size: 15px;
}

.wsus__cart_list_footer_button .total {
    border-top: 2px solid #fff;
    padding-top: 15px;
    color: #353535;
}

.wsus__cart_list_footer_button .total span {
    font-weight: 600;
}

.cart_empty p {
    text-transform: capitalize;
    font-size: 30px;
}


/*======================
CART VIEW PAGE END
========================*/


/*======================
CHECKOUT PAGE START
========================*/

.wsus__checkout_form h5 {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 15px;
    color: #0b2c3d;
}

.wsus__check_single_form .select2-container {
    margin-bottom: 25px;
}

.wsus__check_single_form input,
.wsus__check_single_form textarea {
    width: 100%;
    padding: 13px 20px;
    border: 1px solid #b0d8ff;
    margin-bottom: 25px;
    font-size: 15px;
    font-weight: 400;
    color: #0b2c3d;
    resize: none;
    border-radius: 5px;
    background: #fff;
}

.wsus__check_single_form textarea {
    margin-bottom: 0;
}

.wsus__check_single_form h5 {
    margin-top: 10px;
}

.wsus__order_details {
    padding: 20px;
    background: #f3faffc2;
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #93cdfd;
    margin-top: 37px;
}

.wsus__order_details h5 {
    margin-bottom: 20px;
}

.wsus__order_details_item {
    margin-bottom: 25px;
}

.wsus__order_details_item li {
    display: flex;
    margin-bottom: 15px;
    overflow: hidden;
    padding-top: 8px;
}

.wsus__order_details_img {
    width: 15%;
    height: 70px;
    border: 1px solid #b0d8ff;
    border-radius: 3px;
    margin-right: 15px;
    position: relative;
}

.wsus__order_details_img span {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #17AA95;
    top: -8px;
    right: -8px;
    font-size: 12px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    color: #fff;
    font-weight: 600;
}

.wsus__order_details_img img {
    height: 100%;
    object-fit: cover;
    border-radius: 3px;
}

.wsus__order_details_text {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wsus__order_details_text p {
    text-transform: capitalize;
    font-size: 15px;
}

.wsus__order_details_text span {
    text-transform: capitalize;
    font-size: 14px;
    display: block;
}

.wsus__order_details_tk {
    display: flex;
    align-items: center;
    justify-content: end;
    float: right;
    overflow: hidden;
    width: 15%;
}

.wsus__order_details_summery {
    border-top: 1px solid #b0d8ff;
    border-bottom: 1px solid #b0d8ff;
    margin-bottom: 17px;
}

.wsus__order_details_summery p {
    display: flex;
    justify-content: space-between;
    text-transform: capitalize;
    color: #0b2c3d;
    margin: 15px 0px;
}

.wsus__order_details_summery p span {
    color: #0b2c3d;
}

.wsus__order_details .wsus__product {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    color: #0b2c3d;
    padding-top: 15px;
    border-top: 1px solid #b0d8ff;
}

.wsus__order_details .form-check {
    margin: 15px 0px;
}

.wsus__order_details .form-check label {
    color: #0b2c3d;
    font-size: 15px;
    font-weight: 400;
}

.wsus__order_details .form-check label span {
    display: block;
    font-size: 12px;
}

.wsus__order_details .terms_area {
    margin-bottom: 15px;
}

.wsus__order_details .form-check label a {
    color: #17AA95;
}

.wsus__checkout_form .select2-container--default .select2-selection--single {
    border-radius: 5px;
}

.wsus__order_details .form-check-input[type="radio"] {
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
}

.wsus__order_details .common_btn {
    width: 100%;
    text-align: center;
}


/*======================
CHECKOUT PAGE END
========================*/


/*======================
INVOICE PAGE SATAR
========================*/

.wsus__invoice_top {
    padding: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    display: flex;
    justify-content: center;
    width: 350px;
    align-items: center;
    border-radius: 5px;
    margin: 0 auto;
    margin-bottom: 45px;
}

.wsus__invoice_top i {
    font-size: 45px;
    color: #17AA95;
    float: left;
    margin-right: 20px;
}

.wsus__invoice_top_text h4 {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    color: #0b2c3d;
}

.wsus__invoice_top_text p {
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
}

.wsus__invoice_area {
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    padding: 40px;
    margin-top: 25px;
    border-radius: 10px;
}

.wsus__invoice_single h5 {
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    color: #0b2c3d;
    margin-bottom: 15px;
}

.wsus__invoice_single h6 {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.wsus__invoice_single p {
    font-size: 14px;
    font-weight: 400;
}

.wsus__invoice_description {
    margin-top: 60px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 20px;
}

.wsus__invoice_description table {
    margin-bottom: 0 !important;
}

.wsus__invoice_description .table>tbody {
    vertical-align: middle;
}

.wsus__invoice_description .table tr {
    display: flex;
}

.wsus__invoice_description table tr:last-child td {
    border-bottom: none;
}

.wsus__invoice_description .images {
    width: 130px;
}

.wsus__invoice_description .name {
    width: 400px;
}

.wsus__invoice_description .name p {
    color: #0b2c3d;
    font-size: 17px;
}

.wsus__invoice_description .name span {
    color: #0b2c3d;
    display: block;
    font-size: 14px;
    width: 100%;
}

.wsus__invoice_description .amount {
    width: 230px;
}

.wsus__invoice_description .quentity {
    width: 225px;
}

.wsus__invoice_description .total {
    width: 230px;
}

.wsus__invoice_description th {
    background: #def0ff;
    border: none;
    color: #353535;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    padding: 10px;
    text-align: center;
}

.wsus__invoice_description td {
    text-transform: capitalize;
    font-size: 15px;
    color: #0b2c3d;
    padding: 15px 10px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.wsus__invoice_footer {
    padding: 20px;
    border-radius: 5px;
    background: #def0ff;
}

.wsus__invoice_footer p {
    font-size: 16px;
    color: #0b2c3d;
}

.wsus__invoice_footer p span {
    text-transform: capitalize;
    font-size: 16px;
    width: 150px;
    display: inline-block;
    color: #5d5d5d;
}


/*======================
INVOICE PAGE END
========================*/


/*======================
WISHLIST PAGE START
========================*/

.wishlist .wsus__pro_img {
    position: relative;
    width: 180px;
}

.wishlist .wsus__pro_img a {
    position: absolute;
    background: red;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    top: 5px;
    right: 5px;
    color: #fff;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.wishlist .wsus__pro_img a:hover {
    background: #17AA95;
}

.wishlist .wsus__pro_name {
    width: 585px;
}

.wishlist .wsus__pro_tk {
    width: 270px;
}

.wishlist .wsus__pro_status {
    width: 150px;
}

.wishlist .wsus__pro_select {
    width: 230px !important;
}

.wishlist .wsus__pro_tk {
    width: 250px;
}

.wishlist .wsus__pro_icon {
    width: 229px;
}

.wishlist .common_btn {
    font-size: 16px;
    padding: 10px;
    color: #fff;
    width: auto;
}

.wishlist .wsus__pro_icon:hover .common_btn {
    color: #fff;
}


/*======================
	WISHLIST PAGE END
========================*/


/*========================
	COMPARE START
=========================*/

#wsus__compare {
    padding-top: 70px;
}

.wsus__compare_list table {
    border: 1px solid #ddd;
}

.wsus__compare_list table tbody tr td {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    padding: 15px;
    border: 1px solid #eee;
}

.wsus__compare_list .wsus__compare_img {
    padding: 0;
    text-align: center;
}

.wsus__compare_list .wsus__compare_img img {
    height: 200px;
    object-fit: cover;
    border: 15px solid #ffffff;
}

.wsus__compare_img p {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    color: #0b2c3d;
}

.wsus__compare_text p {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    color: #093b55;
    text-align: center;
    width: 100%;
}

.wsus__compare_text .wsus__compare_price {
    color: #093b55;
    font-weight: 500;
}

.wsus__compare_text i {
    color: #f6bc3e;
    margin-right: 5px;
    text-transform: capitalize;
}

.wsus__compare_stock {
    color: #17AA95;
    font-weight: 400;
    text-transform: uppercase;
}

.wsus__compare_stock_out {
    color: red;
    font-weight: 400;
    text-transform: uppercase;
}

.wsus__compare_size {
    text-transform: capitalize;
    font-weight: 400;
    color: #093b55;
}

.wsus__compare_text .wsus__n_a {
    text-transform: uppercase;
    font-weight: 400;
    color: #093b55;
}

.wsus__compare_des {
    flex-direction: column;
    padding: 0px !important;
}

.wsus__compare_des p {
    color: #797979;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    border-bottom: 1px solid #eee;
    padding: 7px 10px;
    font-weight: 400;
}

.wsus__compare_des p:last-child {
    border: none;
}

.wsus__compare_des p span {
    text-transform: capitalize;
    color: #093b55;
    width: 45%;
}

#wsus__compare table tbody .del_area {
    padding: 0;
}

.wsus__compare_text .wsus__compare_del {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 18px;
    justify-content: center;
}

.wsus__compare_text .wsus__compare_del i {
    color: #0b2c3d;
    transition: all linear 0.3s;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.wsus__compare_text .wsus__compare_del:hover i {
    color: red;
}


/*========================
		COMPARE END
=========================*/


/*========================
	CONTACT START
=========================*/

#wsus__contact {
    padding-top: 70px;
}

.wsus__contact_header h4 {
    text-align: center;
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 500;
}

.wsus__contact_header p {
    text-align: center;
    font-size: 15px;
    margin-top: 10px;
}

.wsus__contact_single {
    text-align: center;
    margin-top: 50px;
}

.wsus__contact_single i {
    color: #17AA95;
    font-size: 50px;
}

.wsus__contact_single h5 {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 18px;
    margin: 20px 0px 5px 0px;
}

.wsus__contact_single a {
    color: #353535;
    font-size: 16px;
    font-weight: 400;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.wsus__contact_single a:hover {
    color: #17AA95;
}

#wsus__contact hr {
    margin: 50px 0px 47px 0px;
    color: #17AA95;
}

.wsus__contact_question h5 {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
}

.wsus__contact_question .accordion-body {
    border: 1px solid #def0ff;
}

.wsus__contact_question .accordion-button:focus {
    box-shadow: none;
}

.wsus__contact_question .accordion-item:first-of-type .accordion-button {
    border-radius: 0 !important;
}

.wsus__contact_question #accordionExample {
    border-radius: 5px;
    overflow: hidden;
}

.wsus__con_form_single input, .wsus__con_form_single textarea , .wsus__con_form_single select{
    width: 100%;
    padding: 13.8px 20px;
    font-size: 22px;
    font-weight: 400;
    border-radius: 11px;
    margin-bottom: 30px;
    resize: none;
    background: #ede9e6;
    border-color: #ede9e6;
    color: #1e1e1e !important;
}

.wsus__con_map {
    overflow: hidden;
    border: 1px solid #b0d8ff;
    border-radius: 5px;
    margin-top: 70px;
}

.wsus__con_map iframe {
    width: 100%;
}


/*========================
	CONTACT END
=========================*/


/*========================
	LOGIN/REGISTER START
=========================*/


.wsus__login_reg_area {
    padding: 0px;
}

.wsus__login_reg_area ul.nav-pills {
    justify-content: space-between;
}

.wsus__login_reg_area .nav-item {
    width: 45%;
}

.wsus__login_reg_area .nav-item .nav-link {
    width: 100%;
    background: none;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 400;
    color: #797979;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border: 1px solid transparent;
    outline: none;
}

.wsus__login_reg_area .nav-pills .nav-link.active,
.wsus__login_reg_area .nav-pills .show>.nav-link {
    color: #17AA95 !important;
    border-color: #17AA95 !important;
}

.wsus__login_input {
    display: flex;
    align-items: center;
    margin-top: 0px;
    background: #EBEBEB;
    border-radius: 8px;
}

.wsus__login_input .prefix {
    padding: 10px 10px 10px 15px;
    position: relative;
}

.wsus__login_input .prefix:after {
    content: '';
    width: 1px;
    height: 20px;
    background: #00000073;
    position: absolute;
    right: -5px;
    bottom: 0;
    margin: auto;
    top: 0;
}

.wsus__login_input input::placeholder {
    color: var(--bs-dark);
}

.wsus__login button {
    border-color: var(--bs-info) !important;
    font-size: 24px !important;
    line-height: normal !important;
    width: 40%;
}

.varify_wrap {
    margin-top: 90px;
}

.wsus__login_input.otpss {
    background: transparent !important;
    margin-top: 20px;
    gap: 20px;
}

body .otpss input {
    background: #ebebeb !important;
    width: 82px;
    height: 82px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    font-size: 60px;
    font-weight: 700;
    text-align: center;
    color: #151515;
}

.wsus__login_input i {
    font-size: 27px;
}

.wsus__login_input input {
    width: 100%;
    padding: 10px;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 400;
    color: #00000033 !important;
    background: transparent !important;
    border: 0 !important;
}

.wsus__login_input input::placeholder {
    color: #151515 !important;
}

.wsus__login_save {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 25px 0px;
}

.wsus__login_save .form-check {
    margin-bottom: 0;
}

.wsus__login_save .form-check input {
    border-radius: 20px !important;
}

.wsus__login .forget_p {
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    color: red;
}


.wsus__login .social_text {
    text-align: center;
    text-transform: capitalize;
    margin: 20px 0px 20px 0px;
}

.wsus__login_link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wsus__login_link li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin: 0px 5px;
    border-radius: 3px;
    color: #fff;
}

.wsus__login_link li:nth-child(1) a {
    background: #e14032;
}

.wsus__login_link li:nth-child(2) a {
    background: #1873eb;
}

.wsus__login_link li:nth-child(3) a {
    background: #1c9cea;
}

.wsus__login_link li:nth-child(4) a {
    background: #2464ad;
}

.wsus__login_reg_text {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.wsus__login_reg_text img {
    height: 100%;
    object-fit: cover;
}

.wsus__login_reg_text_center {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background: rgb(42, 156, 245);
    background: linear-gradient( 180deg, rgba(42, 156, 245, 0.8) 0%, rgba(139, 35, 244, 0.8) 100%);
}

.wsus__login_text_position {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
}

.wsus__login_text_position h6 {
    font-size: 25px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
}

.wsus__login_text_position h6 span {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    display: block;
    margin: 10px 0px 10px 0px;
}

.wsus__login_text_position p {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}


/*========================
	LOGIN/REGISTER END
=========================*/


/*========================
	ABOUT US START
=========================*/

.wsus__about_top {
    background: url(../images/about_top_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 70px 0px 70px 0px;
}

.wsus__about_top_text {
    background: #0b2c3d99;
    padding: 25px;
    border-radius: 5px;
}

.wsus__about_top_text h2 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #fff;
}

.wsus__about_top_text p {
    margin-bottom: 30px;
    color: #fff;
}

.wsus__about_top_text p span {
    display: block;
    margin-top: 30px;
    color: #fff;
}

.wsus__about_top_text h5 {
    font-size: 17px;
    font-style: italic;
    margin-bottom: 10px;
    font-weight: 600;
    color: #fff;
}

.wsus__about_accordian {
    margin-top: 70px;
}

.wsus__about_accordian h4,
.wsus__about_client_boost h4,
.wsus__about_award h4,
.wsus__about_team h4,
.wsus__faq_heading h4,
.wsus__why_shop h3 {
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}

.accordion-button:focus {
    box-shadow: none;
}

.wsus__about_accordian .accordion-item:first-of-type .accordion-button {
    border-radius: 0 !important;
}

.wsus__about_accordian .accordion-body {
    padding: 1rem 1.25rem;
    border: 1px solid #def0ff;
}

.wsus__about_accordian img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.wsus__about_counter_area {
    margin-top: 70px;
}

.wsus__about_award {
    margin-top: 70px;
    background: #def0ff;
    padding: 70px 0px;
}

.wsus__about_counter_single {
    border-radius: 5px;
    padding: 55px 40px 40px 40px;
    text-align: center;
    background: #def0ff;
}

.wsus__about_counter_single span {
    font-size: 50px;
    font-weight: 700;
    color: #17AA95;
}

.wsus__about_counter_single h2 {
    text-transform: capitalize;
    font-size: 25px;
    font-weight: 600;
    margin: 15px 0px 15px 0px;
}

.wsus__why_shop {
    margin-top: 65px;
}

.wsus__why_shop h3 {
    text-align: center;
}

.wsus__why_shop_single {
    text-align: center;
    padding: 30px 60px;
    border: 1px solid #b0d8ff;
    border-radius: 5px;
    margin-top: 30px;
}

.wsus__why_shop_single i {
    font-size: 60px;
    color: #17AA95;
    margin-bottom: 20px;
}

.wsus__why_shop_single p {
    color: #353535;
    font-weight: 500;
}

.wsus__about_award_single {
    padding: 20px;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background: #fff;
    margin-top: 30px;
}

.wsus__about_award h4,
.wsus__about_team h4 {
    text-align: center;
}

.wsus__about_award_single img {
    border-radius: 50%;
    width: 100px !important;
    height: 100px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

.wsus__about_award_single p {
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    color: #353535;
    margin-top: 20px;
}

.wsus__about_team {
    padding-top: 65px;
}

.wsus__team_single {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    margin-top: 30px;
}

.wsus__team_img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.wsus__team_single_overlay {
    position: absolute;
    width: 96%;
    height: 96%;
    background: #17AA9566;
    top: 2%;
    left: 2%;
    opacity: 0;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
    border: 5px solid #17AA95;
    border-radius: 10px;
}

.wsus__team_img ul {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.wsus__team_img ul li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin: 0px 3px;
    border-radius: 50%;
    color: #17AA95;
    background: #fff;
    font-size: 18px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.wsus__team_img ul li a:hover {
    background: #17AA95;
    color: #fff;
}

.wsus__team_text {
    padding: 20px;
    position: relative;
}

.wsus__team_text h5 {
    text-transform: capitalize;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 5px;
}

.wsus__team_text p {
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}

.wsus__team_single:hover .wsus__team_single_overlay {
    opacity: 1;
}

.wsus__team_single:hover .wsus__team_img ul {
    bottom: 20px;
}


/*========================
	ABOUT US END
=========================*/


/*========================
	TEAM DETAILS START
=========================*/

.wsus__team_details {
    margin-top: 70px;
}

.wsus__team_details_top {
    border: 1px solid #afdcff;
    border-radius: 10px;
    padding: 20px;
    background: #afdcff;
}

.wsus__team_details_img {
    border-radius: 10px;
    overflow: hidden;
}

.wsus__team_details_text {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 10px;
}

.wsus__team_det_text_center {
    position: absolute;
    width: 100%;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.wsus__team_details_text h4 {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 35px;
}

.wsus__team_details_text h6 {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    margin-top: 5px;
}

.wsus__team_address {
    margin: 30px 0px;
}

.wsus__team_address a,
.wsus__team_address p {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #797979;
    margin-top: 10px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.wsus__team_address a i,
.wsus__team_address p i {
    width: 20px;
}

.wsus__team_address a:hover {
    color: #007aff;
}

.wsus__team_details_text ul li a {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-right: 10px;
    border-radius: 50%;
    font-size: 14px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
    background: #ddd;
}

.wsus__team_det_service {
    margin-top: 70px;
}

.wsus__team_det_service h3 {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 25px;
    text-align: center;
}

.wsus__team_service_single {
    background: #0b2c3d;
    border-radius: 5px;
    padding: 30px;
    text-align: center;
    margin-top: 30px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.wsus__team_service_single i {
    color: #fff;
    width: 70px;
    height: 70px;
    font-size: 30px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    background: #17AA95;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.wsus__team_service_single h4 {
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 20px;
    margin: 25px 0px;
}

.wsus__team_service_single p {
    color: #fff;
}

.wsus__team_service_single:hover {
    background: #17AA95;
}

.wsus__team_service_single:hover i {
    background: #0b2c3d;
}

.wsus__team_service_single.hover {
    background: #17AA95;
}

.wsus__team_service_single.hover i {
    background: #0b2c3d;
}

.wsus__team_det_review {
    margin-top: 70px;
}

.wsus__team_det_review h3 {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 25px;
    text-align: center;
}

.wsus__team_det_rev_single {
    background: #def0ff;
    padding: 30px;
    border-radius: 5px;
    text-align: center;
    margin: 120px 15px 0px 15px;
}

.wsus__team_det_rev_single img {
    width: 150px !important;
    height: 150px;
    border-radius: 50%;
    border: 5px solid #def0ff;
    margin: -105px auto 0 auto;
}

.wsus__team_det_rev_single h3 {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    margin: 15px 0px;
}

.wsus__team_det_rev_single h6 {
    text-transform: capitalize;
    font-weight: 400;
    font-size: 16px;
}

.wsus__team_det_rev_single span {
    position: relative;
    margin: 25px 0px;
    display: block;
    z-index: 1;
}

.wsus__team_det_rev_single span i {
    width: 80px;
    height: 80px;
    font-size: 40px;
    border-radius: 50%;
    line-height: 80px;
    text-align: center;
    background: #17AA95;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.wsus__team_det_rev_single span::after {
    position: absolute;
    content: "";
    background: #17AA95;
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: -1;
}


/*========================
	TEAM DETAILS END
=========================*/


/*========================
	404  START
=========================*/

#wsus__404 {
    margin-bottom: 50px !important;
    margin-top: 40px;
}

.wsus__404_text {
    text-align: center;
    margin-top: 60px;
}

.wsus__404_text h2 {
    font-size: 130px;
    font-weight: 700;
    color: #0b2c3d;
    margin-bottom: 10px;
}

.wsus__404_text h4 {
    text-transform: capitalize;
    font-size: 35px;
    font-weight: 600;
    text-align: center;
}

.wsus__404_text h4 span {
    color: #17AA95;
    font-size: 35px;
    font-weight: 600;
    text-transform: capitalize;
}

.wsus__404_text p {
    margin: 10px 0px 45px 0px;
}


/*========================
	404  END
=========================*/


/*========================
	BLOGS PAGE START
=========================*/

#wsus__blogs {
    padding-top: 45px;
}

.wsus__single_blog {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-top: 25px;
    width: 100%;
    height: 250px;
}

.wsus__single_blog img {
    height: 100%;
    object-fit: cover;
}

.wsus__blog_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(11, 44, 61);
    background: linear-gradient( 0deg, rgba(11, 44, 61, 0.68) 20%, transparent 100%);
}

.wsus__blog_text_center {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0px 15px 6px 15px;
    width: 100%;
}

.wsus__blog_text_center a {
    display: block;
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 25px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.wsus__blog_text_center .date {
    color: #fff;
    text-transform: capitalize;
    font-size: 13px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.wsus__blog_text_center .date span {
    color: #17AA95;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    margin-right: 10px;
}

.wsus__single_blog .blog_top {
    position: absolute;
    top: 15px;
    left: 15px;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 3px;
    z-index: 1;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.wsus__single_blog .red {
    background: red;
}

.wsus__single_blog .blue {
    background: #17AA95;
}

.wsus__single_blog .orange {
    background: orange;
}

.wsus__single_blog .blog_top:hover {
    transform: scale(1.05);
}

.wsus__blog_text_center a:hover {
    color: #17AA95;
}


/*========================
	BLOGS PAGE END
=========================*/


/*========================
	BLOGS DETAILS START
=========================*/

#wsus__blog_details {
    padding-top: 70px;
}

.wsus__main_blog_img {
    border-radius: 5px;
    overflow: hidden;
    height: 500px;
    border: 1px solid #eee;
}

.wsus__main_blog_img img {
    height: 100%;
    object-fit: cover;
}

.wsus__main_blog_header {
    text-transform: capitalize;
    border-radius: 5px;
    padding: 5px 20px;
    background: #def0ff;
    margin-top: 23px;
}

.wsus__main_blog_header span {
    margin-right: 20px;
    font-size: 15px;
    color: #353535;
}

.wsus__main_blog_header span i {
    color: #0088f2;
    margin-right: 5px;
}

.wsus__main_blog h2 {
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 15px 0px 30px 0px;
}

.wsus__blog_description span {
    display: block;
    margin-top: 25px;
}

.wsus__blog_quot_area {
    background: #def0ff;
    padding: 40px;
    text-align: center;
    border-radius: 5px;
    margin: 35px 0px;
}

.wsus__blog_quot_area i {
    font-size: 40px;
    font-weight: 900;
    color: #17AA95;
}

.wsus__blog_quot_area p {
    text-transform: capitalize;
    font-size: 25px;
    color: #353535;
    font-weight: 600;
    margin: 15px 09px 15px 0px;
}

.wsus__blog_quot_area span {
    color: #353535;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
}

.wsus__main_blog h5,
.wsus__related_post h5,
.wsus__comment_area h4,
.wsus__post_comment h4,
.wsus__blog_search h4,
.wsus__blog_category h4,
.wsus__blog_post h4,
.wsus__popular_tag h4,
.wsus_blog_calender h4,
#wsus__faq h4,
.wsus__forget_area h4,
.wsus__change_password h4,
.wsus__pro_det_vendor_text h4 {
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.wsus__blog_list_text ul {
    padding-left: 35px;
    margin: 20px 0px;
}

.wsus__blog_list_text ul li {
    font-size: 16px;
    font-weight: 400;
    color: #797979;
    margin: 10px 0px;
    position: relative;
}

.wsus__blog_list_text ul li::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-style: normal;
    position: absolute;
    content: "\f14a";
    top: 1px;
    left: -24px;
    color: #17AA95;
    font-size: 14px;
    border: none;
}

.wsus__share_blog {
    display: flex;
    align-items: center;
    background: #def0ff;
    padding: 10px;
    border-radius: 5px;
    margin: 30px 0px;
    justify-content: center;
}

.wsus__share_blog p {
    text-transform: capitalize;
    color: #353535;
    font-size: 20px;
    font-weight: 400;
    margin-right: 20px;
}

.wsus__share_blog ul {
    display: flex;
}

.wsus__share_blog ul li a {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 32px;
    color: #353535;
    margin-left: 5px;
    font-size: 14px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
    background: #fff;
}

.wsus__related_post {
    margin-bottom: 25px;
}

.wsus__related_post .wsus__single_blog {
    margin: 0px 12px;
    width: auto;
}

.wsus__blog_img {
    display: block;
    width: 100%;
    height: 100%;
}

.wsus__related_post .slick-dots {
    display: flex;
    justify-content: center;
}

.wsus__related_post .slick-dots li button {
    font-size: 0;
    width: 30px;
    height: 8px;
    background: #76c3ff;
    border-radius: 50px;
    margin: 0 5px;
    outline: 0;
    border: none;
}

.wsus__related_post .slick-dots li.slick-active button {
    background: #0086ee;
}

.wsus__comment_area h4 {
    display: flex;
    justify-content: space-between;
}

.wsus__main_comment {
    overflow: hidden;
    margin-top: 20px;
    border-bottom: 1px solid #afdcff;
    padding-bottom: 20px;
}

.wsus__comment_img {
    width: 10%;
    float: left;
}

.wsus__comment_img img {
    border-radius: 50%;
}

.wsus__comment_text {
    width: 90%;
    float: left;
    padding-left: 10px;
}

.wsus__comment_text h6 {
    text-transform: capitalize;
    font-size: 17px;
    color: #0b2c3d;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wsus__comment_text h6 span {
    color: #0b2c3d;
    font-size: 14px;
}

.wsus__comment_text p {
    font-size: 15px;
}

.wsus__comment_text a {
    text-transform: capitalize;
    background: #17AA95;
    padding: 2px 10px 4px 10px;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    margin-top: 10px;
    font-weight: 500;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.wsus__comment_text a:hover {
    background: #0363ae;
}

.replay .accordion-body {
    padding: 0;
    padding-top: 15px;
}

.replay .wsus__riv_edit_single {
    margin-bottom: 15px;
}

.replay .common_btn {
    text-transform: capitalize;
    padding: 5px 10px;
    font-weight: 400;
}

.wsus__com_replay {
    margin-left: 60px;
}

body .wsus__post_comment h4 {
    margin-top: 0 !important;
    font-weight: 500 !important;
}

.wsus__post_comment input,
.wsus__post_comment textarea {
    font-size: 16px;
    font-weight: 400;
    color: #0b2c3d;
}

.wsus__post_comment button {
    border: none;
    font-weight: 600;
    text-transform: capitalize;
}

.wsus__blog_search {
    margin-bottom: 30px;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 5px;
}

.wsus__blog_search form {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.wsus__blog_search input {
    width: 100%;
    padding: 9px 20px;
    border: 1px solid #b0d8ff;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    color: #353535;
}

.wsus__blog_search button {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
    border: none;
}

.wsus__blog_category {
    margin-bottom: 30px;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 5px;
}

.wsus__blog_category ul li a {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    color: #353535;
    width: 100%;
    border-top: 1px solid #b0d8ff;
    padding: 10px 10px 10px 0px;
}

.wsus__blog_category ul li:last-child a {
    border-bottom: 0;
    padding-bottom: 0;
}

.wsus__blog_post {
    margin-bottom: 30px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 5px;
    padding: 20px 20px 1px 20px;
}

.wsus__blog_post_single {
    display: flex;
    margin: 20px 0px 20px 0px;
}

.wsus__blog_post_img {
    width: 25%;
    border-radius: 5px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.wsus__blog_post_img img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    object-fit: cover;
}

.wsus__blog_post_text {
    width: 75%;
    padding-left: 10px;
    margin-top: -5px;
}

.wsus__blog_post_text a {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.wsus__blog_post_text p {
    font-size: 14px;
}

.wsus__blog_post_text p span {
    font-size: 14px;
    margin-right: 15px;
    display: block;
}

.wsus__blog_post_single a:hover {
    color: #17AA95;
}

.wsus__popular_tag {
    overflow: hidden;
    margin-bottom: 30px;
}

.wsus__popular_tag ul li {
    float: left;
}

.wsus__popular_tag ul li a {
    border: 1px solid #ddd;
    padding: 5px 10px;
    margin: 5px 10px 5px 0px;
    border-radius: 3px;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 400;
    color: #353535;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.wsus__popular_tag ul li a:hover {
    color: #17AA95;
    border-color: #17AA95;
}


/*========================
	BLOGS DETAILS END
=========================*/


/*========================
	FAQ START
=========================*/

#wsus__faq {
    padding-top: 65px;
}

#wsus__faq h4 {
    font-size: 55px;
    margin-bottom: 25px;
    font-weight: 400;
}

.accordion-item:first-of-type .accordion-button {
    border-radius: 0 !important;
}


#wsus__faq .accordion-body {
    border-bottom: 1px solid #00000033 !important;
    padding-bottom: 10px !important;
    padding: 0;
}
.wsus__faq_text {
    padding: 30px;
    background: #def0ff;
    border-radius: 5px;
    margin-top: 75px;
    text-align: center;
}

.wsus__faq_text h3 {
    text-transform: capitalize;
    font-size: 35px;
    font-weight: 600;
}

.wsus__faq_text .common_btn {
    margin: 25px 0px 20px 0px;
}

.wsus__faq_text .call {
    display: block;
    font-size: 27px;
    font-weight: 600;
    text-transform: capitalize;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.wsus__faq_text .call:hover {
    color: #17AA95;
}


/*========================
	FAQ END
=========================*/


/*========================
	DASHBOARD START
=========================*/



.wsus__dashboard_menu {
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 5px 20px;
    background: #0b2c3d;
}

.wsusd__dashboard_user {
    display: flex;
    align-items: center;
}

.wsusd__dashboard_user img {
    width: 45px;
    height: 45px;
    margin-right: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    object-fit: cover;
}

.wsusd__dashboard_user p {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.dashboard_sidebar {
    width: 100%;
    height: auto;
    z-index: 9;
}

.dashboard_title, .dark70 {
    color: #000000b3;
}

 .dark30 {
    color: #00000033;
}

.lh-base {
    line-height: auto !important;
}

body .dashboard_content {
    border-radius: 5px;
    padding: 40px !important;
}

.dashboard_content .cart_inner_info {
    height: auto;
}

.dash_logo {
    width: 100%;
    text-align: center;
    margin-top: 0;
    background: #212529;
    padding-block: 21px;
}

body .wsus__dashboard_menu {
    background: #212529  !important;
    height: 73px;
}

.dash_logo img {
    width: 150px;
    border-radius: 5px;
}


.dashboard_link {
    margin-bottom: 50px;
    width: 100%;
    height: 500px;
    overflow-y: auto;
    /* scrollbar-width: thin;
    scrollbar-color: #17AA95 #0b172d; */
}

ul.dashboard_link::-webkit-scrollbar {
    display: none;
}

.dashboard_link li a {
    font-size: 20px;
    line-height: 24.8px;
    color: #000000b3;
    font-weight: 400;
    text-transform: capitalize;
    border-bottom: 1px solid #fffefe17;
    width: 100%;
    padding: 15px 25px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
    font-family: 'DM Sans';
    background: #fff;
}

.dashboard_link li:first-child a {
    border-top: 1px solid #fffefe24;
}

.dashboard_link li a i {
    margin-right: 10px;
    display: none;
}

.dashboard_link li a:hover, .dashboard_link li a.active {
    background: #17aa95 !important;
    border-radius: 5px;
    color: #fff !important;
}

.dashboard_link li a.active{
    background: #17aa95 !important;
    border-radius: 5px;
    color: #fff !important;
}

.dashboard_content h3 {
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.dashboard_content h3 i {
    font-size: 25px;
    color: #848383;
    margin-right: 20px;
}

.wsus__dashboard_item {
    padding: 20px;
    margin-bottom: 25px;
    width: 100%;
    border-radius: 5px;
    text-align: center;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.wsus__dashboard_item i {
    font-size: 40px;
    color: #fff;
    margin-bottom: 10px;
}

.wsus__dashboard_item p {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wsus__dashboard .red {
    background: #f91942;
}

.wsus__dashboard .red {
    background: #f91942;
}

.wsus__dashboard .green {
    background: #1ec38b;
}

.wsus__dashboard .orange {
    background: #fd7e14;
}

.wsus__dashboard .blue {
    background: #0072e3;
}

.wsus__dashboard .sky {
    background: #61affd;
}

.wsus__dashboard .purple {
    background: #7c007c;
}

.wsus__dashboard_item:hover {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
}

.wsus__message {
    padding: 20px;
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 5px;
    margin-top: 30px;
    overflow: hidden;
}

.wsus__message h4 {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
}

.wsus__message_single {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.wsus__message .wsus__message_single:last-child {
    margin-bottom: 0;
}

.wsus__message_img {
    width: 10%;
    float: left;
    overflow: hidden;
}

.wsus__message_img img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 2px solid #b0d8ff;
}

.wsus__message_text {
    width: 85%;
    float: left;
    overflow: hidden;
}

.wsus__message_text h6 {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    color: #0b2c3d;
    margin-bottom: 13px;
}

.wsus__message_text span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #3e5d6c;
    margin: 7px 0px;
}

.wsus__message_text p {
    font-size: 15px;
    font-weight: 400;
}

.wsus__message_text p i {
    color: #1cb9c8;
    margin-top: 10px;
}

.wsus__message_icon {
    width: 5%;
    float: right;
    text-align: center;
    overflow: hidden;
}

.wsus__message_icon span {
    display: block;
    color: #0b2c3d;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 16px;
    cursor: pointer;
}

.cart_info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.wsus__message_icon span i {
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.wsus__message_icon span i:hover {
    color: #17AA95;
}

.wsus__message .wsus__single_inout label {
    display: block;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    color: #3e5d6c;
    margin-bottom: 5px;
}

.wsus__message .wsus__single_inout input,
.wsus__message .wsus__single_inout textarea {
    width: 100%;
    border: 1px solid #b0d8ff;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 400;
    color: #0b2c3d;
    margin-bottom: 25px;
    border-radius: 5px;
    resize: none;
}

.wsus__message button {
    border: none;
}

.wsus__dashboard_order table {
    border: 1px solid #b0d8ff;
    margin: 0;
}

.wsus__dashboard_order table tr {
    display: flex;
}

.wsus__dashboard_order .table> :not(:last-child)> :last-child>* {
    border: none;
}

.wsus__dashboard_order .table-hover>tbody>tr:hover {
    background: #cfe8fd;
    color: #353535;
}

.wsus__dashboard_order table thead tr th {
    background: #cfe8fd;
    color: #353535;
    padding: 15px 10px;
    border-right: 1px solid #b0d8ff !important;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
}

.wsus__dashboard_order table tr td {
    padding: 15px 10px;
    border-right: 1px solid #b0d8ff;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wsus__dashboard_order .package {
    width: 330px;
}

.wsus__dashboard_order .price {
    width: 150px;
}

.wsus__dashboard_order .p_date {
    width: 150px;
}

.wsus__dashboard_order .e_date {
    width: 150px;
}

.wsus__dashboard_order .method {
    width: 166px;
}

.wsus__dashboard_order .tr_id {
    width: 150px;
}

.wsus__dashboard_order .status {
    width: 134px;
    text-align: center;
}

.wsus__dashboard_order .status a {
    border: 1px solid #17AA95;
    text-align: center;
    color: #17AA95;
    border-radius: 5px;
    padding: 2px 15px;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.wsus__dashboard_order .status a:hover {
    background: #17AA95;
    color: #fff;
}

.wsus__dashboard_download .common_btn {
    margin-top: 15px;
}

.wsus__dashboard_download .common_btn i {
    margin-left: 10px;
}

.wsus__dashboard_review_item {
    padding: 20px;
    border-radius: 5px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    overflow: hidden;
    margin-bottom: 30px;
}

.wsus__dashboard_review_item.for_mar {
    margin-bottom: 0px;
}

.wsus__dash_rev_img {
    width: 20%;
    float: left;
    border: 1px solid #b0d8ff;
    border-radius: 5px;
    overflow: hidden;
}

.wsus__dash_rev_text {
    float: left;
    width: 80%;
    padding-left: 20px;
}

.wsus__dash_rev_text h5 {
    text-transform: capitalize;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.wsus__dash_rev_text h5 a {
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.wsus__dash_rev_text h5 span {
    color: #17AA95;
    font-weight: 500;
    font-style: italic;
}

.wsus__dash_review {
    color: #f90;
    font-size: 14px;
}

.wsus__dashboard_review_item ul {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.wsus__dashboard_review_item ul li a {
    text-transform: capitalize;
    margin-right: 10px;
    padding: 4px 10px;
    border-radius: 3px;
    color: #fff;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
    background: #17AA95;
    font-size: 13px;
}

.wsus__dashboard_review_item ul li a i {
    margin-right: 5px;
}

.wsus__dashboard_review_item ul li a:hover {
    color: #151515;
}

.wsus__riv_edit_single {
    position: relative;
    margin-bottom: 20px;
}

.wsus__riv_edit_single i {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    color: #858d91;
    font-size: 14px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.wsus__dash_rev_text .accordion-body {
    padding: 20px 0px 0px 0px;
}

.wsus__dash_rev_text .select2-container--default .select2-selection--single {
    padding: 25px 20px 20px 50px;
    border-radius: 5px;
}

.text_area i {
    transform: translate(0);
    top: 27px;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
}

.wsus__riv_edit_single textarea {
    width: 100%;
    resize: none;
    border: 1px solid #b0d8ff;
    border-radius: 4px;
    padding: 20px 20px 20px 50px;
    color: #63696c;
    font-size: 14px;
}

.wsus__dash_pro_area,
.wsus__dashboard_add {
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    box-shadow: rgba(99, 99, 99, 0.3) 0px 0px 8px 0px;
}

.wsus__dash_pro_area h4 {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.wsus__dash_pro_single {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.wsus__dash_pro_single i {
    width: 57px;
    height: 47px;
    background: #fff;
    line-height: 45px;
    text-align: center;
    border-radius: 3px;
    margin-right: 10px;
    color: #17AA95;
    border: 1px solid #b0d8ff;
}

.wsus__dash_pro_single input,
.wsus__dash_pro_single textarea,
.medicine_row_input input {
    width: 100%;
    padding: 12px 10px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    color: #353535;
    resize: none;
    border: 1px solid #b0d8ff;
}

.wsus__dash_pro_single input::placeholder,
.wsus__dash_pro_single textarea::placeholder, 
.wsus__contact_question input::placeholder, .wsus__contact_question select::placeholder, .wsus__contact_question textarea::placeholder {
    color: #1e1e1e85;
    opacity: 1;
}

.wsus__dashboard_profile .select2-container--default .select2-selection--single .select2-selection__rendered,
.wsus__add_address_single .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #353535;
}

.wsus__dash_pro_img {
    border-radius: 5px;
    border: 1px solid #b0d8ff;
    overflow: hidden;
    position: relative;
}

.wsus__dash_pro_img input {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #6fbcfb85;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.wsus__dash_add_single {
    border: 1px solid #b0d8ff;
    border-radius: 5px;
    overflow: hidden;
}

.wsus__dash_add_single h4 {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 500;
    background: #def0ff;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #b0d8ff;
}

.wsus__dash_add_single h4 span {
    color: #17AA95;
    text-transform: capitalize;
    font-weight: 500;
    border: 1px solid #17AA95;
    background: #fff;
    padding: 0px 10px;
    border-radius: 4px;
}

.wsus__dash_add_single ul {
    padding: 10px 20px 20px 20px;
}

.wsus__dash_add_single ul li {
    display: flex;
    align-items: center;
    margin-top: 15px;
    font-size: 16px;
    text-transform: capitalize;
    flex-wrap: wrap;
}

.wsus__dash_add_single ul li span {
    color: #353535;
    text-transform: capitalize;
    font-weight: 500;
    width: 30%;
}

.wsus__address_btn {
    border-top: 1px solid #b0d8ff;
    background: #f2f9ff;
    display: flex;
    justify-content: space-between;
}

.wsus__address_btn a {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    display: block;
    text-align: center;
    color: #fff;
    padding: 5px;
    width: 100%;
    background: #17AA95;
}

.wsus__address_btn a i {
    margin-right: 5px;
}

.add_address_btn {
    margin-top: 15px;
}

.add_address_btn i {
    margin-right: 5px;
}

.wsus__add_address_single {
    margin-bottom: 25px;
}

.wsus__add_address_single label {
    text-transform: capitalize;
    margin-bottom: 5px;
}

.wsus__add_address_single label b {
    color: red;
}

body .wsus__add_address_single input, body .wsus__add_address_single textarea, body .wsus__add_address_single .select2-container--default .select2-selection--single {
    width: 100%;
    padding: 10px 20px !important;
    font-size: 15px;
    font-weight: 400;
    border-radius: 5px;
    resize: none;
    border: 1px solid #5744385c !important;
    color: var(--bs-secondary) !important;
    min-height: 44px;
    display: flex;
    align-items: center;
    opacity: 1;
}

body .wsus__add_address_single input::placeholder, body .wsus__add_address_single textarea::placeholder, body .wsus__add_address_single .select2-container--default .select2-selection--single::placeholder {
    color: var(--bs-secondary) !important;
}



.wsus__add_address button {
    border: none;
}

.close_icon {
    width: 40px;
    height: 40px;
    background: #17AA95;
    text-align: center;
    line-height: 40px;
    color: #fff;
    position: absolute;
    top: 0px;
    right: -40px;
    cursor: pointer;
    display: none;
    font-size: 25px;
    z-index: 99;
}

.close_icon .dash_bar,
.close_icon .dash_close {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #17AA95;
    font-size: 20px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.close_icon .dash_close {
    background: red;
    opacity: 0;
}

.far.fa-times.dash_close.dash_opasity {
    opacity: 1;
}

#wsus__dashboard .wsus__pro_img {
    width: 170px;
}

#wsus__dashboard .wishlist .wsus__pro_select {
    width: 210px;
}

#wsus__dashboard .wsus__pro_icon {
    width: 210px;
}


/*========================
	DASHBOARD END
=========================*/


/*======================
TERMS & CONDITION START
========================*/

#wsus__terms_condition {
    margin-top: 67px;
}

#wsus__terms_condition h2 {
    font-size: 35px;
    margin-bottom: 35px;
    text-transform: capitalize;
    font-weight: 600;
}

.wsus__terms_text h4 {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    color: #0b2c3d;
    margin-bottom: 20px;
}

.wsus__terms_text ul {
    list-style: decimal;
    padding-left: 18px;
    margin-bottom: 25px;
}

.wsus__terms_text .list_style {
    list-style: unset;
}

.wsus__terms_text ul li {
    margin: 20px 0px;
}

.wsus__terms_text p {
    margin-bottom: 20px;
}

.wsus__terms_text p:last-child {
    margin-bottom: 0;
}

.wsus__terms_text p a {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    color: #0d6efd;
}


/*======================
TERMS & CONDITION END
========================*/


/*======================
FORGET PASSWORD START
========================*/

.wsus__forget_area {
    border: 1px solid #b0d8ff;
    padding: 30px;
    border-radius: 5px;
}

.wsus__forget_area .qiestion_icon {
    display: block;
    text-align: center;
}

.wsus__forget_area .qiestion_icon i {
    font-size: 40px;
    color: #17AA95;
    margin-bottom: 15px;
}

.wsus__forget_area h4 {
    color: red;
    margin-bottom: 20px;
    text-align: center;
}

.wsus__forget_area p {
    text-transform: capitalize;
    text-align: center;
}

.wsus__forget_area p span {
    text-transform: uppercase;
    color: #17AA95;
    font-weight: 700;
    display: block;
}

.wsus__forget_area .wsus__login_input {
    margin-bottom: 25px;
}

.wsus__forget_area .see_btn {
    padding: 8px 10px;
    display: block;
    text-align: center;
}


/*======================
FORGET PASSWORD END
========================*/


/*======================
CHANGE PASSWORD START
========================*/

.wsus__change_password {
    padding: 50px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background: #def0ff;
    border-radius: 5px;
}

.wsus__change_password h4 {
    margin-bottom: 35px;
}

.wsus__single_pass {
    margin-bottom: 25px;
}

.wsus__single_pass label {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
}

.wsus__single_pass input {
    width: 100%;
    padding: 15px 20px;
    font-size: 15px;
    font-weight: 400;
    border-radius: 5px;
    resize: none;
    border: 1px solid #b0d8ff;
}

.wsus__change_password button {
    width: 100%;
}


/*======================
CHANGE PASSWORD END
========================*/


/*======================
PAYMENT PAGE  START
========================*/

.wsus__pay_info_area .nav-pills .nav-link {
    margin-bottom: 10px;
    padding: 15px 0px;
    background: #17AA95;
}

.wsus__pay_info_area .nav-pills .nav-link.active {
    background: #0b2c3d;
}

.wsus__pay_info_area .tab-pane {
    background: #def0ff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 20px;
}

.wsus__payment_area form {
    padding: 20px;
    border-radius: 5px;
    background: #0b2c3d;
}

.wsus__pay_caed_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.wsus__pay_caed_header h5 {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.wsus__pay_caed_header img {
    width: 80px;
    border-radius: 5px;
}

.wsus__payment_area .input {
    color: #fff;
    background: none;
    width: 100%;
    padding: 5px 0px;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 20px;
    resize: none;
    border: none;
    border-bottom: 1px solid #fff6;
    background: none !important;
}

.wsus__save_payment {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.wsus__save_payment h6 {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.wsus__save_payment h6 i {
    margin-right: 5px;
}

.wsus__save_payment img {
    width: 50px;
    margin-left: 10px;
    border-radius: 3px;
}

.wsus__save_card {
    display: flex;
    align-items: center;
}

.wsus__save_card label {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
}

.wsus__payment_area button {
    font-weight: 600;
    width: 100%;
    outline: none;
}

.wsus__payment_area .form-check input {
    border-radius: 10px !important;
    border: none;
}

.wsus__pay_info_area p {
    font-size: 15px;
    margin-bottom: 20px;
}

.wsus__pay_info_area ul {
    margin-bottom: 25px;
}

.wsus__pay_info_area ul li {
    color: #797979;
    font-size: 15px;
    margin: 10px 0px;
    padding-left: 30px;
    position: relative;
}

.wsus__pay_info_area ul li::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-style: normal;
    position: absolute;
    content: "\f14a";
    top: 1px;
    left: 0;
    color: #17AA95;
    font-size: 14px;
    border: none;
}

.wsus__pay_info_area .wsus__input_area input,
.wsus__pay_info_area .wsus__input_area textarea {
    width: 100%;
    padding: 15px 20px;
    border-radius: 5px;
    margin-bottom: 25px;
    resize: none;
    border: none;
}

.wsus__pay_info_area .select2-container--default .select2-selection--single {
    border-radius: 5px;
    border: none;
}

.wsus__pay_booking_summary {
    background: #def0ff;
    padding: 20px;
    border-radius: 5px;
}

.wsus__pay_booking_summary h5 {
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.wsus__pay_booking_summary p {
    color: #353535;
    text-transform: capitalize;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.wsus__pay_booking_summary p span {
    color: #353535;
}

.wsus__pay_booking_summary h6 {
    text-transform: capitalize;
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    border-top: 2px solid #fff;
    padding-top: 15px;
    margin-top: 15px;
}

.wsus__pay_booking_summary h6 span {
    color: #353535;
    font-weight: 700;
}


/*======================
PAYMENT PAGE  END
========================*/


/*======================
TRACKING ORDER START
========================*/

.tack_form {
    background: #def0ff;
    padding: 40px;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 62px;
}

.tack_form h4 {
    text-transform: capitalize;
    font-size: 25px;
    font-weight: 600;
}

.tack_form p {
    text-transform: capitalize;
    margin-bottom: 50px;
}

.wsus__track_input label {
    text-transform: capitalize;
    text-align: left;
    color: #353535;
}

.wsus__track_input input {
    width: 100%;
    padding: 15px 20px;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 25px;
    resize: none;
    border-radius: 3px;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.tack_form button {
    width: 100%;
    margin: 0 !important;
}

.wsus__track_header_text {
    border: 1px solid #b0d8ff;
    padding: 20px;
    border-radius: 5px;
    margin-top: 10px;
}

.wsus__track_header_single {
    border-right: 1px solid #b0d8ff;
}

.wsus__track_header_single.border_none {
    border: none;
}

.wsus__track_header_single h5 {
    text-transform: capitalize;
    font-size: 18px;
}

.wsus__track_header_single p {
    text-transform: capitalize;
    font-size: 15px;
    color: #353535;
}

.progtrckr {
    margin: 50px 0px 57px 0px;
}

.progtrckr li {
    display: inline-block;
    text-align: center;
    width: 24.75%;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 30px;
    position: relative;
}

.progtrckr li::before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    left: 50%;
    content: "\f00c";
    color: silver;
    background: #fff;
    font-size: 23px;
    bottom: -23px;
    width: 45px;
    height: 45px;
    line-height: 43px;
    border-radius: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    border: 2px solid silver;
    z-index: 1;
}

.progtrckr li::after {
    position: absolute;
    content: "";
    width: 102%;
    height: 4px;
    background: silver;
    bottom: -4px;
    left: 0;
}

.progtrckr li:nth-child(1)::before {
    content: "\f061";
}

.progtrckr li:nth-child(1)::after {
    background: #17AA95;
}

.progtrckr li:nth-child(2)::before {
    content: "\f2f1";
}

.progtrckr li:nth-child(3)::before {
    content: "\f0d1";
}

.check_mark::before {
    background: #17AA95 !important;
    color: #fff !important;
    border-color: #17AA95 !important;
}

.check_mark::after {
    background: #17AA95 !important;
}

.red_mark::before {
    content: "\f00d" !important;
    background: #dc3545 !important;
    border-color: #dc3545 !important;
    color: #fff !important;
}

.red_mark::after {
    background: #dc3545 !important;
}


/* .progtrckr li:last-child::after {
  width: 100%;
}

.progtrckr li:nth-child(1)::before {
  content: "\f058";
}

.progtrckr li:nth-child(2)::before {
  content: "\f013";
}

.progtrckr li:nth-child(3)::before {
  content: "\f0d1";
}

.progtrckr li:nth-child(4)::before {
  content: "\f06b";
}

.progtrckr li.progtrckr_done::before {
  content: "\f00c";
  background: #17AA95;
  color: #fff;
  border-color: #17AA95;
}

.progtrckr li.progtrckr_done::after {
  background: #17AA95;
} */

.wsus__track_area .common_btn {
    margin-top: 25px;
}


/*======================
TRACKING ORDER END
========================*/


/*======================
VENDORS PAGE START
========================*/

.wsus__vendor_sidebar {
    padding: 20px;
}

.wsus__vendor_sidebar form {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
}

.wsus__vendor_sidebar form input {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #353535;
    border: 1px solid #b0d8ff;
    border-radius: 5px;
}

.wsus__vendor_sidebar form button {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.wsus__vendor_sidebar_select {
    margin-top: 15px;
}

.wsus__vendor_sidebar_select h4 {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.wsus__vendor_sidebar .select2-container--default .select2-selection--single {
    border-radius: 5px;
}

.wsus__vendor_sidebar_select form {
    margin-bottom: 15px;
}

.wsus__vendor_single {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 30px;
    width: 100%;
    height: 302px;
}

.wsus__vendor_single img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.wsus__vendor_text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #0000004a;
}

.wsus__vendor_text_center {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.wsus__vendor_text_center h4 {
    color: #fff;
    text-transform: capitalize;
}

.wsus__vendor_text_center .wsus__vendor_rating {
    color: #ff9f00;
    margin: 15px 0px 0px 0px;
}

.wsus__vendor_text_center a {
    color: #fff;
    display: block;
    margin: 5px 0px;
}

.wsus__vendor_text_center a i {
    width: 25px;
}

.wsus__vendor_text_center .common_btn {
    display: inline-block;
    margin: 14px 0px 0px 0px;
}


/*======================
VENDORS PAGE END
========================*/


/*======================
VENDORS DETAILA START
========================*/

.wsus__vendor_det_banner_text {
    background: linear-gradient( 90deg, rgba(11, 44, 61, 1) 0%, rgba(6, 120, 148, 0) 50%, rgba(11, 44, 61, 0) 100%);
}

.wsus__vendor_det_banner_text .wsus__vendor_location,
.wsus__vendor_det_banner_text .wsus__open_store {
    color: #fff;
    text-transform: capitalize;
}

.wsus__vendor_det_banner_text .wsus__vendor_location i,
.wsus__vendor_det_banner_text .wsus__open_store i {
    width: 25px;
}

.wsus__vendor_det_banner_text .wsus__vendor_text_center {
    width: 40%;
}

.wsus__vendor_det_banner_text ul {
    display: flex;
    margin-top: 10px;
}

.wsus__vendor_det_banner_text ul li a {
    width: 35px;
    height: 35px;
    line-height: 37px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    background: #eee;
    color: #353535;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.modal-title {
    text-transform: capitalize;
}

.vendor_review_modal .rating {
    margin-bottom: 15px;
}


/*======================
VENDORS DETAILA END
========================*/


/*======================
CATEGORY PAGE START
========================*/

.wsus__category_topbar {
    padding: 10px;
}

.wsus__category_topbar .select2-container--default .select2-selection--single {
    width: 100%;
}

.wsus__category_topbar .wsus__topbar_select {
    border-radius: 5px;
    overflow: hidden;
    width: 32%;
}

.wsus__category_topbar .wsus__topbar_select2 {
    border-right: 1px solid #b0d8ff;
}

.wsus__category_topbar button {
    width: 32%;
    border: none;
}


/*======================
CATEGORY PAGE END
========================*/


/*======================
CUSTOM PAGE START
========================*/

.wsus__custom_pages p {
    margin-top: -7px;
}

.wsus__custom_pages p span {
    display: block;
    margin-top: 20px;
}


/*======================
CUSTOM PAGE END
========================*/


/*======================
	DAILY DEALS START
========================*/

#wsus__daily_deals {
    margin-top: 43px;
}

.wsus__daily_deals_single {
    border: 1px solid #b0d8ff;
    border-radius: 5px;
    overflow: hidden;
    background: #def0ff;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 7px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
    margin-top: 30px;
}

.wsus__daily_deals_single_img {
    overflow: hidden;
    position: relative;
}

.wsus__daily_deals_single_img .link_img {
    width: 100%;
    height: 240px;
}

.wsus__daily_deals_single_img .link_img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.wsus__daily_deals_single_img p {
    text-transform: capitalize;
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    width: 100%;
    text-align: center;
    background: #17AA95;
    padding: 8px 0px 10px 0px;
}

.wsus__daily_deals_single_img .live {
    background: red;
    color: #fff;
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 5px;
    border-radius: 3px;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 600;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.wsus__daily_deals_single_img .live:hover {
    background: #ae0a0a;
}

.wsus__daily_deals_text {
    padding: 20px;
}

.wsus__daily_deals_text .deals_title {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
    display: block;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.wsus__daily_deals_text p {
    text-transform: capitalize;
}

.wsus__daily_deals_text .common_btn {
    margin-top: 20px;
    padding: 8px 15px;
    text-transform: capitalize;
    display: inline-block;
}

.wsus__daily_deals_text .deals_title:hover {
    color: #17AA95;
}


/*======================
	DAILY DEALS END
========================*/


/*======================
DAILY DEALS DETAILS START
========================*/

.wsus__offer_details_banner {
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 70px;
    position: relative;
    width: 100%;
    height: 230px;
}

.wsus__offer_details_banner img {
    height: 100%;
    object-fit: cover;
}

.wsus__offer_details_banner_text {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    width: 40%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.wsus__offer_details_banner_text p {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 7px;
    font-weight: 600;
}

.wsus__offer_details_banner_text span {
    display: block;
    color: #fff;
    padding: 5px 0px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 25px;
    margin-top: 10px;
}

.wsus__offer_details_area .simply-seconds-section {
    margin-right: 0;
}

.wsus__offer_det_single {
    border: 1px solid #b0d8ff;
    border-radius: 5px;
    margin-top: 25px;
}

.wsus__offer_det_single .simply-countdown {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.wsus__offer_det_single .wsus__product_item {
    border: none;
    margin-top: 0;
}

.wsus__offer_progress {
    padding: 0px 15px 15px 15px;
}

.wsus__offer_progress p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.wsus__offer_progress p span {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
}

.wsus__offer_progress .progress {
    height: 15px;
    font-size: 11px;
    border-radius: 30px;
    font-weight: 600;
}

.wsus__offer_progress .progress-bar {
    background-color: #17AA95;
}

.wsus__offer_time {
    padding: 0px 15px 15px 15px;
}

.wsus__offer_time span {
    color: #353535;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
}

.wsus__offer_time .simply-countdown.simply-countdown-one {
    display: flex;
    margin-top: 5px;
    justify-content: space-between;
}

.wsus__offer_time .simply-days-section,
.wsus__offer_time .simply-hours-section,
.wsus__offer_time .simply-minutes-section,
.wsus__offer_time .simply-seconds-section {
    width: 80px;
    background: #0b2c3d;
    padding-top: 5px;
    border-radius: 3px;
    text-align: center;
}

.wsus__offer_time .simply-amount {
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    border-bottom: 1px dashed #676767;
    padding-bottom: 4px;
    display: block;
}

.wsus__offer_time .simply-word {
    font-weight: 500;
    color: #fff;
    font-size: 11px;
    text-transform: capitalize;
}


/*======================
DAILY DEALS DETAILS END
========================*/


/*======================
	BRANDS PAGE START
========================*/

#wsus__brands {
    margin-top: 40px;
}

.wsus__single_brand {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 5px;
    border-radius: 5px;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 150px;
    position: relative;
    margin-top: 30px;
}

.wsus__single_brand img {
    height: 100%;
    object-fit: cover;
}

.wsus__single_brand::after {
    position: absolute;
    content: "";
    background: #17AA953d;
    width: 70%;
    height: 70%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.wsus__single_brand:hover::after {
    width: 100%;
    height: 100%;
    opacity: 1;
}

.wsus__single_brand .new {
    position: absolute;
    top: 0;
    left: 0;
    background: #17AA95;
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    padding: 0px 10px;
    border-bottom-right-radius: 5px;
    z-index: 1;
}

.wsus__single_brand .rating {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #f6bc3e;
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    padding: 0px 10px;
    border-top-left-radius: 5px;
    z-index: 1;
}


/*======================
	BRANDS PAGE END
========================*/


/*======================
	HOME PAGE 2 START
========================*/

.home_2 header .dropdown .nav-link {
    width: auto;
    height: 40px;
    padding: 0px 10px;
    border-radius: 30px;
}

.home_2 header .dropdown-menu {
    padding: 0;
    border: 1px solid #aad8ff73;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    min-width: 6rem;
    margin-top: 5px !important;
}

.home_2 header .dropdown-menu li {
    margin: 0px !important;
}

.home_2 header .dropdown-menu a {
    width: auto !important;
    height: auto !important;
    box-shadow: none;
    padding: 5px 0px;
    text-transform: uppercase;
    font-size: 14px;
    border-bottom: 1px solid #aad8ff73 !important;
    font-weight: 600;
    border-radius: 0 !important;
    color: #333 !important;
    background: #fff !important;
}

.home_2 header .dropdown-menu a:hover {
    background: #aad8ff73 !important;
}

.home_2 header .wsus__icon_area li {
    margin-left: 10px;
}

.home_2 header .wsus__icon_area a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: none;
    background: #aad8ffab;
    color: #fff;
}

.home_2 header .wsus__icon_area li:hover>a,
.home_2 header .wsus__icon_area li .active {
    background: #316089 !important;
    color: #fff !important;
}

.home_2 header .wsus__call_icon_area {
    justify-content: space-between;
}

.home_2 header .wsus__icon_area {
    width: auto;
}

.home_2 header .wsus__call_area {
    width: auto;
}

.home_2 header .wsus__search form {
    border-radius: 30px;
    border: none;
}

.home_2 header .wsus__search input {
    width: 100%;
    padding: 14px 20px;
}

.home_2 header .wsus__search button {
    right: 2px;
    background: #aad8ffab;
    padding: 16px 35px;
    border-radius: 80px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.home_2 header .wsus__search button:hover {
    background: #316089 !important;
    color: #fff !important;
}

.home_2 .wsus__main_menu .cat_icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    float: left;
    background: #5897fb;
    color: #fff;
    font-size: 23px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.home_2 .wsus__main_menu .cat_icon:hover {
    background: #316089 !important;
}

.home_2 .wsus__menu_item_right li:first-child {
    margin-left: 0px;
}

.home_2 .wsus__menu_item li:last-child {
    margin-right: 0px;
}

.home_2 .wsus__main_menu .wsus__menu_item {
    position: static;
}

.home_2 .relative_contect {
    position: relative;
}

.home_2 header {
    border: none;
    background: #17AA95;
}

.home_2 .wsus__call_text p {
    color: #fff;
}

.home_2 header .wsus__call_text a {
    font-size: 15px;
    color: #fff;
}

.home_2 header .wsus__call_text a:hover {
    color: #316089 !important;
}

.home_2 header .wsus__call {
    font-size: 30px;
    color: #fff;
}

.home_2 header .wsus__icon_area li a span {
    width: 25px;
    height: 25px;
    top: -7px;
    right: -10px;
    background: #316089;
    font-size: 13px;
    line-height: 23px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.home_2 .wsus__main_menu {
    background: #316089;
}

.home_2 .wsus__menu_item li>a {
    color: #fff;
}

.home_2 .wsus__menu_item li a:hover {
    color: #5897fb !important;
}

.home_2 .wsus__menu_item>li:hover>a,
.home_2 .wsus__menu_item li a.active {
    color: #5897fb !important;
}

.home_2 .wsus__mini_cart h4 span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    margin-top: -5px;
}

.home_2 .wsus__mini_cart .wsus__cart_img {
    border: none;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.home_2 .wsis__del_icon {
    opacity: 0;
}

.home_2 .wsus__mini_cart ul li:hover .wsis__del_icon {
    opacity: 1;
}

.home_2 .wsus__mini_cart .wsus__cart_text p del {
    color: #316089;
    font-weight: 600;
    margin-left: 5px;
}

.home_2 .wsus_menu_category_bar {
    width: 50px;
    height: 50px;
    padding: 0;
    text-align: center;
    line-height: 50px;
    display: block;
    font-size: 20px;
    position: relative;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.home_2 .wsus_menu_category_bar:hover {
    background: #fff;
    color: #316089;
}

.home_2 .wsus_menu_cat_item {
    width: 250px;
    height: 570px;
    position: absolute;
    top: 99%;
    left: 0;
    border-radius: 5px;
}

.home_2 .wsus_menu_cat_item>li:hover>a,
.home_2 .wsus_menu_cat_droapdown li a:hover {
    color: #5897fb !important;
}


/* banner 2 start */

.home_2 .wsus__banner_content {
    margin-top: 0px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.home_2 #wsus__banner .slick-dots li button {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.home_2 #wsus__banner .slick-dots li.slick-active button {
    width: 25px !important;
    height: 25px !important;
}

.home_2 #wsus__banner .slick-dots {
    justify-content: center;
}

.home_2 .wsus__single_banner_content {
    height: 270px;
}

.home_2 .wsus__single_banner_content .wsus__single_banner_img {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    width: 100%;
    height: 100%;
}

.home_2 .wsus__single_banner_content .wsus__single_banner_img img {
    object-fit: cover;
    height: 100%;
}

.home_2 .common_btn,
.home_2 .shop_btn {
    border-radius: 30px;
}


/* prosuct start */

.home_2 .wsus__new,
.home_2 .wsus__minus {
    width: 50px;
    border-radius: 30px;
    /* opacity: 0.2; */
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}


/* .home_2 .wsus__product_item:hover .wsus__new,
.home_2 .wsus__product_item:hover .wsus__minus {
  opacity: 1;
} */

.home_2 .wsus__product_item {
    border: none;
    box-shadow: rgba(50, 50, 93, 0.3) 0px 0px 5px 0px;
    border-color: #b0d8ff91;
}

.home_2 .wsus__product_details .add_cart {
    padding: 7px 15px;
    border-radius: 30px;
    position: static;
}

.home_2 .wsus__product_item .wsus__pro_link {
    border: none;
    box-shadow: rgba(50, 50, 93, 0.3) 0px 0px 5px 0px;
}

.home_2 .wsus__product_details {
    text-align: center;
}

.home_2 .wsus__product_item:hover .wsus__product_details .wsus__price {
    opacity: 1;
    visibility: visible;
}

.home_2 .wsus__product_details .wsus__price {
    justify-content: center;
    margin-bottom: 5px;
}

.home_2 .wsus__single_pro_icon li a {
    background: #fff;
}

.home_2 .wsus__single_pro_icon li a:hover {
    color: #17AA95 !important;
}

.wsus__monthly_top_2 .grid .wsus__hot_deals__single_img {
    width: 100% !important;
    height: auto;
    border-right: 0;
}

.wsus__monthly_top_2 .grid .wsus__hot_deals__single_text {
    width: 100% !important;
    padding-left: 0 !important;
    text-align: center;
}

.wsus__monthly_top_2 .grid .wsus__hot_deals__single {
    border-color: #b0d8ff91;
}

.wsus__monthly_top_2 .wsus__monthly_top_banner {
    height: 150px;
}

.wsus__monthly_top_2 .wsus__monthly_top_banner_text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.wsus__monthly_top_2 .wsus__monthly_top_banner_text h3 {
    font-size: 40px;
    margin: 0px 25px;
}

.wsus__monthly_top_2 .wsus__monthly_top_banner_text h3 span {
    font-size: 40px;
}

.wsus__monthly_top_2 .wsus__monthly_top_banner_text h6 {
    font-size: 20px;
    margin-bottom: 0;
    margin-right: 25px;
}

.wsus__monthly_top_2 .wsus__monthly_top_banner_text h4 {
    font-size: 20px;
}

.brand_slider_2 .brand_border {
    padding: 0 !important;
    border-radius: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
}

.brand_slider_2 .wsus__brand_logo {
    margin: 0px 12px;
    border-radius: 5px;
    border: 1px solid #b0d8ff91;
    overflow: hidden;
    box-shadow: rgba(50, 50, 93, 0.15) 0px 0px 5px 0px;
    padding: 20px 0px;
}

.brand_slider_2 .nxt_arr,
.brand_slider_2 .prv_arr {
    left: 15px !important;
}

.brand_slider_2 .nxt_arr {
    left: auto !important;
    right: 15px !important;
}

.wsus__hot_deals_2 .wsus__hot_deals_offer {
    position: relative;
    padding: 0;
    height: 450px;
}

.wsus__hot_deals_2 .wsus__hot_deals_img {
    width: 100% !important;
    position: relative;
}

.wsus__hot_deals_2 .wsus__hot_deals_img img {
    object-fit: cover;
}

.wsus__hot_deals_2 .wsus__hot_deals_text {
    width: 100% !important;
    padding-left: 0;
    padding-top: 0;
    position: absolute;
    top: 0;
    left: 0;
    background: #000006a3;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.wsus__hot_deals_2 .wsus__hot_deals_text .wsus__hot_title,
.wsus__hot_deals_2 .wsus__hot_deals_text .wsus__rating span {
    color: #fff;
}

.wsus__hot_deals_2 .wsus__hot_deals_text .wsus__details {
    color: #fff;
    width: 85%;
}

.wsus__hot_deals_2 .wsus__hot_deals_text ul li:nth-child(2) a,
.wsus__hot_deals_2 .wsus__hot_deals_text ul li:nth-child(3) a {
    border-color: #fff;
    color: #fff;
}

.wsus__hot_deals_2 .wsus__hot_deals_text ul li:nth-child(2) a:hover,
.wsus__hot_deals_2 .wsus__hot_deals_text ul li:nth-child(3) a:hover {
    border-color: #17AA95 !important;
}

.wsus__hot_deals_2 .simply-countdown {
    margin-top: 15px;
}

.wsus__hot_deals_2 .wsus__hot_deals_offer .simply-days-section,
.wsus__hot_deals_2 .wsus__hot_deals_offer .simply-hours-section,
.wsus__hot_deals_2 .wsus__hot_deals_offer .simply-minutes-section,
.wsus__hot_deals_2 .wsus__hot_deals_offer .simply-seconds-section {
    border: 1px solid #fff;
    width: 70px;
    height: 47px;
    margin: 0px 5px;
    border-radius: 3px;
}

.wsus__single_banner_2 .wsus__single_banner_content .wsus__single_banner_img {
    border-radius: 5px;
}

.home_2 .monthly_top_filter button,
.home_2 .monthly_top_filter2 button {
    padding: 2px 10px;
    font-size: 14px;
    border-radius: 3px;
    margin: 0px 5px;
}

.home_2 .monthly_top_filter button:hover,
.home_2 .monthly_top_filter button.active,
.home_2 .monthly_top_filter2 button:hover,
.home_2 .monthly_top_filter2 button.active {
    color: #fff;
    background: #17AA95 !important;
}

.wsus__hot_small_item_2 .wsus__hot_deals__single_img {
    width: 100% !important;
    border-right: 0;
}

.wsus__hot_small_item_2 .wsus__hot_deals__single_text {
    width: 100% !important;
    margin-top: 0;
    padding-left: 0 !important;
    text-align: center;
}

.wsus__hot_small_item_2 .wsus__hot_deals__single {
    border-color: #b0d8ff91;
}

.home_2_single_banner .banner_1 {
    height: 565px;
}

.banner_1 .wsus__single_banner_text {
    background: #00000096;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: translate(0);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.banner_1 .wsus__single_banner_text h6 {
    font-size: 35px;
    flex-wrap: wrap;
    justify-content: center;
}

.banner_1 .wsus__single_banner_text h6 span {
    font-size: 67px;
    font-weight: 900;
    color: #17AA95;
    margin-left: 10px;
}

.banner_1 .wsus__single_banner_text h3 {
    font-size: 55px;
}

.banner_1 .shop_btn {
    font-size: 16px;
    padding: 15px 40px;
}

.weekly_best2 .wsus__hot_deals__single_img {
    width: 100% !important;
    border-right: 0;
}

.weekly_best2 .wsus__hot_deals__single_text {
    width: 100% !important;
    margin-top: 0;
    padding-left: 0 !important;
    text-align: center;
}

.weekly_best2 .single_row {
    padding: 0px 12px;
}

.weekly_best2 .wsus__hot_deals__single {
    border-color: #b0d8ff91;
}

.home_service_2 {
    margin-top: 90px !important;
}

.home_service_single_2 {
    border: none;
    background: #fff;
    position: relative;
    padding: 50px 0px 0px 0px;
    border-radius: 0;
    border-left: 1px solid #b0d8ff;
}

.home_service_single_2.border_left {
    border: none;
}

.home_service_single_2 p {
    font-size: 15px;
}

.home_service_single_2 i {
    font-size: 25px;
    margin: 0px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    background: #17AA95;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff !important;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.wsus__single_blog_2 {
    height: auto !important;
}

.wsus__single_blog_2 .wsus__blog_text {
    position: relative;
}

.wsus__single_blog_2 .wsus__blog_text_center {
    position: static;
    background: #fff;
    padding: 17px 20px 10px 20px;
}

.wsus__single_blog_2 .wsus__blog_text_center a {
    color: #353535;
}

.wsus__single_blog_2 .wsus__blog_text_center a:hover {
    color: #17AA95;
}

.wsus__single_blog_2 .wsus__blog_text_center .date {
    color: #17AA95;
}

.wsus__single_blog_2 .blog_top {
    top: -20px;
    left: auto;
    right: 20px;
}

.wsus__flash_sell_2 .wsus__flash_coundown {
    padding: 30px;
}

.wsus__flash_sell_2 .simply-section.simply-days-section,
.wsus__flash_sell_2 .simply-section.simply-hours-section,
.wsus__flash_sell_2 .simply-section.simply-minutes-section,
.wsus__flash_sell_2 .simply-section.simply-seconds-section {
    background: #fff;
    width: 90px;
    height: 90px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    margin: 0px 5px;
    border: 1px dashed #17AA95;
}

.wsus__flash_sell_2 .simply-amount {
    display: block;
    font-size: 40px;
    font-weight: 900;
    color: #17AA95;
    border-bottom: 1px dashed #17AA95;
    height: 55px;
    line-height: 55px;
}

.wsus__flash_sell_2 .simply-word {
    color: #17AA95;
    text-transform: capitalize;
    height: 35px;
    line-height: 35px;
    display: block;
}

.footer_2 {
    margin-top: 70px;
    background: #0b2c3d;
}

.footer_2 form {
    position: relative;
    width: 100%;
    margin: 15px 0px 25px 0px;
}

.footer_2 form input {
    width: 100%;
    padding: 17px 20px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border: none;
}

.footer_2 form button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.wsus__footer_content_2 h3 {
    font-weight: 900;
    font-size: 25px;
    color: #17AA95;
}

.wsus__footer_content_2 p {
    padding: 0px;
    margin-top: 22px;
}

.footer_payment p {
    margin: 0px 0px 10px 0px;
    text-transform: capitalize;
}

.footer_payment img {
    width: auto;
}

.footer_2 .wsus__footer_bottom {
    border-top: 1px solid #aad8ff42;
    background: none;
}

.footer_2 .wsus__footer_social li a {
    background: #def0ff2e;
    color: #fff;
}

.wsus__footer_2_logo {
    width: 100%;
    border: 1px dashed #17AA95;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
}

.footer_2 .wsus__footer_content img {
    margin-bottom: 0;
}

.footer_2 .wsus__footer_content h5 {
    border-bottom: 2px solid #b0d8ff;
    display: inline-block;
}

.footer_2 .wsus__footer_content h5,
.footer_2 .wsus__footer_content p,
.footer_2 .wsus__footer_menu li a,
.footer_2 .wsus__footer_content .action,
.footer_2 .wsus__footer_content p,
.footer_2 .wsus__footer_bottom p {
    color: #ffffffde;
}

.footer_payment img {
    width: 100%;
}

.home_2 .wsus__pop_up_text form .news_input {
    border-radius: 30px;
}


/*======================
	HOME PAGE 2 END
========================*/


/*======================
DASHBOARD CHAT START
========================*/

.wsus__chatlist,
.wsus__chat_main_area {
    border-radius: 5px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.27) 0px 1px 4px;
    height: 687px;
    overflow: hidden;
}

.wsus__chatlist_body {
    text-align: center;
    max-height: 645px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #17AA95 #0b172d;
    width: 100%;
}

.wsus__chatlist h2,
.wsus__chat_area_header h2 {
    text-transform: capitalize;
    font-size: 18px;
    padding: 10px;
    color: #fff;
    font-weight: 600;
    background: #17AA95;
    text-align: center;
    width: 100%;
}

.wsus__chatlist #v-pills-tab {
    width: 100%;
    margin: 0 !important;
}

.wsus__chatlist button {
    width: 100%;
    border: none;
    border-radius: 0 !important;
    text-align: left;
    outline: none;
    background: none;
    align-items: center;
    display: flex;
    padding: 15px 10px;
}

.wsus__chatlist .nav-pills .nav-link.active {
    background-color: #eeeeeeb3;
}

.wsus__chatlist .wsus_chat_list_img {
    width: 60px;
    height: 60px;
    float: left;
    position: relative;
    margin-right: 15px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 8px;
    border: 5px solid #fff;
}

.wsus__chatlist .wsus_chat_list_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.wsus_chat_list_img span {
    background: #17AA95;
    color: #fff;
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    font-weight: 600;
    top: -3px;
    left: -8px;
    position: absolute;
}

.wsus__chatlist .wsus_chat_list_text {
    width: 295px;
}

.wsus__chatlist .wsus_chat_list_text h4 {
    text-transform: capitalize;
    font-size: 16px;
    margin-bottom: 5px;
    color: #5c5c5c;
    font-weight: 500;
}

.wsus__chatlist .wsus_chat_list_text .status {
    color: #999;
    text-transform: capitalize;
    display: block;
    position: relative;
    padding-left: 20px;
    font-size: 14px;
}

.wsus__chatlist .wsus_chat_list_text .status::after {
    position: absolute;
    content: "";
    background: #b0b0b0;
    width: 13px;
    height: 13px;
    top: 50%;
    left: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.wsus__chatlist .wsus_chat_list_text .status.active {
    color: #5ba835;
}

.wsus__chatlist .wsus_chat_list_text .status.active::after {
    background: #5ba835;
}

.wsus__chat_area_body {
    height: 591px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #17AA95 #0b172d;
}

.wsus__chat_single {
    overflow: hidden;
    padding: 15px 15px 0px 15px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.wsus__chat_single_img {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right: 15px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 8px;
    border: 5px solid #fff;
}

.wsus__chat_single_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wsus__chat_single_text {
    width: 80%;
    text-align: left;
}

.wsus__chat_single_text p {
    text-align: left;
    padding: 10px;
    background: #eeeeeeb3;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    display: inline-block;
    font-size: 15px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.wsus__chat_single_text span {
    display: block;
    text-align: left;
    color: #b8b8b8;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 600;
    margin-top: 5px;
}

.wsus__chat_single.single_chat_2 {
    flex-direction: row-reverse;
    float: right;
}

.single_chat_2 .wsus__chat_single_text {
    text-align: right;
}

.single_chat_2 .wsus__chat_single_img {
    margin-right: 0;
    margin-left: 15px;
}

.single_chat_2 .wsus__chat_single_text span {
    text-align: right;
}

.single_chat_2 .wsus__chat_single_text p {
    background: #17AA95;
    color: #fff;
}

.wsus__chat_area_footer form {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.wsus__chat_area_footer form input {
    width: 100%;
    padding: 15px 20px;
    font-size: 15px;
    border: 1px solid #eee;
}

.wsus__chat_area_footer form button {
    position: absolute;
    top: 7px;
    right: 7px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: #17AA95;
    color: #fff;
    padding-right: 2px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.wsus__chat_area_footer form button:hover {
    background: #5ba835;
}


/*======================
DASHBOARD CHAT END
========================*/


/* extra css start here */

.modal_btn {
    display: flex;
    width: 130px;
    background: #00000029;
    border-radius: 5px;
    height: 44px;
}


.wsus__pro_details_text .modal_btn {
    display: flex;
    width: 100px;
}

.wsus__pro_details_text .modal_btn input {
    padding: 0;
    margin: 0 !important;
}

button {
    border: 0;
}

.modal_btn input {
    width: 100%;
    margin: 0px 7px;
    text-align: center;
    background: transparent !important;
    border: none;
    border-radius: .25rem;
    padding: .375rem .75rem;
}

body .exzoom .exzoom_nav .exzoom_nav_inner {
    width: 100% !important;
    display: flex;
    gap: 10px;
}

body .exzoom .exzoom_nav .exzoom_nav_inner span {
    width: 24% !important;
    height: 110px !important;
    border: 0 !important;
    margin-inline: 0 !important;
}


.modal_btn input:focus {
    border-color: #ddd;
    box-shadow: none;
}

.modal_btn button {
    outline: none;
    padding: 0px 12px;
    font-size: 20px;
}

.modal_btn button:focus {
    color: var(--bs-secondary) !IMPORTANT;
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none;
}


.modal_btn button:focus {
    box-shadow: none;
}

.modal_btn .btn-danger:focus {
    background-color: #dc3545;
    border-color: #dc3545;
}

.wsus__quentity h3 span {
    margin-left: 5px;
    display: inline-block;
    font-size: 23px;
    color: #17AA95;
    font-weight: 600;
}

.wsus__pro_details_text .single_size h5 {
    font-size: 16.96px;
    line-height: 18.48px;
    text-transform: capitalize;
    color: #151515 !important;
}

.wsus__pro_details_text h4 span {
    margin-left: 5px;
    display: inline-block;
    font-size: 21.32px;
    line-height: 25.41px;
    color: #151515;
    font-weight: 700;
    display: unset ;
    font-family: 'DM Sans';
    text-transform: capitalize;
    
}
.single_size {
    margin-top: 15px !important;
}


a.variant-item {
    font-size: 16.96px;
    line-height: 25.1px;
}

.login_link {
    color: #d33;
    text-transform: capitalize;
    font-size: 15px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.login_link:hover {
    color: #17AA95;
}

.invoice_print i {
    margin-right: 5px;
}

.wsus__cart_list .wsus__pro_select {
    width: 250px;
}



.wsus__brand_logo a {
    margin-top: 5px;
    width: 100%;
    height: 100%;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: #17AA95;
}

#wsus__product_details #sticky_pro_zoom {
    z-index: 1;
    position: relative;
}

.wsus__dash_pro_area ol li {
    color: #797979;
    margin-bottom: 7px;
    font-size: 16px;
}


/* .wsus__add_address_single input,
.wsus__add_address_single textarea {
	width: 100%;
	padding: 15px 20px;
	font-size: 15px;
	font-weight: 400;
	border-radius: 5px;
	resize: none;
	border: 1px solid #b0d8ff;
} */

input::placeholder,
textarea::placeholder {
    color: #858D9161;
    opacity: 1;
}

.wsus__check_single_form .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #353535;
}

.wsus__payment_area .input {
    color: #fff;
    background: none;
    width: 100%;
    padding: 5px 0px;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 20px;
    resize: none;
    border: none;
    border-bottom: 1px solid #fff6;
    background: none !important;
}

.wsus__payment_area .input::placeholder {
    color: #888 !important;
    opacity: 1;
}

.wsus__compare_des .det {
    width: 55%;
    display: flex;
    flex-wrap: wrap;
}

#wsus__daily_deals .wsus__product_item .wsus__pro_link {
    height: 290px;
}

.wsus__flash_coundown .simply-section.simply-days-section, 
.wsus__flash_coundown .simply-section.simply-hours-section, 
.wsus__flash_coundown .simply-section.simply-minutes-section, 
.wsus__flash_coundown .simply-section.simply-seconds-section {
	width: 100px;
	text-align: center;
	background: #fff;
	margin: 0px 5px;
	padding: 20px 0px 10px 0px;
	border-radius: 3px;
}

.wsus__flash_coundown .simply-amount {
	display: block;
	font-size: 35px;
	font-weight: 900;
	color: #ff5200;
	line-height: 27px;
}

.wsus__flash_coundown .simply-word {
	text-transform: capitalize;
	font-size: 15px;
	padding-top: 5px;
	display: block;
	border-top: 1px dashed #ff5200;
	margin-top: 13px;
}
/* extra css end here */


/* new page css */
.wpcc-color-custom-1453583568.wpcc-container {
    display: none;
}

.wsus__main_menu {
    background: transparent !important;
}

.wsus__icon_area li {
    margin-right: 0 !important;
}

.seach_wrap input {
    border: 0;
    height: 38px;
    background: #eaeaea29;
    color: #EAEAEA;
    border-radius: 5px;
    font-weight: 300;
    text-indent: 10px;
    width: 100% !important;
    min-width: 207px !IMPORTANT;
}

.seach_wrap input:focus {
    color: #EAEAEA;
    background: #424242;
    outline: 0;
    box-shadow: none;
}

.seach_wrap input::placeholder {
    color: #EAEAEA;
}

.rounded-10 {
    border-radius: 5px;
}

.product_slider .trend_item {
    height: 300px;
}



.trend_img {
    transition: all 0.4s linear;
    transform: scale(1);
}

/* .trend_item:hover .trend_img {
    transition: all 0.4s linear;
    transform: scale(1.080);
    cursor: pointer;
} */

.section_space {
    padding-block: 50px;
}

.trend_content {
    display: flex;
    justify-content: space-between;
    padding-inline: 25px;
    align-items: center;
}

.trend_title {
    font-size: 20.47px;
    line-height: 20.24px;
    font-family: 'DM Sans';
    font-weight: 400;
}


.trend_img:after {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 70%) 100%);
    position: absolute;
    top: 0;
    left: 0;
}

.decor .trend_img {
    width: 100%;
    height: 297px;
    overflow: hidden;
}

.trend_overlay {
    position: absolute;
    bottom: 20px;
    width: 100%;
}

.promo_inner {
    width: 100%;
    height: 334px;
    overflow: hidden;
}

.img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news_letter .wsus__subs_form form {
    width: 54%;
    display: flex;
    position: relative;
}

.news_inner {
    padding: 40px 60px 20px;
    border-radius: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.news_letter input {
    background: #c6c4c3;
    color: #151515;
    height: 52px;
    margin-right: 10px;
}

.news_letter input::placeholder {
    color: #151515;
}

.news_letter button {
    position: relative !important;
    width: 40% !important;
    border-radius: 5px !important;
    height: 52px !IMPORTANT;
}

.bg-grey {
    width: 100%;
    height: 115px;
    background: #D9D9D9;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.product_body {
    margin-top: -9px;
    position: relative;
    padding: 0px;
}

.product_item h5 {
    font-size: 12px;
    line-height: 14.88px;
    font-family: 'DM Sans';
    color: var(--bs-secondary);
    font-weight: 400;
    text-transform: capitalize;
}

.product_item .price {
    font-weight: 700;
    color: var(--bs-secondary);
    line-height: 19.84px;
}

.pro_size a {
    display: inline-flex;
    width: 20px;
    height: 20px;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    border-radius: 50%;
    background: #e4d7cf;
    color: #9e8d83;
    justify-content: center;
}

.faq_area p {
    padding-bottom: 30px;
}

.dashbtn button {
    color: #fffbf8b0 !important;
}

.pro_size a:hover {
    background: #C8B4A7 !important;
}

.pro_size a:hover, .product_action_btn a:hover {
    color: inherit !important;
}

.wishbtn {
    flex: 1 1 40px;
    max-width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    background: #4fab9e;
    border-radius: 0 0 5px 0;
    transition: all 0.3s linear;
}

.wishbtn span {
    font-size: 16px;
}

.wishbtn:hover {
    background: var(--bs-secondary);
    transition: all 0.3s linear;
}

.wishbtn:hover span {
    color: var(--bs-white);
    transition: all 0.3s linear;
}


.addbtn {
    flex: 1;
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E0D5CF;
    border-radius: 0 0 0 5px;
    color: var(--bs-secondary);
}

.col_inner {
    padding-bottom: 20px;
    border-bottom: 1px solid #00000042;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: -4px;
    right: 1px;
    width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #090909;
    line-height: 0px;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 400;
}


.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #151515;
    border-radius: 0;
    padding: 20px 16px;
    border-radius: 10px;
}

.side_card {
    border-bottom: 1px solid #bdbdbd;
    padding: 15px 15px 15px 0;
}

.side_title {
    font-size: 22.43px;
    line-height: 27.15px;
    font-family: 'DM Sans';
    padding-bottom: 10px;
    text-transform: capitalize;
    font-weight: 400;
}

.wsus__product_topbar_left button:last-child {
    margin-right: 0 !important;
}

.form-check-input {
    border: 1px solid #151515 !important;
}

.flat-slider .ui-slider-handle {
    background-color: #84B700;
    height: 15px;
    top: -6px;
    width: 15px;
    border-radius: 50px;
}

.flat-slider .ui-widget-content {
    background: #84B700;
}

.side_card:last-child {
    border: 0;
}

.single_size h5 {
    font-size: 21.68px;
    font-family: 'DM Sans';
    font-weight: 600;
    margin-top: 10px;
    line-height: 23.63px;
    margin-bottom: 15px !important;
}

.size_inner a.active {
    width: 46px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid;
    border-radius: 10px;
}

.single_mulit li .add_cart {
    padding: 10px 20px;
    font-size: 14.84px;
    border: none;
    height: 44px;
    width: 260px;
    border-radius: 5px;
    background: #076F60;
    font-weight: 400;
    line-height: 21.96px;
    margin-inline: 20px !important;
}
.single_mulit li:last-child a {
    margin-left: 0;
    height: 44px;
    width: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius:5px;
    background: #076F60;
    border: none;
    color: #fff;
}

.single_info button {
    background: transparent !important;
    border-bottom: 1px solid rgba(0, 0, 0, .20) !important;
    padding-inline: 0;
    width: 92%;
    margin-left: auto;
    font-size: 17.94px;
    line-height: 19.55px;
    font-family: 'DM Sans';
    font-weight: 400;
}
.single_info .accordion-button::after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    font-style: normal;
    flex-shrink: 0;
    margin-right: auto;
    content: "\f105";
    transition: transform 0.2s ease-in-out;
    background: #fff;
    font-size: 26px;
    box-shadow: none !important;
    position: absolute;
    left: -40px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.product_popup_modal .modal-body {
    padding-top: 60px !important;
}


.single_info .accordion-body {
    width: 92%;
    margin-left: auto;
    padding-inline: 0;
}

body .exzoom .exzoom_preview {
    z-index: 999999 !important;
}

body .single_info {
    position: relative;
    z-index: 0;
}


.single_info .accordion-button:not(.collapsed) {
    border-bottom: 0 !important;
}

.single_info .show .accordion-body {
    border-bottom: 1px solid rgba(0, 0, 0, .20) !important;
}


body .carousel-indicators {
    right: 0;
    bottom: 20px;
    left: auto;
    padding-left: 0;
    margin-right: 5%;
    margin-left: 5%;
    gap: 8px;
}

.carousel-indicators button {
    width: 10px;
    height: 10px;
    outline: 0;
    border: 0;
    background: #1f23276e;
    border-radius: 50%;
}

.carousel-indicators button.active {
    background: #1f2327;
}

.about_slider img {
    border-radius: 5px !important;
}

.section_inner_title h2 {
    font-size: 55px;
    margin-bottom: 20px;
}

.offer_img img {
    max-width: 158px;
}

.offer_info h4 {
    font-size: 24px;
    line-height: 30px;
    font-family: 'DM Sans';
    font-weight: 700;
    padding: 25px 0 10px;
}

.fs18 {
    font-size: 18px;
    line-height:22.32px;
    font-family: 'DM Sans';
}

.fs20 {
    font-size: 20px;
    line-height:42.48px;
    font-family: 'DM Sans';
}


.fs24 {
    font-size: 24px;
    line-height: 34.92px;
    font-family: 'DM Sans';
}

.text-green {
    color: var(--bs-green) !important;
}
.text-green-light {
    color: #A6FFAC !important;
}

.bg-green {
    background: var(--bs-green) !important;
}

.text-cofy {
    color: #2A1508;
}

.bg-cofy {
    background: #2A1508;
}


.bg-light-dark {
    background: #E4D5CC;
}

.story_inner {
    padding: 50px;
    border-radius: 5px;
}


.fs21 {
    font-size: 21px;
    line-height: 39.85px;
}

.story_info h4, .story_info span, .fs40 {
    font-size: 40px;
    line-height: 39.85px;
}

.story_info h4 {
    padding: 30px 0 20px;
}

.fs78 {
    font-size: 70.32px !important;
    line-height: 77.44px !important;
    text-transform: uppercase;
}

.jbtn {
    width: 183px;
    height: 62px;
    line-height: 44px;
    font-size: 40px;
    font-family: 'DM Serif Display';
    border-radius: 5px;
    color: var(--bs-success);
    background: #fff !important;
}

.about_slider .slick-dots button {
    font-size: 0;
    padding: 5px;
    border: 0;
    background: #fff;
    border-radius: 50%;
}
.about_slider .slick-dots .slick-active button {
    background: #626262;
}

.about_slider ul.slick-dots {
    display: flex;
    justify-content: end;
    gap: 10px;
    bottom: 50px;
    position: relative;
    right: 50px;
}

.wsus__contact_question button {
    font-size: 17px;
    line-height: 21.90px;
}


.fdm {
    font-family: 'DM Sans';
}

.contact_info p {
    line-height: 29.76px;
}

.cicon {
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    font-size: 29px;
    background: #17aa95;
    color: #fff;
    border-radius: 10px;
    margin-right: 10px;
}

.contact_call .fs21 {
    line-height: 30px;
}

.contact_call {
    margin-top: 30px;
}

iframe {
    border-radius: 20px;
}

.accordion-button {
    padding: 20px 0;
    font-size: 36px;
    border: none;
    background: #fff !important;
    text-transform: capitalize;
}

.card-headers .nav-link > span {
    width: 82px;
    height: 82px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #CCE1DD !important;
    margin-right: 20px;
    font-size: 36px;
    line-height: 44.64px;
    color: #00000033 !important;
}

.card-headers .nav-link.active > span {
    background: #17aa95 !important;
    color: #151515 !important;
}

.card-headers .nav-pills .nav-link {
    color: #00000033 !important;
    background-color: transparent;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700 !important;
    text-align: left;
}


.card-headers .nav-pills .nav-link.active, .card-headers .nav-pills .show>.nav-link {
    color: #151515 !important;
}


.details_change {
    padding: 25px;
    border-radius: 20px;
}

.cart_area .card-headers {
    margin-bottom: 20px;
}

.cngbtn {
    height: 40px;
    padding-inline: 25px;
    border-radius: 10px;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.order_btn .flex-center {
    background: #17aa95 !important;
    color: #fff !important;
    border-color: #17aa95 !important;
}

.flex-bet {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex-betop {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

/* .cart_item {
    background: #e5d5cc66;
    border-radius: 15.2px;
} */

.default_title {
    padding: 12px 25px;
}

.crtitle {
    font-size: 20px;
    font-family: 'DM Sans';
    font-weight: bold;
    color: #fff;
    padding: 21px 25px;
    border-radius: 5px;
}

.cart_img {
    width: 114px;
    height: auto;
}

.cart_img img {
    border-radius: 5px;
    border-bottom-right-radius: 0;
}
.cprice {
    font-size: 15.22px;
    font-family: 'DM Sans';
}

.size_grops select {
    background-color: #e5d5cc;
    border-color: 2px solid var(--bs-secondary);
    border-radius: 5px;
    padding-inline: 10px;
    background-position: right 0.5rem center;
    font-weight: 700;
    color: var(--bs-secondary);
    width: 82px;
    height: 30px;
}

.cart_items_groups .modal_btn {
    height: 30px;
    width: 100px;
}

.cart_items_groups .modal_btn input {
    padding: 0;
    margin: 0;
}

.cart_items_groups .modal_btn {
    height: 30px;
    width: 90px;
    background: transparent !important;
    border: 1px solid var(--bs-secondary);
    border-radius: 5px !important;
}

.cart_items_groups .modal_btn button {
    display: flex;
    align-items: center;
    padding-inline: 5px;
}

.cart_inner_info {
    gap: 30px;
    height: 94px;
}
.cart_wishbtn a {
    padding: 16px 20px;
    border-radius: 5px;
    color: var(--bs-secondary);
}

.wishmore {
    padding: 15px 25px;
    border-radius: 5px;
}

.gftbtn .btn {
    padding: 7px 30px;
    border-radius: 5px;
    color: #fff;
}
.qrnum input {
    padding: 15px 20px;
    border-radius: 5px !important;
    color: #151515;
}

.qrnum input::placeholder {
    color: #151515;
}

.qrnum .input-group-text {
    position: absolute;
    background: transparent !important;
    right: 0;
    border: 0;
    bottom: 0;
    top: 0;
    z-index: 99;
}

.toprc {
    border-top: 1px solid #00000033;
    margin-top: 5px;
}

/* .borbtm {
    border-bottom: 1px solid #00000033;
} */
.bortop {
    border-bottom: 1px solid #00000033;
}

.adssbtn {
    position: relative;
    padding: 0 20px 0 0;
    display: flex;
    align-items: center;
    border: 0;
    background: #fff !important;
}

.adssbtn > span {
    position: relative;
    left: -10px;
    border-radius: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #def0ed !important;
}

.cart_area p, .default_edit a {
    color: #151515 !important;
}

.edicon a {
    width: 30px;
    height: 30px;
    background: #fff;
    font-size: 11px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.oth_address p, .oth_address .mob {
    font-size: 13.45px;
    line-height: 16.45px;
}

.oth_address p, .oth_address 
 .default_edit {
    width: 100%;
    /* margin-left: auto; */
}

.dafault_info h3 > input {
    margin-right: 10px;
}

.wsus__scroll_btn i {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}


.proitem img {
    flex: 1 1 63px;
    max-width: 63px;
    border-radius: 10px;
}

.walletop {
    border-radius: 5px 5px 0 0;
}

.walletabs button.nav-link {
    border: 0;
    background: #cce1dd !important;
    border-radius: 0;
    padding: 20px 25px;
    font-size: 16px !important;
    font-weight: 400 !important;
     color: #1E1E1E !important;
    text-align: left;
}

#v-pills-emi-tab {
    border-radius: 0 0 0 5px;
}


.walletabs .nav-link.active, .walletabs .show>.nav-link {
    background: #56b4a7 !important;
      color:#fff !important;
}

.paywrap {
    padding: 50px 30px;
}

.qrbox p {
    font-size: 10px;
}

.payvia {
    font-size: 14px;
    margin-top: 10px;
}

.qrbtn a {
    font-weight: 700;
    border-radius: 5px;
    padding-block: 10px;
}

.wsus__product_sidebar .accordion-button {
    font-size: 22.43px;
    font-family: 'DM Sans';
    line-height: 27.15px;
    padding-bottom: 0;
}

.wsus__product_sidebar .accordion-button::after {
    display: none;
}
.wsus__product_sidebar .accordion-body {
    padding-left: 0;
}

.flat-slider .ui-slider-horizontal {
    width: 93% !important;
}

/* .wsus__product_sidebar .accordion-item {
    background: #F0F7F4;
} */

/* .accordion-item button.accordion-button{
    background: #F0F7F4 !important;
} */



.monthly_top_filter2 {
    position: relative;
}

.wsus__pro_name {
    font-size: 12px;
    line-height: 14.88px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 38px;
    padding: 10px 15px;
    color: #574438 !important;
}

/* #searchProductFormId {
    width: 100% !important;
} */
.shopage .tab-content {
    padding-left: 16px;
    /* border-top: 1px solid #00000033; */
}

.wsus__product_item .wsus__pro_link {
    height: 250px !important;
    border: 0 !important;
}

#sticky_sidebar.stick {
    top: 100px !important;
    z-index: 1 !important;
}

.wsus__topbar_select > div {
    width: 100% !IMPORTANT;
}

.acmob {
    color: rgb(0 0 0 / 30%);
    line-height: 17.36px;
    font-family: 'DM Sans';
}

.sizediv h6 {
    font-family: 'DM Sans';
    padding-top: 8px;
    text-transform: capitalize;
}

/* .orderpage .cart_item {
    background: #e5d5cc66;
} */

.stars span {
    font-size: 20px;
    color: var(--bs-secondary);
}

.dashboard_content .cart_foot {
    background: #f0f6f5;
    border-radius: 0 0 5px 0;
    padding-block: 0 !important;
}
.dashboard_content .cart_title {
    height: 49px;
}
.dashboard_content .cart_img img {
    border-radius: 5px;
}

.dashboard_content .cart_img {
    width: 130px;
    height: 175px;
}

.dashboard_content .staus {
    line-height: 9px;
    padding: 12px 30px 7px;
}

.orderpage {
    max-height: 400px;
    overflow-y: auto;
    padding-right: 20px;
}

.orderpage::-webkit-scrollbar {
    background: #b4cfca;
    border-radius: 25px;
    width: 13px;
}

.orderpage::-webkit-scrollbar-thumb {
    background: #17aa95  !important;
    width: 10px;
    border-radius: 25px;
}

.wsus__product_sidebar .form-check-input {
    border-radius: 50px;
    background: transparent;
}

.wsus__product_sidebar .form-check {
    margin-left: 5px;
}

label.form-check-label:hover {
    color: var(--bs-secondary);
}

.sizebar {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}



.wsus__product_sidebar .form-check {
    margin-bottom: 0 !important;
    flex: 1 1 45%;
    max-width: 45%;
}

/* .sizebar .form-check-label {
    text-transform: uppercase;
} */

#wsus__flash_sell .wsus__product_item {
    background: #F6EEE9 !important;
    border-radius: 20px !important;
}



.product_price .price {
    font-weight: 700 !important;
    color: #151515;
    font-size: 15px;
}

body .exzoom .exzoom_btn {
    display: none !important;
}

body .exzoom .exzoom_nav {
    left: 0 !important;
    width: 100% !important;
    height: 109px !important;
}


body .exzoom .exzoom_nav .exzoom_nav_inner span.current {
    border: 0 !important;
}


.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    color: #151515 !important;
}

.size_inner {
    align-items: center;
}

.wsus__single_slider_text p {
    font-size: 24px;
    line-height: 32.16px;
    color: #FFFBF8;
    font-weight: 400;
}

.herobtn {
    font-size: 16.99px;
    line-height: 22.77px;
    color: #032B25 !important;
}


.wsus__icon_area li a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart_foot {
    padding: 12px 15px !important;
    background: #f0f6f5;
    border-bottom-right-radius: 15px;
}

.empty_div {
    padding: 30px 40px;
}

.empty_title {
    font-size: 33.58px;
    font-family: 'DM Sans';
    color: #151515;
    font-weight: 400;
    line-height: 41.64px;
}

.empty_btns {
    gap: 30px;
}

.empty_btns a {
    border-radius: 5px;
    min-width: 210px;
    font-size: 20.23px;
    line-height: 25.08px;
    width: 100%;
    height: 51px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    color: #fff !important;
    background: #17aa95 !important;
    border-color: #17aa95 !important;
}


.card-headers {
    margin-bottom: 40px;
}


.col_inner .col-md-3, .col_inner .col-xl-3 {
    width: 242px;
}

.col_inner .col-md-9, .col_inner .col-xl-9 {
    width: 79.4%;
}


/* .wsus__product_sidebar .accordion-button {
    padding-bottom: 20px !important;
} */

@media (max-width: 1200px) {
    /* .container {
        max-width: calc( 100% - 143px) !important;
        max-width: 1200px !important;
    } */

    .prodts_img a {
        height: 100% !important;
        width: 100% !important;
    }

    body #wsus__product_page .col-xl-9 {
        width: 76%;
    }
}

@media (max-width: 991px) {

body #wsus__product_page .col-xl-9 {
    width: 67%;
    padding-left: 15px;
}



}

@media (min-width: 992px) and (max-width: 1199px) {
    body .prodts_img {
        height: 270px !important;
    }
}



.page-link {
    color: var(--bs-secondary) !important;
}


.swiper {
    width: 100%;
    height: 100%;
  }

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

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100px;
    object-fit: cover;
  }

  .swiper {
    width: 100%;
    /* height: 300px; */
    margin-left: auto;
    margin-right: auto;
  }

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

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

  .mySwiper-57 {
    height: 130px !important;
}

.singtop .swiper-wrapper {
    height: 425px;
    margin-bottom: 20px;
}

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

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

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

 .singtop .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 100% 20%;
}
.selectable-itam {
    display: inline-block;
    padding: 2px 10px;
    border: 1px solid #fff;
    border-radius: 5px !important;
    text-decoration: none;
    color: #333;
    cursor: pointer;
}

.clr_title {
    margin-top: 25px !important;
}

/* Active class styling */
.selectable-itam.active {
    border: 1px solid #001c76;
    border-radius: 4px;
    background-color: #f0f8ff;
    color: #001c76;
}
span.selectable-itam-varition {
    display: inline-block;
    padding: 2px 5px;
    border: 1px solid black;
    text-decoration: none;
    color: #333;
    border-radius: 5px !important;
    cursor: pointer;
}

/* Active class styling */
span.selectable-itam-varition.active {
    border: 2px solid #001c76;
    border-radius: 4px;
    background-color: #001c7612;
    color: #001c76;
}
.opnepage {
    border: 1px solid black;
    padding: 5px 5px;
    border-radius: 5px;
    text-transform: capitalize;
}
.opnepagecolor{
    display:inline-block; 
    width:25px;
    height:25px;
    position:relative;
    border-radius: 5px;
    border: 1px solid black;
}
.sameItems{
    width:25px;
    height:25px;
    position:relative;
    border-radius: 4px;
}
span.different{
    display:inline-block;
    padding:2px 5px;
    position:relative; 
    border:1px solid black; 
    border-radius: 5px;
}
.colordifferent{
    display:inline-block;
    width:25px;
    height:25px;
    position:relative;
    border-radius: 5px;
    border:1px solid black;
}
.colordifferent1{
    position:absolute; top:50%; left:50%; width:70%; height:2px; background-color:black; transform:translate(-50%, -50%) rotate(45deg);
}
.colordifferent2{
    position:absolute; top:50%; left:50%; width:70%; height:2px; background-color:black; transform:translate(-50%, -50%) rotate(-45deg);
}

#wsus__product_page .col-xl-3 {
    width: 210px;
}

#wsus__product_page .col-xl-9 {
    width: 81.1%;
}

.payment_hed {
    display: flex;
    justify-content: space-between;
    padding: 20px 25px;
    background: #cce1dd;
    border-radius: 10px 10px 0px 0px;
    text-align: center;
    border-bottom: 2px solid #574438;
}
.pay_heading {
    display: flex;
    align-items: center;
}
.price_btn span i {
    font-size: 16px;
}
.price_btn span {
    font-size: 18px;
    font-weight: 700;
}
.price_btn {
    display: flex;
    gap: 22px;
    align-items: center;
}
button.btn.btn-info.flex-center {
    width: 70%;
    /* margin-left: 15px; */
}

 /* Remove increment and decrement arrows (spinner) */
 .captcha-input::-webkit-outer-spin-button,
 .captcha-input::-webkit-inner-spin-button {
     -webkit-appearance: none;
     margin: 0;
 }

 /* For Firefox */
 .captcha-input[type=number] {
     -moz-appearance: textfield;
 }
 

 .product_items_crds {
    margin-top: 55px !important;
}


section.wsus__price.toprice {
    padding-top: 40px !important;
}


/* extra change............ */
span#category_name:hover {
    text-decoration: none;
    color: #17AA95 !important;
}

 .shopbck {
    height: 328px;
    padding: 40px;
    background-blend-mode: overlay;
    border-radius: 5px;
}

.mobsdrs {
    display: none;
}


.decsdr .slider {
    width: 100% !important;
    height: 100% !important;
}

.decsdr .slides {
    width: 100% !important;
}

.decsdr .slide img {
    object-fit: cover !important;
}

.decsdr .slide {
    height: 100% !important;
}