body {
    background-color: #f2f2f2 !important;
    top: 0 !important;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0 !important;
    box-sizing: border-box;
}
body::-webkit-scrollbar {
    width: 6px;
    height: 6px;   
    background: #ff5e0042; 
  }
  /* body:hover::-webkit-scrollbar {
    background: #e2e2e2;
  } */
  body::-webkit-scrollbar-thumb {
    background: #f15a2b82;
    border-radius: 20px;
  }
  body::-webkit-scrollbar-thumb:hover {
    background: #f15a2b; 
  }
  /* body:hover::-webkit-scrollbar-thumb {
    background: #f15a2b;
  } */
:root {
    --primary: #F15A2B !important;
    --secondary: #DC9C86 !important;
}

a {
    color: var(--primary);
}

a:hover {
    color:var(--primary);
    text-decoration: underline;
}


* {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}
 

 /* position: relative;  was inside div line 32*/ 
 header div {
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* z-index: 0; */
}
 
ul {
    list-style: none;
    margin-bottom: 0px;
}


section {
    display: block;
    position: relative;
    box-sizing: border-box;
}

.clear {
    clear: both;
}

.clearfix::before,
.clearfix::after {
    content: "";
    display: table;
}

.clearfix::after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.trans_200 {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.trans_300 {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.trans_400 {
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.trans_500 {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}


.button {
    display: inline-block;
    background: var(--primary);
    border-radius: 5px;
    height: 48px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.button a {
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 48px;
    color: #FFFFFF;
    padding-left: 35px;
    padding-right: 35px;
}

.button:hover {
    opacity: 0.8;
}

/*3. Header*/

.header {
    /* position: relative; */
    width: 100%;
    z-index: 10;
}

/*3.1 Top Bar*/

.top_bar {
    width: 100%;
    /* background: #fafafa; */
    /* border-bottom: solid 1px rgba(0, 0, 0, 0.05); */
    /* z-index: 0; */
    /* height: 30px; */
}

.fixed-top .top_bar {
    display: none;
}

.top_bar .container {
    display: flex;
    height: 100%;
}

.header.scrolled .top_bar {
    display: none;
}

.top_bar_contact {
    display: inline-block;
}

.top_bar_contact_item {
    font-size: 14px;
    font-weight: 300;
    line-height: initial;
    margin-right: 40px;
    display: flex;
}

.top_bar_contact_item ul {
    margin: auto;
}

.top_bar_contact_item:not(:first-child) {
    margin-right: 0px;
}

.top_bar_contact_item a {
    font-size: 13px;
    font-weight: 400;
    line-height: 2;
    color: #5e5e5e;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.top_bar_user a{
    color: #5e5e5e;
}
.top_bar_contact_item a:hover, .top_bar_user a:hover {
    color: var(--primary);
}

.top_bar_contact_item:last-child {
    margin-right: 0px;
}

.top_bar_icon {
    display: inline-block;
    margin-right: 14px;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}

.top_bar_menu {
    display: inline-block;
}

.top_bar_dropdown li {
    padding-left: 13px;
    padding-right: 13px;
}

.top_bar_user {
    display: inline-block;
    margin-left: 15px;
    margin-top: 0px;
    right: 0;
}

.user_icon img {
    width: 100%;
}

.top_bar_user>div {
    display: flex;
    align-items: center;
}

.top_bar_user div:nth-child(2) {
    margin-right: 21px;
}

.input-group-append .btn, .input-group-prepend .btn { 
    z-index: 1;
}

/*3.2 Header Main*/

.header_main {
    z-index: 1;
    /* overflow: hidden; */
}

.header.scrolled .header_main {
    display: none;
}



.logo_container {
    height: 80px;
}

.logo {
    top: 10px;
}

.logo a {
    font-size: 36px;
    font-weight: 500;
    color: var(--primary);
}

.logo a img{
    height: 50px;
}
.header_search_content {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header_search_form_container {
    width: 100%;
    height: 40px;
    border: solid 1px #ddd;
    /* border: solid 1px var(--primary); */
    border-radius: 5px;
}

.header_search_form {
    width: 100%;
    height: 100%;
    display: flex;
}



.header_search_input .dropdown-toggle {
    display: flex;
    width: 160px;
    align-items: center;
    justify-content: space-between;

}

.header_search_input .dropdown-menu {
    padding: 0;
    overflow: initial !important;
}

/* chnage here  */
.dropdown-menu .dropdown-menu-right{
    position: absolute;
    overflow: visible;
    z-index:40001 !important;
}
.header_search_input .dropdown-menu .inner {
    min-height: 0 !important;
    overflow-y: initial !important;
}

.dropdown-item {
    font-size: 14px;
}

.header_search_input .filter-option-inner-inner {
    max-width: 120px;
    overflow: hidden;
}

.header_search_input option {

    padding: 5px 0;
}

select.header_search_input {
    position: relative;
    width: fit-content;
    height: 100%;
    line-height: 50px;
    border: none !important;
    outline: none !important;
    padding-left: 8px;
    padding-right: 5px;
    color: #292929;
    float: left;
    border-right: 10px solid transparent !important;
    background: #FAFAFA;
}

input.header_search_input {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    line-height: 50px;
    border: none !important;
    border-left: 1px solid #ddd !important;
    outline: none !important;
    padding-left: 20px;
    color: #292929;
    float: left;
}

.header_search_input::-webkit-input-placeholder {
    font-size: 16px !important;
    font-weight: 300;
    line-height: 50px;
    color: #a3a3a3 !important;
}

.header_search_input:-moz-placeholder

/* older Firefox*/
    {
    font-size: 16px !important;
    font-weight: 300;
    line-height: 50px;
    color: #a3a3a3 !important;
}

.header_search_input::-moz-placeholder

/* Firefox 19+ */
    {
    font-size: 16px !important;
    font-weight: 300;
    line-height: 50px;
    color: #a3a3a3 !important;
}

.header_search_input:-ms-input-placeholder {
    font-size: 16px !important;
    font-weight: 300;
    line-height: 50px;
    color: #a3a3a3 !important;
}

.header_search_input::input-placeholder {
    font-size: 16px !important;
    font-weight: 300;
    line-height: 50px;
    color: #a3a3a3 !important;
}






.custom_list {
    text-align: left;
    position: absolute;
    padding: 0;
    top: 75px;
    left: -15px;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 0 25px rgba(63, 78, 100, 0.15);
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: all 0.2s ease;
}

.custom_list.active {
    visibility: visible;
    opacity: 1;
    top: 50px;
    box-shadow: 0 0 25px rgba(63, 78, 100, 0.15);
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: all 0.3s ease;
}

.custom_list li {
    height: 35px;
    padding-left: 15px;
    padding-right: 15px;
    background: #FFFFFF;
}

.custom_list li a {
    display: block;
    color: #a3a3a3;
    line-height: 35px;
    border-bottom: solid 1px #ededed;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.custom_list li a:hover {
    color: var(--primary);
}

/* select {
    display: inline;
    border: 0;
    width: auto;
    margin-left: 10px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-bottom: 2px solid #555;
    color: #7b00ff;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
} */

select:hover {
    cursor: pointer;
}

select option {
    border: 0;
    border-bottom: 1px solid #555;
    padding: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.header_search_button {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    background: var(--primary);
    border: none;
    outline: none;
    cursor: pointer;
    /* border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; */
}

.wishlist_cart,
.header_search {
    height: 62px;
    z-index: 1;
}

.wishlist {
    margin-right: 50px;
}

.account {
    margin-left: 50px;
}

.wishlist_icon img {
    width: 100%;
}

.wishlist_count {
    position: absolute;
    bottom: -1px;
    right: -14px;
    width: 23px;
    height: 23px;
    background: var(--primary);
    border-radius: 50%;
    text-align: center;
}

.wishlist_count span {
    display: block;
    line-height: 23px;
    font-size: 12px;
    color: #FFFFFF;
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -ms-transform: translateY(1px);
    -o-transform: translateY(1px);
    transform: translateY(1px);
}

.wishlist_content {
    margin-left: 14px;
}

.wishlist_text a {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.wishlist_text a:hover {
    color: var(--primary);
}

.wishlist_count {
    margin-top: -2px;
    color: #a3a3a3;
    font-size: 14px;
}

.cart_count {
    position: absolute;
    bottom: -1px;
    right: -14px;
    width: 23px;
    height: 23px;
    background: var(--primary);
    border-radius: 50%;
    text-align: center;
}

.cart_count span {
    display: block;
    line-height: 23px;
    font-size: 12px;
    color: #FFFFFF;
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -ms-transform: translateY(1px);
    -o-transform: translateY(1px);
    transform: translateY(1px);
}

.cart_icon img {
    width: 100%;
}

.cart_content {
    margin-left: 28px;
}

.cart_text a {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.cart_text a:hover {
    color: var(--primary);
}

.cart_price {
    font-size: 14px;
    color: #a3a3a3;
    margin-top: -2px;
}


/*3.4 Page Menu*/

.page_menu {
    margin-top: 15px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.page_menu_content {
    height: 0px;
    background: var(--primary);
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
}

.page_menu_search {
    display: none;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.page_menu_search_input {
    width: 100%;
    height: 40px;
    background: #FFFFFF;
    border: none;
    outline: none;
    padding-left: 25px;
}

.page_menu_item {
    display: block;
    position: relative;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    vertical-align: middle;
}

.page_menu_item>a {
    display: block;
    color: #FFFFFF;
    font-weight: 500;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.page_menu_item>a:hover {
    color: #b5aec4;
}

.page_menu_item a i {
    display: none;
    margin-left: 8px;
}

.page_menu_item.has-children>a>i {
    display: inline-block;
}

.page_menu_selection {
    margin: 0;
    width: 100%;
    height: 0px;
    overflow: hidden;
    z-index: 1;
}

.page_menu_selection li {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 50px;
}

.page_menu_selection li a {
    display: block;
    color: #FFFFFF;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: all 0.3s ease;
}

.page_menu_selection li a:hover {
    color: #b5aec4;
}

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

.menu_contact_item {
    display: inline-block;
    font-size: 12px;
    font-weight: 300;
    line-height: 56px;
    margin-right: 40px;
    color: #FFFFFF;
}

.menu_contact_item:not(:first-child) {
    margin-right: 0px;
}

.menu_contact_item a {
    font-size: 12px;
    font-weight: 300;
    line-height: 56px;
    color: #FFFFFF;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.menu_contact_item a:hover {
    color: #8a8a8a;
}

.menu_contact_item:last-child {
    margin-right: 0px;
}

.menu_contact_icon {
    display: inline-block;
    margin-right: 14px;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}


.fa-size {
    color: #000;
    font-size: 22px;
}

.acceptable-payment {
    display: flex;
    justify-content: center;
}

.copyright .container {
    display: flex;
    justify-content: space-between;
}

.social-container {
    display: flex;
    align-items: center;
}

.social-container .text {
    margin-right: 10px;
    font-size: 12px;
    color: #a5a5a5;
}

.toolbar-side {
    display: none;
}

.paytype-container {
    padding: 0 10px;
}

.paytype-container img {
    height: 40px;
}

.subcribe-form {
    padding-right: 40px;
}

.download-app-container {
    display: block;
}

.download-app-container label {
    display: block;
}

.footer-menu-container .navbar-nav .nav-link {
    color: #8d8d8d;
}

.footer-menu-container .navbar-nav .nav-link:hover {
    color: var(--primary);
}

.exclusive-sales {
    border-radius: 6px;
    background: white;

}

.exclusive-sales-item {
    border-bottom: 1px solid #ddd;
    margin: 0 14px;
}

.exclusive-sales-item:last-child {
    border-bottom: none;
}

.exclusive-sales-item .product-image {
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.exclusive-sales-item .product-image a {
    display: block;
    padding: 3px 1px;
}

.exclusive-sales-item .product-image a img {
    display: block;
    height: 65px;
    padding: 3px 10px;
    margin: auto;
}

.exclusive-sales-item .image-zoom {
    transition: transform ease .3s;
}

.exclusive-sales-item .image-description {
    /* z-index: 1; */
    position: relative;
    margin-top: 6px;
    margin-bottom: 7px;
    letter-spacing: 0;
    color: #666;
    font-size: 11px;
}

.exclusive-sales-item .image-price {
    color: var(--primary);
    margin-top: 6px;
}

.deals-and-spl-offer {
    padding: 14px;
    border-radius: 6px;
    background: white;
}

.text-info {
    /* color: var(--primary) !important; */
}
.text-primary {
    color: var(--primary) !important;
}

.carousel-item img {
    height: 100%;
    min-height: 330px;
    object-fit: cover;
    object-position: center;
}

.user-details {
    border-radius: 8px;
    background: white;
}

.login .hide-if-login {
    display: none;
}

.not-login .hide-if-not-login {
    display: none;
}

.print_selected_address {
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #ebebeb;
    font-size: 14px;
    margin-bottom: 1rem;
}

.print_selected_address strong {
    font-weight: 500;
    margin-right: 5px;
}

.print_selected_address p {
    margin-bottom: 5px;
}

.order-item-container {
    background: white;
    border-radius: 8px;
    padding: 2px 15px;
}

.cart-box-title {
    font-size: 1rem;
}

.order-item-container .order-item {
    display: flex;
    align-items: center;
    padding-bottom: 6px;
    padding-top: 6px;
}

.order-item-container .order-item:not(:last-child) {
    border-bottom: 1px solid #e9e9e9;
}

.order-item-container .order-item .item-content {
    padding-right: 10px;
}

.order-item-container .order-item .atributes {
    display: flex;
    font-size: 12px;
    color: #858585;
    align-items: center;
}

.order-item-container .order-item .atributes .fa {
    margin-top: 1px;
    display: block;
}

.order-item-container .order-item .product-img {
    margin-right: 15px;
}

.order-item-container .order-item .product-img img {
    height: 100%;
    min-width: 100px;
}

.order-item-container .order-item .price {
    font-size: 12px;
    margin: 3px 0;
}

.order-item-container .order-item .product-title {
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: 600;
    color: #464646;
}

.total-summary {
    background: white;
    border-radius: 8px;
    padding: 15px;
}

.total-summary .tot-title {
    font-size: 14px;
}

.total-summary .sub-tot-value {
    font-size: 14px;
    font-weight: 500;
}

.total-summary .sub-tot-mrp-value {
    font-size: 12px;
    color: #9d9d9d;
    margin-left: 5px;
}

.total-summary .tot-value {
    font-size: 14px;
}

.total-summary .coupon-input {
    align-items: center;
    display: flex;
}

.total-summary .coupon-input .action {
    position: absolute;
    bottom: 7px;
    right: 12px;
    font-size: 14px;
    font-weight: 500;
}

.total-summary .coupon-input input {
    padding-right: 60px;
}

.payment-method {
    background: white;
    border-radius: 8px;
    padding: 2px 15px;
}

.product-img {
    min-width: 100px;
    /* height: 170px; */
    /* max-height: 160px; */
    text-align: center;
    justify-content: space-around;
    display: flex;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #ebebeb;
}

.product-img img {
    width: 100%;
    height: 100%;
    justify-content: space-around;
    margin: 0;
    object-fit: cover;
    background: #f7f7f7;
}

.attributes {
    display: block;
    align-items: center;
    font-size: 14px;
    color: #8b8b8b;
    margin-top: 4px;
}

.featured-image{
    max-width: 100%;
}
.featured-image img{
    max-width: 100%;
}
/* Products */
.product-loop .product-image-collectioncontainer {
    width: 100%;
    text-align: center;
}

.product-loop .product-image-collectioncontainer img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 6px;
}

.product-loop .product-title {
    margin-top: 8px;
    line-height: 28px;
    overflow: hidden;
}

.product-loop .product-title a {
    font-size: 14px;
    color: #666;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding-left: 0px;
    font-weight: 600;
}

.product-loop .product-title a:hover {
    color: #0056b3;
}

.product-loop .product-price {
    margin-top: 8px;
    text-decoration: none;
    /* font-weight: 700; */
}

.product-loop a:hover {
    text-decoration: none;
}

.product-loop .prize-size {
    display: block;
    line-height: 6px;
    color: #000;
    font-size: 14px;
    padding-left: 3px;
    padding-bottom: 2px;
    font-weight: 900;
    font-family: OpenSans, "Open Sans", Arial, Helvetica, sans-serif;
}

.product-loop .card-container {
    width: 100%;
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
    padding: 10px;
    position: relative;
}



.product-loop .card-container:hover {
    box-shadow: 0 1px 6px 0 rgb(32 33 36 / 15%);
    border-color: #888;
    border-radius: 6px;
    overflow: hidden;
}

.product-loop .card-container {
    border: 1px solid #e9e9e9;
    /* height: 100%; */
    z-index: 0;
}

/* .product-loop .card-container:hover {
    border: 1px solid var(--primary);
} */
.product-loop .card-container:hover {
    border: 1px solid #cfcfcf;
}

.product-loop .product-price-container {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    padding: 0 4px;
    /* width: calc(100% - 50px); */
}

.product-loop .eGlobalCartPrice {
    font-size: 14px;
    color: var(--primary);
    font-weight: 700;
    margin-right: 8px;
}

.product-loop .org-mrp-price {
    font-size: 12px;
    color: #adadad;
}

.product-loop .star-rating {
    display: flex;
    width: 100%;
    align-items: center;
}

.product-loop .rating-avg {
    color: #9b9b9b;
    font-size: 12px;
}

.product-loop .offer-badge {
    font-size: 10px;
    background: #e53935;
    padding: 4px 5px;
    color: white;
    border-radius: 4px;
    position: absolute;
    z-index: 1;
    right: 14px;
    top: 14px;
}
.categories-here{
    display: flex;
    align-items: center;
    height: 100%;
}
header:not(.fixed-top) .categories-here{
    display: none;
}
header:has(.fixed-top) .categories-here {
    display: flex;
}

.fixed-top .sticky-cat .logo_container{
    display: none;
}
.m-show{
    display: none;
}
.page-container .owl-carousel ,.page-container .carousel { 
    z-index: 0;
}
.owl-carousel .owl-item img,.product-img img { 
    aspect-ratio: 1 / 1;
}
/*3.4 Responsive*/

@media only screen and (min-width: 1200px) {
   
    .container {
        max-width: 1300px !important;
    }

    .lg-hide {
        display: none;
    }
}

@media only screen and (max-width: 1200px) {
    .container {
        /* max-width: 1140px !important; */
    }
}
@media only screen and (max-width: 1140px) {
    .container {
        /* max-width: 1024px !important; */
    }
    .md-hide{
        display: none;
    }
}
/* media screen change  */
 /* @media screen and (max-width: 480px ){
    .dropdown .show .cart .account{
        z-index: 2000;
    }
 } */

 /* #dropdownMenuLink{
    z-index: 20001;
 } */

 /* div .dropdown-menu-right{
    display: block;
 } */ */

@media only screen and (max-width: 992px) {
    .fixed-top .sticky-cat .logo_container{
        display: unset;
    }
    .fixed-top .categories-here{
        display: none !important;
    }
    .container {
        /* max-width: 960px !important; */
    }
    .download-app-container {
        text-align: center;
        display: block;
    }

    .download-app-container label {
        text-align: center;
        display: block;
    }

    .paytype-container {
        padding: 0 5px;
    }

    .paytype-container img {
        height: 30px;
    }

    .acceptable-payment {
        /* display: flow-root; */
    }

    .subcribe-form {
        padding-right: 0px;
    }

    .social-container {
        margin-top: 0px;
        justify-content: center;
    }

    .social-container .text {
        margin-right: 6px;
    }

    .copyright .container {
        display: flow-root;
        text-align: center;
    }

    .m-hide {
        display: none !important;
    }
    .m-show {
        display: block !important;
    }

    .header_search {
        height: 50px;
        margin-bottom: 10px;
    }

    .menu_trigger_container {
        display: block;
    }

    /* .top_bar {
        display: none;
    } */

    .fixed-top .search-bar {
        display: none;
    }
    .logo{
        top: 4px;
    }
    .logo a img{
        height: 40px;
    }

}

@media only screen and (max-width: 767px) {
    .page_menu_search {
        display: block;
    }

    .subcribe-form {
        padding-left: 40px;
        padding-right: 40px;
    }

    .carousel-item img {
        min-height: 230px;
    }

    .m-hide-sm {
        display: none !important;
    }
}

@media only screen and (max-width: 575px) {
    .carousel-item img {
        min-height: 175px;
    }

    .fa-size {
        font-size: 24px;
    }

    .cat-dropdown {
        display: none;
    }

    h2 {
        font-size: 24px;
    }

    p {
        font-size: 13px;
    }

    .logo_container,
    .wishlist_cart {
        height: 50px;
    }

    .logo a {
        font-size: 24px;
    }

    .cat_burger {
        width: 16px;
        height: 12px;
    }

    .cat_burger span:nth-child(2) {
        top: 5px;
    }

    .cat_burger span:nth-child(3) {
        top: 10px;
    }

    .menu_trigger_text {
        font-size: 13px;
        margin-right: 10px;
    }

    .wishlist {
        margin-right: 30px;
    }

    .account {
        margin-left: 30px;
    }

    .wishlist_content {
        margin-left: 6px;
    }

    .wishlist_count span,
    .cart_count span {
        line-height: 18px;
    }

    .wishlist_count,
    .cart_count {
        width: 18px;
        height: 18px;
    }

    .wishlist_text {
        display: none;
    }

    .cart_text {
        display: none;
    }

    .wishlist_text a,
    .cart_text a {
        font-size: 14px;
    }

    .wishlist_count,
    .cart_price {
        font-size: 12px;
    }

    .wishlist_icon {
        width: 20px;
    }

    .cart_content {
        margin-left: 18px;
    }

    .cart_icon {
        width: 17px;
    }
    .cart_icon span{
       display: none;
    }
    .menu_trigger_container {
        padding-right: 15px;
    }

    .page_menu_item>a {
        font-size: 12px;
    }

    .page_menu_selection li a {
        font-size: 12px;
    }

    .button {
        height: 32px;
    }

    .button a {
        font-size: 12px;
        line-height: 32px;
        padding-left: 25px;
        padding-right: 25px;
    }
    .m-hide-xs{
        display: none;
    }

}

.header_main .ex-links .nav-item a {
    color: #a8a8a8;
}

.header_main .ex-links .nav-item a:hover {
    color: #353535;
}

.header_main .ex-links {
    z-index: 1;
    position: initial;
}



/* side nav bar */

.openSideBar {
    width: 220px;
    height: 100%;
    transition: all 0.5s ease-in-out;
}

.openMain {
    margin-left: 220px;
}

.closeSideBar {
    width: 44px;
    white-space: nowrap;
    overflow: hidden;
    height: 100%;
    transition: all 0.5s ease-in-out;
}

.closeMain {
    margin-left: 44px;
}

.bg-defoult {
    background-color: White;
    color: #444;
}

.modal .modal-body {
    font-size: 13px;
}

#maindiv {
    font-size: 14px;
}

.sidebar ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.sidebar li a {
    display: block;
    padding: 10px 12px;
    color: #111;
    font-size: 14px;
    border-left: 0px solid #2f89c4;
    text-decoration: none
}



.sidebar li a:hover {
    background-color: #fafafa;
    color: #000;
}

.sidebar li a i {
    padding-right: 8px;
}

.sidebar ul li .sub-menu li a {
    position: relative;
    color: #000;
    font-size: 13px;
}

.sidebar ul li .sub-menu li a:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f0da";
    font-weight: 900;
    display: inline-block;
    padding-left: 0px;
    padding-right: 10px;
    vertical-align: middle;
}

.new {
    /* border-bottom: 1px solid #D3D3D3; */
    display: block;
    font-size: 16px;
    text-decoration: none;
    font-weight: lighter;
}

.new.active {
    background-color: #ddd;
    color: #000;
}

.sub_New.active {
    background-color: #bbb;
    color: #000;
}

.sidebar ul li .sub-menu li a:hover:after {
    content: "";
    position: absolute;
    left: -5px;
    top: 0;
    width: 5px;
    color: #000;
    height: 100%;
}

.sidebar ul li .sub-menu li a:hover {
    /*background-color: #37474f;*/
    padding-left: 20px;
    background-color: #eee;
    color: #000;
}

.sub-menu {
    border-left: 5px solid #eee;
    background-color: #fcfcfc;
}


.sidebar.closeSideBar li a .nav-label,
.sidebar.closeSideBar li a .nav-label+span {
    display: none;
    transition: all 0.5s ease-in-out
}

.sidebar.closeSideBar {
    width: 42px;
    transition: all 0.5s ease-in-out;
}

.sidebar.closeSideBar li {
    position: relative
}

.sidebar.closeSideBar .sub-menu {
    position: absolute;
    left: 39px;
    top: 0;
    /*background-color: #37474f;*/
    width: 150px;
    z-index: 100;
}

.text-orange {
    color: #FF7F50;
}

.text-blue {
    color: #00008B;
}

.text-pink {
    color: #DC143C;
}

.text-pink {
    color: #DC143C;
}

.text-gray {
    color: #808080;
}

.text-green {
    color: #00FF00;
}

.text-meron {
    color: #A52A2A;
}

.new:hover .sidebar {
    width: 220px;
    height: 100%;
    transition: all 0.5s ease-in-out;
}

.accordian .profileContents .nav-label::after {
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #888;
    margin-left: auto;
    font-size: 18px;
    margin-right: 3px;
    font-weight: 900;
    transform: rotate(-90deg);
    float: right;
    transition: all 0.3s ease 0s;
}

.accordian .profileContents.collapsed .nav-label::after {
    color: #888;
    float: right;
    transform: rotate(0);
}

/* side nav end */


/* Navbar style */
.naviconslist a {
    color: darkgray;
}

.naviconslist a:hover {
    color: darkgray;
    text-decoration: none;
}





#card_row .card-title {
    font-size: 17px;
    color: #555;
    font-weight: 500;
    text-align: center;
}

#card_row .card-text {
    font-size: 20px;
    color: red;
    font-weight: 600;
    padding-top: 5px;
    text-align: center;
}

.tile {
    margin-bottom: 15px;
    border-radius: 3px;
    color: #FFFFFF;
    background-color: #BFC9CA;
    transition: all 1s;
}

.tile-heading {
    padding: 5px 8px;
    color: #FFF;
    font-size: 14px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .4);
    background-color: rgb(139, 149, 150);
}

.tile-body {
    padding: 7px 16px;
    color: #FFFFFF;
    line-height: 48px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .4);
}

.tile .tile-body i {
    font-size: 50px;
    opacity: 0.5;
    transition: all 1s;
}

.tile:hover .tile-body i {
    font-size: 50px;
    opacity: 1;
    transition: all 1s;
}

.tile-footer {
    padding: 5px 8px;
    background-color: #9aa3ad;
}

.tile-footer a {
    color: #fff;
    font-size: 12px;
}

.BuyerGrade_Star {
    margin-top: -19px;
    margin-left: -17px;
    position: absolute;
    font-size: 26px;
    z-index: 999;
    color: green;
}

.BuyerGrader_Type {
    color: #444;
    font-size: 20px;
    text-align: center;
}

.BuyerGrade_Score {
    color: #444;
    font-size: 16px;
    padding: 10px 12px;
    text-align: center;
}

.Buyer_Photo {
    position: absolute;
    /* margin-right: 20px; */
    left: 166px;
    top: 4px;
}

.SelectGraphViewType {
    text-align: center;
    text-decoration: none;
    color: rgb(68, 68, 68);
}


.SelectGraphViewType.active {
    text-align: center;
    text-decoration: none;
    color: white;
    background-color: rgb(0, 0, 194);
}

.SelectGraphViewType:hover {
    text-decoration: none;
    background-color: rgb(100, 100, 145);
    color: white;
}

/* Add Category Page style start */

.CategoryImageContainer {
    width: 50px;
    height: 50px;
    margin: auto;
    display: flex;
    text-align: center;
    justify-content: space-around;

}

.CategoryImageContainer img {
    max-width: 100%;
    max-height: 100%;
    text-align: center;
    margin: auto;

}

.SubCategoryImageContainer {
    width: 50px;
    height: 50px;
    margin: auto;
    display: flex;
    text-align: center;
    justify-content: space-around;

}

.SubCategoryImageContainer img {
    max-width: 100%;
    max-height: 100%;
    text-align: center;
    margin: auto;

}

.TextSize {
    font-size: 13px;
    color: black;
}

/* Add CXatregory Style ends here */



/* Add product Style starts here */
.AddproductBox {
    height: 300px;
    max-height: 100%;
    width: 100%;
    overflow: scroll;
}

.CategoryList li {
    padding: 3px;
}

.CategoryList li:hover {
    background-color: #ccc;
    color: black;
}

.CategoryList li.active {
    background-color: lightblue;
    color: white;
}



.nav-tabs.wizard {
    background-color: transparent;
    padding: 0;
    width: 100%;
    margin: 1em auto;
    border-radius: .25em;
    clear: both;
    border-bottom: none;
}

.nav-tabs.wizard li {
    width: 100%;
    float: none;
    margin-bottom: 3px;
}

.nav-tabs.wizard li>* {
    position: relative;
    padding: 1em .8em .8em 2.5em;
    color: #999999;
    background-color: #dedede;
    border-color: #dedede;
}

.nav-tabs.wizard li.completed>* {
    color: #fff !important;
    background-color: #96c03d !important;
    border-color: #96c03d !important;
    border-bottom: none !important;
}

.nav-tabs.wizard li.notCompleted>* {
    color: #fff !important;
    background-color: #f34242 !important;
    border-color: #f34242 !important;
    border-bottom: none !important;
}

.nav-tabs.wizard li.active>* {
    color: #43a0f2 !important;
    background-color: #43a0f2 !important;
    border-color: #43a0f2 !important;
    border-bottom: none !important;
}

.maintab.nav-tabs .nav-link.active {
    color: #fff !important;
    background-color: #43a0f2 !important;
    border-color: #43a0f2 !important;
    border-bottom: none !important;
}

.nav-tabs.wizard li::after:last-child {
    border: none;
}

.nav-tabs.wizard>li>a {
    opacity: 1;
    font-size: 14px;
}

.nav-tabs.wizard a:hover {
    color: #fff;
    background-color: #8bc6f9;
    border-color: #8bc6f9
}

span.nmbr {
    display: inline-block;
    padding: 10px 0 0 0;
    background: #ffffff;
    width: 35px;
    line-height: 100%;
    height: 35px;
    margin: auto;
    border-radius: 50%;
    font-weight: bold;
    font-size: 16px;
    color: #555;
    margin-bottom: 10px;
    text-align: center;
}

@media(min-width:992px) {
    .nav-tabs.wizard li {
        position: relative;
        padding: 0;
        margin: 4px 4px 4px 0;
        width: 19.6%;
        float: left;
        text-align: center;
    }

    .nav-tabs.wizard li.active a {
        padding-top: 15px;
    }

    .nav-tabs.wizard li::after,
    .nav-tabs.wizard li>*::after {
        content: '';
        position: absolute;
        top: 1px;
        left: 100%;
        height: 0;
        width: 0;
        border: 34px solid transparent;
        border-right-width: 0;
        /*border-left-width: 20px*/
    }

    .nav-tabs.wizard li::after {
        z-index: 1;
        -webkit-transform: translateX(4px);
        -moz-transform: translateX(4px);
        -ms-transform: translateX(4px);
        -o-transform: translateX(4px);
        transform: translateX(4px);
        border-left-color: #fff;
        margin: 0
    }

    .nav-tabs.wizard li>*::after {
        z-index: 2;
        border-left-color: inherit
    }

    .nav-tabs.wizard>li:nth-of-type(1)>a {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .nav-tabs.wizard li:last-child a {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .nav-tabs.wizard li:last-child {
        margin-right: 0;
    }

    .nav-tabs.wizard li:last-child a:after,
    .nav-tabs.wizard li:last-child:after {
        content: "";
        border: none;
    }

    span.nmbr {
        display: block;
    }
}

/* Add Product style ends here */

table.dataTable thead>tr>td.sorting,
table.dataTable thead>tr>td.sorting_asc,
table.dataTable thead>tr>td.sorting_desc,
table.dataTable thead>tr>th.sorting,
table.dataTable thead>tr>th.sorting_asc,
table.dataTable thead>tr>th.sorting_desc {
    padding-right: 30px;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    position: relative;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
    position: absolute;
    bottom: .9em;
    display: block;
    opacity: .3;
    margin-bottom: -10px
        /*--------------------changed here*/
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:before {
    right: 1em;
    content: "\f0de";
    font-family: "Font Awesome 5 Free";
    font-size: 1rem
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc_disabled:after {
    content: "\f0dd";
    font-family: "Font Awesome 5 Free";
    right: 16px;
    font-size: 1rem
}

table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:after {

    opacity: 1
}

table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {

    opacity: 0
}



/*style form drag drop video control*/
.files input {
    outline: 2px dashed #92b0b3;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    /*padding: 120px 0px 85px 35%;*/
    /* padding:15px; */
    text-align: center !important;
    margin: 0;
    width: 100% !important;
}

.files input:focus {
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    border: 1px solid #92b0b3;
}

.files {
    position: relative
}

.color input {
    background-color: #f1f1f1;
}




/* header */
.header {
    background: #fff;
    backface-visibility: hidden;
    padding: 0;
    z-index: 96;
    transition: transform .2s ease-in-out;
    top: 0;
}

.header section {
    display: block !important;
    z-index: 1;
    color: #666;
    border-bottom: 1px solid #e9e9e9;
    background-color: #f8f8f8;
    height: 46px;
}

@media screen and (max-width: 1440px) and (min-width: 1280px) {
    .header-section {
        margin: 0px 4% !important;
        width: auto !important;
    }

    #hdralign {
        margin: 0px 4% !important;
        width: auto !important;
    }

    #searchbar {
        width: 550px;
    }

    .Information-buyer {
        display: none;
    }
}

@media (min-width:1200px) {

    /* .showcategory {
                        display: none;
                    } */
    .showcategory {
        display: none;
    }

    .showcategory:hover .this-show {
        display: block;
        width: 270px;
        left: -189px;
        top: 83%;
        border: none;
        height: 496px;
    }
}

.header-section {
    margin: 0px 1% !important;
    width: auto !important;
}


/* .header-top {
        margin: 0px 2% !important;
        width: auto !important;
    } */

#hdralign {
    margin: 0px 3% !important;
    width: auto !important;
}

.header-top,
.top-header {
    background-color: #fff;
    z-index: 20;
    border-bottom: 1px solid #e9e9e9;
    transform: translate(0, 0);
    color: #666;
    opacity: 1;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    padding: 0px 0px 7px 0px;
}

.icons-menu{ z-index: 2;}

.input-group>.input-group-append>#btnsearch {
    background-color: var(--primary);
    color: white;
}

#txtSearch {
    border: 1px solid var(--primary);
}

.badge {
    /* padding: 2px; */
    position: absolute;
}

@media (max-width: 799px) {
    #searchbar {
        width: 500px;
    }

    .showcategory {
        display: block;
    }

    .showcategory:hover .this-show {
        display: block;
        width: 270px;
        left: -189px;
        border: none;
        height: 496px;
    }

    .header-top {
        background-color: #fff;
        z-index: 20;
        border-bottom: 1px solid #e9e9e9;
        transform: translate(0, 0);
        color: #666;
        min-width: 1220px;
        max-width: 3000px;
        opacity: 1;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    }

    .Information-buyer {
        display: none;
    }

    .showme {
        display: none;
    }
}

@media (max-width: 1024px) {
    .categories-here:hover .this-show {
        display: block;
        width: 320px;
        left: -189px;
        border: none;
        height: 496px;
    }

    .nav-link {
        display: block;
        padding: 1px;
    }

    .showcategory {
        display: block;
        width: max-content;
    }

    .showcategory:hover .this-show {
        display: block;
        width: 270px;
        left: -189px;
        border: none;
        color: #000;
        background-color: white;
        height: 496px;
    }

    .Information-buyer {
        display: none;
    }

    .showme {
        display: none;
    }
}

@media (min-width: 1024px) {
    #searchbar {
        width: 460px;
    }

    .Information-buyer {
        display: none;
    }

    .showme {
        display: none;
    }
}

.login:hover .login-menu {
    display: block;
    left: -113px;
    top: 93%;
    width: 189px;
    background-color: #f2f2f2;
    color: black;
    border-radius: 0px;
}

.login:hover {
    background-color: #f2f2f2;
    border-bottom: none;
}

.currency-dropdown:hover .currency-dropdown-menu {
    display: block;
    top: 95%;
    left: -42px;
    width: 200px;
}

.currency-dropdown:hover {
    color: var(--primary);
}

select option {
    font-size: 13px;
    padding: 6px 0px;
}

.categories {
    left: 0;
    overflow: hidden;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #e7e7e7;
}

.categories {
    height: 100%;
    width: 100%;
}

@media (max-width: 1200px) {
    .category-main {
        display: none;
    }
}

.hoverme:hover .unfold {
    display: contents;
}

.womensClothing:hover .Womensclothing {
    display: block;
    display: inline-flex;
    z-index: 999;
    position: absolute;
    opacity: 1;
    left: 98%;
}

@media (max-width:935px) and (min-width: 799px) {
    .Information-buyer {
        display: inline-block;
    }

    .showme {
        display: block;
    }

    .showcategory {
        display: block;
    }

    .showcategory:hover .this-show {
        display: block;
        width: 270px;
        left: -189px;
        border: none;
        height: 496px;
    }
}

@media (max-width:1000px) and(min-width:935px) {
    .Searchbox-left {
        width: fit-content;
    }
}

.drop-more:hover .more-information {
    display: block;
    padding-left: 10px;
    background-color: white;
}

.login-menu .dropdown-item.active {
    color: #555;
    text-decoration: none;
    background-color: #979A9A;
}

.login-menu .dropdown-item:hover {
    text-decoration: none;
    background-color: #979A9A;
}

.login-menu .dropdown-item:hover a {
    text-decoration: none;
    background-color: #979A9A;
}

.dropdown-item a {
    color: black;
    text-decoration: none;
}

.currency-dropdown-menu .dropdown-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #fff;
}

.currency-dropdown-menu .dropdown-item:hover a {
    color: #555;
    text-decoration: none;
}


/* categories style */
.top_categories {
    left: 0;
    height: 484px;
    overflow: hidden;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #fff;
}

.category-header {
    border: 1px solid #ccc;
    background-color: #ccc;
}

.category-header {
    border: 1px solid #ccc;
    background-color: #ccc;
}

/* .category-content li:hover a {
        font-weight: bold;
        font-size: 14px;
        color: var(--primary);
        text-decoration: none;
    }

    .category-content li:hover i {
        color: var(--primary);
        opacity: 0.5;
    } */

.category-content li a:hover {
    box-shadow: none;
    background-color: #f3f3f3;
}

.category-content li a:active {
    border-color: transparent;
    box-shadow: 0 1px 10px rgba(0, 0, 0, .12);
    background-color: white;
}

.category-content li a {
    font-weight: 100;
    font-size: 14px;
    color: #555;
    text-decoration: none;
}

.nav-link.active .tab-pane {
    display: block;
}

.fade:not(.show) {
    opacity: 1;
}

.Category-Tab .nav-link:hover .tab-pane {
    display: block;
}

.tab-content>.active {
    display: block;
}

.tab-content>.tab-pane.active {
    display: block;
}

.tab-pane.active {
    display: block;
}




/* a {
              text-decoration: none;
              color: #666;
              }

              a :hover {
              text-decoration: none;
              color: var(--primary);
              } */

.cateriesicon-size {
    font-size: 15px;
    width: 30px;
    color: #ddd;
}

@media (max-width: 1200px) {
    .category-main {
        display: none;
    }
}

.hoverme:hover .unfold {
    display: contents;
}

.Category-Container {
    border-color: transparent;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 10px rgba(0, 0, 0, .12);
}

.tab-pane dl dt a {
    font-weight: 500;
    font-size: 17px;
    color: #333;
    text-decoration: none;
}

.tab-pane dl dt a:hover {
    font-weight: 500;
    font-size: 17px;
    text-decoration: none;
    color: var(--primary);
}

.tab-pane dl dd a {
    font-weight: 300;
    font-size: 13px;
    line-height: 15px;
    text-decoration: none;
    color: #666;
}

.tab-pane dl dd a:hover {
    font-weight: 300;
    font-size: 13px;
    text-decoration: underline;
    color: var(--primary);
}

.Category-Tab .nav-link:hover .tab-pane {
    display: block;
}

.tab-pane dl dd {
    margin: auto;
}

.tab-pane dl dt {
    margin: auto;
}

#ngb-popover-0 {
    width: 270px
}

#popover-body {
    width: 200px;
}

.currency-dropdown-menu .popover {
    max-width: 270px;
    width: 200px;
}

.popover-content {
    width: 200px;
}

.popover {
    max-width: 800px;
    /* optional max width */
    width: intrinsic;
    /* Safari/WebKit uses a non-standard name */
    width: -moz-max-content;
    /* Firefox/Gecko */
    width: -webkit-max-content;
    /* Chrome */
}

.popover {
    max-width: 450px;
}

.this-width {
    width: 140px;
}


#Category-TabContentHeader .tab-pane {
    /* //background-image: url(https://cdn.pixabay.com/photo/2017/06/08/17/43/blue-2384333_960_720.png); */
    background-position: bottom;
    background-repeat: no-repeat;
    padding-bottom: 100px !important;
}




.shipto:hover .shiptologin-menu {
    display: block;
    left: -35px;
    width: 189px;
    border-radius: 4px;
}






@media screen and (max-width: 1440px) and (min-width: 1280px) {
    .header-section {
        margin: 0px 4% !important;
        width: auto !important;
    }

    #hdralign {
        margin: 0px 4% !important;
        width: auto !important;
    }
}

.header-section {
    margin: 0px 1% !important;
    width: auto !important;
}

.header-section {
    margin: 0px 2% !important;
    width: auto !important;
}

#HomeBanner {
    background-repeat: no-repeat;
    background-size: cover;
}

.toolbar-side {
    z-index: 10;
    position: fixed;
    left: 100%;
    margin-left: -35px;
    bottom: 42px;
}

html {
    scroll-behavior: smooth;
}

.toolbar-side a i {
    width: 32px;
}

.icon-wrap {
    height: 32px;
    text-align: center;
    align-self: center;
    display: flex;
    color: #fff;
    background: #888;
}

.toolbar-side .icon-wrap i,
.icon-wrap .showdetails {
    margin: auto;
    text-align: center;
}

.toolbar-container {
    background-color: #888;
}

.toolbar-container .nav-link {
    text-align: center;
    overflow: hidden;
    color: #fff;
    padding: 8px 0px;
}

:host ::ng-deep.tooltip-inner {
    max-width: 400px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem;
}



:host ::ng-deep.tooltip.show {
    white-space: nowrap;
}

#toolbarfloating .nav a:hover,
#toolbarfloating .icon-wrap:hover {
    background-color: var(--primary);
}

#toolbarfloating {
    scroll-behavior: smooth;
    animation-delay: 1ms;
    animation-duration: 3ms;
    transition-duration: 3ms;
    transition-delay: 3ms;
    transition: top 0.3s;
}

.toshowandhideDetails {
    scroll-behavior: smooth;
    animation-delay: 1ms;
    animation-duration: 3ms;
    transition-duration: 3ms;
    transition-delay: 3ms;
    transition: top 0.3s;

}





.header {
    background: #fff;
    backface-visibility: hidden;
    padding: 0;
    z-index: 96;
    transition: transform .2s ease-in-out;
    top: 0;
}

.header section {
    display: block !important;
    z-index: 1;
    color: #666;
    border-bottom: 1px solid #e9e9e9;
    background-color: #f8f8f8;
    height: 46px;
}



@media screen and (max-width: 1440px) and (min-width: 1280px) {
    .header-section {
        margin: 0px 4% !important;
        width: auto !important;
    }

    #hdralign {
        margin: 0px 4% !important;
        width: auto !important;
    }

    #searchbar {
        width: 550px;
    }

    .Information-buyer {
        display: none;
    }
}

@media (min-width:1200px) {

    /* .showcategory {
                    display: none;
                } */
    .showcategory {
        display: none;
    }

    .showcategory:hover .this-show {
        display: block;
        width: 270px;
        left: -189px;
        top: 83%;
        border: none;
        /* height: 496px; */
    }

    .this-show.dropdown-menu {
        position: absolute;
        /* top: 100%; */
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 10rem;
        padding: .5rem 0;
    }
}

.header-section {
    margin: 0px 1% !important;
    width: auto !important;
}


/* .header-top {
    margin: 0px 2% !important;
    width: auto !important;
    } */

#hdralign {
    margin: 0px 3% !important;
    width: auto !important;
}

.header-top,
.top-header {
    background-color: #fff;
    z-index: 20;
    border-bottom: 1px solid #e9e9e9;
    transform: translate(0, 0);
    color: #666;
    opacity: 1;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    padding: 0px 0px 7px 0px;
}

.fixed-top {
    background-color: #fff;
    z-index: 1;
    position: fixed;
    border-bottom: 1px solid #e9e9e9;
    transform: translate(0, 0);
    color: #666;
    opacity: 1;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    padding: 0px;
}

.fixed-top .egloballogo.nav-link {
    padding: 2px 20px;
}

.input-group>.input-group-append>#btnsearch {
    background-color: var(--primary);
    color: white;
}

#txtSearch {
    border: 1px solid var(--primary);
}

.AboutUs-container {
    font-size: 13px;
    color: #666;
}

.footer-menu-title {
    font-size: 0.9rem;
    color: #595959;
}

*.small {
    font-size: 12px;
}

.AboutUs-container:hover {
    font-size: 13px;
    color: var(--primary);
}




@media (max-width: 799px) {
    #searchbar {
        width: 500px;
    }

    .showcategory {
        display: block;
    }

    .showcategory:hover .this-show {
        display: block;
        width: 270px;
        left: -189px;
        border: none;
        /* height: 496px; */
    }

    .header-top {
        background-color: #fff;
        z-index: 20;
        border-bottom: 1px solid #e9e9e9;
        transform: translate(0, 0);
        color: #666;
        min-width: 1220px;
        max-width: 3000px;
        opacity: 1;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    }

    .Information-buyer {
        display: none;
    }

    .showme {
        display: none;
    }
}

@media (max-width: 1024px) {
    .categories-here:hover .this-show {
        display: block;
        width: 320px;
        left: -189px;
        border: none;
        /* height: 496px; */
    }

    .nav-link {
        display: block;
        padding: 1px;
    }

    .showcategory {
        display: block;
        width: max-content;
    }

    .showcategory:hover .this-show {
        display: block;
        width: 270px;
        left: -189px;
        border: none;
        color: #000;
        /* background-color: white; */
        /* height: 496px; */
    }

    .Information-buyer {
        display: none;
    }

    .showme {
        display: none;
    }
}

@media (min-width: 1024px) {
    #searchbar {
        width: 460px;
    }

    .Information-buyer {
        display: none;
    }

    .showme {
        display: none;
    }
}

.login:hover .login-menu {
    display: block;
    left: -113px;
    top: 93%;
    width: 189px;
    background-color: #ECF0F1;
    color: black;
    border-radius: 0px;
}

.shipto:hover .shiptologin-menu {
    display: block;
    left: -35px;
    width: 189px;
    border-radius: 4px;
}

.login:hover {
    background-color: #ECF0F1;
    border-bottom: none;
}

.currency-dropdown:hover .currency-dropdown-menu {
    display: block;
    top: 95%;
    left: -42px;
    width: 200px;
}

.categories-here:hover .this-show {
    display: block;
    width: 270px;
    top: 62px;
    border: 1px solid #ddd;
}

.currency-dropdown:hover {
    color: var(--primary);
}

select option {
    font-size: 13px;
    padding: 6px 0px;
}

@media (max-width: 1200px) {
    .category-main {
        display: none;
    }
}

.hoverme:hover .unfold {
    display: contents;
}

.womensClothing:hover .Womensclothing {
    display: block;
    display: inline-flex;
    z-index: 999;
    position: absolute;
    opacity: 1;
    left: 98%;
}

@media (max-width:935px) and (min-width: 799px) {
    .Information-buyer {
        display: inline-block;
    }

    .showme {
        display: block;
    }

    .showcategory {
        display: block;
    }

    .showcategory:hover .this-show {
        display: block;
        width: 270px;
        left: -189px;
        border: none;
        /* height: 496px; */
    }
}

@media (max-width:1000px) and(min-width:935px) {
    .Searchbox-left {
        width: fit-content;
    }
}

#egloballogo {
    width: 180px;
}

#Logo {
    width: 160px;
    object-fit: contain;
}

.drop-more:hover .more-information {
    display: block;
    padding-left: 10px;
    background-color: white;
}

.login-menu .dropdown-item.active {
    color: #555;
    text-decoration: none;
    background-color: #979A9A;
}

.login-menu .dropdown-item:hover {
    text-decoration: none;
    background-color: #979A9A;
}

.login-menu .dropdown-item:hover a {
    text-decoration: none;
    background-color: #979A9A;
}

.dropdown-item a {
    color: black;
    text-decoration: none;
}

.currency-dropdown-menu .dropdown-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #fff;
}

.currency-dropdown-menu .dropdown-item:hover a {
    color: #555;
    text-decoration: none;
}


/* categories style */

.category-header {
    border: 1px solid #ccc;
    background-color: #ccc;
}

.category-header {
    border: 1px solid #ccc;
    background-color: #ccc;
}

.category-content li a:active {
    border-color: transparent;
    box-shadow: 0 1px 10px rgba(0, 0, 0, .12);
    background-color: white;
}

.category-content li a {
    font-weight: 100;
    font-size: 14px;
    color: #555;
    text-decoration: none;
}

.nav-link.active .tab-pane {
    display: block;
}

.fade:not(.show) {
    opacity: 1;
}

.Category-Tab .nav-link:hover .tab-pane {
    display: block;
}

.tab-content>.active {
    display: block;
}

.tab-content>.tab-pane.active {
    display: block;
}

.tab-pane.active {
    display: block;
}



.tab-pane.show {
    display: block;
}

.cateriesicon-size {
    font-size: 15px;
    width: 30px;
    color: #ddd;
}

@media (max-width: 1200px) {
    .category-main {
        display: none;
    }
}

.hoverme:hover .unfold {
    display: contents;
}

.Category-Container {
    border-color: transparent;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 10px rgba(0, 0, 0, .12);
}

.tab-pane dl dt a {
    font-weight: 500;
    font-size: 17px;
    color: #333;
    text-decoration: none;
}

.tab-pane dl dt a:hover {
    font-weight: 500;
    font-size: 17px;
    text-decoration: none;
    color: var(--primary);
}

.tab-pane dl dd a {
    font-weight: 300;
    font-size: 13px;
    line-height: 15px;
    text-decoration: none;
    color: #666;
}

.tab-pane dl dd a:hover {
    font-weight: 300;
    font-size: 13px;
    text-decoration: underline;
    color: var(--primary);
}

.Category-Tab .nav-link:hover .tab-pane {
    display: block;
}

.tab-pane dl dd {
    margin: auto;
}

.tab-pane dl dt {
    margin: auto;
}

#ngb-popover-0 {
    width: 270px
}

#popover-body {
    width: 200px;
}

.currency-dropdown-menu .popover {
    max-width: 270px;
    width: 200px;
}

.popover-content {
    width: 200px;
}

.popover {
    max-width: 800px;
    /* optional max width */
    width: intrinsic;
    /* Safari/WebKit uses a non-standard name */
    width: -moz-max-content;
    /* Firefox/Gecko */
    width: -webkit-max-content;
    /* Chrome */
}

.popover {
    max-width: 450px;
}

.this-width {
    width: 140px;
}

.Accept-Payments {
    flex-wrap: wrap;
    overflow: hidden;
}

.courier-container {
    width: 62px;
    height: 28px;
    margin: 5px;
}

.courier-container img {
    width: 100%;
    height: 100%;
}

.Courier-Seals {
    flex-wrap: wrap;
    overflow: hidden;
}



.label-size {
    font-size: 13px;
}

@media (max-width:767px) {
    .social-icons {
        padding: 6px 0;
    }
}

.label-size {
    font-size: 13px;
}




#cntrDealsOfferImage .scrollVertically .DealsOfferImage {
    border: 1px solid #eee;

}

#cntrDealsOfferImage.scrollVertically {
    scrollbar-width: none;
}

#cntrDealsOfferImage .product-image-container {
    width: 100%;
    height: 110px;
}

#cntrDealsOfferImage .product-image-container img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

#cntrDealsOfferImage .product-container {
    width: 100%;
    height: 190px;
    border-radius: 15px;
    overflow: hidden;
}

#cntrDealsOfferImage .prize-size {
    font-size: 15px;
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
    color: #999;
}

#cntrDealsOfferImage .product-title {
    font-family: OpenSans, 'Open Sans', Arial, Helvetica, sans-serif, SimSun, 宋体;
    font-size: 12px;
    color: #666;
    height: 28px;
    line-height: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    padding-left: 5px;
}

a:hover {
    text-decoration: none;
}



#cntrDealsOfferImage ::-webkit-scrollbar {
    height: 5px;
}

/* Track */
#cntrDealsOfferImage ::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
#cntrDealsOfferImage ::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
#cntrDealsOfferImage::-webkit-scrollbar-thumb:hover {
    background: #555;
}

#cntrRecentlyVisitedProducts .product-container {
    /* width: auto;
    height: 121px;
    margin: 9px -5px; */
    border-radius: 12px;
    overflow: hidden;
    background-color: white;
}

#cntrRecentlyVisitedProducts .image-content {
    width: 120px;
    height: 120px;
}

#cntrRecentlyVisitedProducts .image-content img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

#cntrRecentlyVisitedProducts .RecentlyVisitedProducts:hover {
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
    border-color: #111;
    border-radius: 12px;
    background-color: white;
}



#cntrRecentlyVisitedProducts .product-title span {
    font-family: OpenSans, 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666;
    height: 35px;
    line-height: 12px;
    overflow: hidden;
    padding: 3px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


/* .page-container {
        background-color: #f2f2f2;
    } */

.product-container {
    /* width: auto;
    height: 121px;
    margin: 9px -5px; */
    border-radius: 6px;
    overflow: hidden;
    background-color: white;
}

/* .image-content {
    width:120px;
    height:120px;
    }
    .image-content img {
    max-width:100%;
    max-height:100%;
    margin: auto;
    } */




.product-title span {
    font-family: OpenSans, 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666;
    height: 35px;
    line-height: 12px;
    overflow: hidden;
    padding: 3px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.label-size {
    font-size: 13px;
}

/* @media screen and (max-width: 1440px) and (min-width: 1280px) {
    body {
      overflow: -webkit-paged-y;
    }
    } */


.btn-primary {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
}
.btn-outline-primary {
    color: var(--primary);
    border-color: var(--primary);
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
}

@media (max-width: 1024px) {
    .category-main {
        display: none;
    }
}

@media (min-width: 768px) {
    .subscribe {
        border-right: 1px solid #f2f2f2;
    }
}

/*
    .footer {
        background-color: #eee;
    } */

.card {}

.card-header {
    background-color: #f2f2f2;
}

.header {
    background: #fff;
    backface-visibility: hidden;
    padding: 0;
    z-index: 2;
    transition: transform .2s ease-in-out;
    top: 0;
}



.category-header {
    border: 1px solid #ccc;
    background-color: #ccc;
}

.category-header {
    border: 1px solid #ccc;
    background-color: #ccc;
}

.category-content li a:active {
    border-color: transparent;
    box-shadow: 0 1px 10px rgba(0, 0, 0, .12);
    background-color: white;
}

.category-content li a {
    font-weight: 100;
    font-size: 14px;
    color: #555;
    text-decoration: none;
}

span.category-title {
    margin-left: 8px;
    line-height: 1.8;
}

.nav-link.active .tab-pane {
    display: block;
}

.fade:not(.show) {
    opacity: 1;
}

.Category-Tab .nav-link:hover .tab-pane {
    display: block;
}

.tab-content>.active {
    display: block;
}



.tab-pane.active {
    display: block;
}


.cateriesicon-size {
    font-size: 15px;
    width: 30px;
    color: #ddd;
}

@media (max-width: 1200px) {
    .category-main {
        display: none;
    }

}

.hoverme:hover .unfold {
    display: contents;
}

.Category-Container {
    border-color: transparent;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 10px rgba(0, 0, 0, .12);
}

.tab-pane dl dt a {
    font-weight: 500;
    font-size: 17px;
    color: #333;
    text-decoration: none;
}

.tab-pane dl dt a:hover {
    font-weight: 500;
    font-size: 17px;
    text-decoration: none;
    color: var(--primary);
}

.tab-pane dl dd a {
    font-weight: 300;
    font-size: 13px;
    line-height: 15px;
    text-decoration: none;
    color: #666;
}

.tab-pane dl dd a:hover {
    font-weight: 300;
    font-size: 13px;
    text-decoration: underline;
    color: var(--primary);
}

.Category-Tab .nav-link:hover .tab-pane {
    display: block;
}

.tab-pane dl dd {
    padding: 2px 0px;
    ;
}

.tab-pane dl dt {
    padding: 7px 0px;
}

#buyer-help.showIcons {
    display: block;
}

.navbar-expand .navbar-nav .nav-link {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-expand .navbar-nav .nav-item:last-child .nav-link {
    border-right: none;
}

 

.autocomplete-items {
    max-height: 450px !important;
    overflow-y: scroll;
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}



.download-app img {
    width: 110px;
    height: 38px;
}

.goog-te-combo {
    font-size: 12px;
    color: #666;
    border: none;
}

.goog-te-combo:focus > option:checked,.goog-te-combo>option:hover { 
    background-color: var(--primary) !important;
    color: #FFF;
}
.goog-logo-link {
    display: none !important;
}

.goog-te-gadget {
    color: transparent !important;
    margin-top: -2px;
}

.goog-te-gadget>div {
    margin-bottom: -19px;
}

iframe.goog-te-banner-frame {
    display: none !important;
}

.goog-logo-link {
    display: none !important;
}

.goog-te-gadget {
    color: transparent !important;
    align-items: baseline;
}

.slider-section {
    display: flex;
}

.slider-col {
    width: calc(100% - 302px);
}

.image-description .image-title p,
.tx-warp {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}

.product-view #productName {
    font-size: 18px;
    font-weight: 600;
}

.bg-dark {
    color: #FFFFFF;
}
.container .card .content{
    max-height: 200px;
    overflow-y: auto;
}
/* width */
.container ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
.container ::-webkit-scrollbar:hover{
    width: 15px;
}

/* Track */
.container ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #b7b7b7;
    border-radius: 10px;
}

/* Handle */
.container ::-webkit-scrollbar-thumb {
    background: #d1d1d1;
    border-radius: 10px;
}

/* Handle on hover */
.container ::-webkit-scrollbar-thumb:hover {
    background: #6b6b6b;
}

/* helper Classes */
.font-body{
    font-size: 14px;
}
.bg-primary {
    background-color: var(--primary) !important;
    color: #FFF;
}

.bg-primary a {
    color: #FFF;
}

.v-center {
    align-items: center
}

.d-flex.space-between {
    justify-content: space-between;
}

ol.carousel-indicators {
    bottom: 20px;
    height: 0px;
    margin: 0;
    margin-top: 10px;
}

.carousel-indicators li {
    height: 14px;
    width: 14px;
    border-radius: 100%;
    background: #d9d9d9;
    padding: 0;
    border: 0;
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.dot.active, .dot:hover {
    background-color: #717171;
}

div#carouselExampleIndicators {
    border-radius: 6px;
    overflow: hidden;
}

.category-main {
    height: 100%;
}

td {
    padding: 6px 6px;
}

.product-title a {
    font-size: 14px;
}

.text-light-1 {
    color: #b7b7b7;
}
header .bootstrap-select>.dropdown-toggle.bs-placeholder, header .bootstrap-select>.dropdown-toggle.bs-placeholder:active, header .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, header .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: #2a2a2a !important;
}
header .bootstrap-select .dropdown-toggle:focus, header .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
    outline: none !important;
    outline-offset: 0px;
    box-shadow: none;
    background-color: #fff;

}
header .dropdown-item.active, .dropdown-item:active {
    background-color: #f15a2b;
    color: white;
}
header .bootstrap-select .dropdown-menu.inner{
    z-index: 1;
}
header .bootstrap-select .btn-light{
    background-color: #fff;
    border-color: #fff;
}
header .bootstrap-select .btn-light:hover {
    background-color: #fff;
    border-color: #fff;
}
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
    background-color: #fff;
    border-color: #fff;
}