html{
    margin-top: 0px!important;
}


body:not(.logged-in) .right_links{
  opacity:0.5;
}

body:not(.logged-in) .right_links .count{ display:none}

.custom_search {
    padding: 20px 0;
    font-family: "Mulish", sans-serif;
    font-weight: 600;
    color: var(--e-global-color-text);
}

/***************************************************************************************/
/* The below 2 definitions are coming from JAVA and ensure a clean scroll to all pages */
.fb_header_search_fix {
    position: fixed;
    top: 0;
    width: 100%
    /* Other styling as needed */
}

.site_main_header_fix {
    margin-top:48px
}

#fb_headerS3_join {
    background-color: black;
    transition: background-color 0.8s ease; /* Smooth transition for color change */
    overflow: auto /* Necessary for scroll */
    /* Other styles as needed */
}

#fb_headerS3_join.scrolled {
    background-color: white /* Color when scrolled past a certain threshold */
}
/***************************************************************************************/


.elementor-element-c8e25bawer, img[id="frontbees-logo"]{
    display: none; 
}

.icon_link {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-left: 15px;
    vertical-align: middle;
}

.icon_link.active .a,
.icon_link.active path {
    fill: var(--e-global-color-accent);
}

.c_select {
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    white-space: nowrap;
    margin-left: 50px;
    position: relative;
}

.c_select::after {
    position: absolute;
    content: '';
    right: 13px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    border-bottom: 1px solid var(--e-global-color-primary);
    border-right: 1px solid var(--e-global-color-primary);
    width: 8px;
    height: 8px;
    margin-top: -2px;
}

.c_select label {
    padding-right: 10px;
    font-weight: 400;
}

.c_select select {
    border: 0;
    background: transparent;
    appearance: none;
    font-weight: 600;
    padding-right: 35px;
}

.c_select>* {
    display: inline-block;
    vertical-align: middle;
}

.grid_actions {
    width: 100%;
    text-align: right;
    position: relative;
    z-index: 1;
}

.s_grid .image {
    position: relative;
    display: block;
}

.bg_full {
    background: url() no-repeat 50% 50%;
    overflow: hidden;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.custom_search .elementor-container {
    flex-direction: column;
}

.search_grids ._row {
    display: flex;
    flex-wrap: wrap;
}

/* .search_grids ._row > ._col:first-child {
    width: 25%;
    padding-top: 40px;
    padding-right: 80px;
	position: relative;
}
.search_grids ._row > ._col:first-child::after {
    content: '';
    top: 40px;
    bottom: 0;
    width: 1px;
    background-color: var(--e-global-color-accent);
    position: absolute;
    right: 40px;
} */
.search_grids ._row>._col:last-child {
    width: 100%;
    min-height: 300px;
}

.s_row {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
}

.s_row ._col {
    width: 16.66%;
    padding: 0 15px;
    margin-top: 40px;
}

.s_grid .image::before {
    content: '';
    display: block;
    padding-bottom: 85%;
}

.s_title {
    font-size: 20px;
    margin: 0;
    line-height: 1.2;
    padding-top: 15px;
    font-weight: bold;
    color:#353535;
    font-family: "Mulish", sans-serif;
}

/* .s_grid .image .bg_full {
    background-size: contain;
} */

.stitle {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.s_grid .star-rating {
    float: none;
    margin-top: 5px;
    /* color: var(--e-global-color-accent); */
}

.s_price {
    font-weight: 800;
    font-size: 18px;
    padding-top: 10px;
    color: #030303;
    font-family: "Mulish", sans-serif;
}

.s_price ins {
    background-color: transparent;
}

.stitle {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--e-global-color-accent);
}

.tit {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
}

.f_control input {
    display: none;
}

.f_control label {
    display: block;
    cursor: pointer;
    line-height: 1.3;
    font-size: 15px;
    position: relative;
    padding-left: 22px;
}

.starts_cont .f_control label {
    padding-left: 0;
}

.starts_cont .f_control label::after,
.starts_cont .f_control label::before {
    display: none;
}

.f_control label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 14px;
    height: 14px;
    border: 1px solid rgba(0, 0, 0, 0.5);
}

.f_control label::after {
    content: '';
    position: absolute;
    left: 7px;
    top: -2px;
    width: 7px;
    height: 16px;
    border-bottom: 1px solid var(--e-global-color-primary);
    border-right: 1px solid var(--e-global-color-primary);
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.4s;
}

.starts_cont .f_control input:checked+label {
    color: var(--e-global-color-accent);
}

.f_control input:checked+label::after {
    opacity: 1;
}

.f_control+.f_control {
    margin-top: 6px;
}

.f_blocks+.f_blocks {
    margin-top: 40px;
}

.list_view .s_row ._col {
    width: 100%;
}

.list_view .s_grid .image {
    width: 15%;
}

.list_view .s_grid .cont_meta {
    width: 70%;
    padding-left: 30px;
    display: grid;
    grid-template-columns: 3fr 1fr 1fr 1fr 1fr;
    gap: 30px;
    align-items: center;
}

.s_grid .box {
    display: none;
}

.search_grids.list_view .box {
    display: block;
}

.list_view .s_grid .cont_meta * {
    text-align: left;
}

.list_view .s_grid {
    display: flex;
    flex-wrap: wrap;
}

.icon_link svg {
    width: 100%;
    height: 100%;
}

.pagination-wrapper ul {
    text-align: center;
}

.pagination-wrapper ul li {
    display: inline-block;
    margin: 0 5px;
}

.pagination-wrapper ul li a {
    color: var(--e-global-color-primary);
}

.pagination-wrapper {
    margin-top: 40px;
    line-height: 1;
    width: 100%;
}

.pagination-wrapper ul li.active a,
.pagination-wrapper .current {
    color: var(--e-global-color-accent);
}

.pagination-wrapper li {
    list-style: none;
}

a.next,
a.prev {
    background-color: var(--e-global-color-accent);
    color: var(--e-global-color-primary);
    padding: 10px 30px;
    border-radius: 50px;
    display: block;
    transition: color .5s, background-color .5s;
}

a.next:hover,
a.prev:hover {
    background-color: var(--e-global-color-primary);
    color: var(--e-global-color-accent);
}

.list_grid {
    text-align: left;
    border-bottom: 1px solid var(--e-global-color-accent);
    padding-bottom: 13px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    justify-content: space-between;
    position: relative;
    font-size: 13px;
    margin-top: -5px;
}

.list_grid > div:nth-child(2) {
    text-align: center;
}

.list_grid > div:nth-child(3) {
    text-align: right;
}

.loader_new {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin-top: 40px;
    -webkit-animation: rotateSpinner 0.4s linear infinite;
    animation: rotateSpinner 0.4s linear infinite;
}

@keyframes rotateSpinner {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.pos_rel {
    position: relative;
}

.noresults {
    margin-top: 40px;
    text-align: center;
}

.f_controls_toggle .f_controls {
    max-height: 150px;
    overflow: auto;
    transition: max-height 0.3s;
    padding-right: 10px;
}

.f_controls_toggle .f_controls::-webkit-scrollbar {
    width: 10px;
}

.f_controls_toggle .f_controls::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.f_controls_toggle .f_controls::-webkit-scrollbar-thumb {
    background: #888;
}

.f_controls_toggle .f_controls::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.f_controls_toggle.more .f_controls {
    max-height: 2000px;
    transition: max-height 1s;
}

.more_cls {
    display: block;
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
}

.more_cls::before {
    content: '+';
    display: inline-block;
    vertical-align: unset;
    margin-right: 2px;
    font-size: 22px;
    line-height: 1;
}

.f_controls_toggle.more .more_cls::before {
    content: '-';
}

.map_wrap {
    margin-top: 20px;
}

.map {
    width: 100%;
    position: relative;
    height: 550px;
}

.filter_clear {
    display: inline-flex;
    align-items: center;
}

.fil_wrap {
    margin-right: 10px;
}

.filter_li {
    position: relative;
    display: inline-block;
    padding-right: 30px;
}

.filter_li::after {
    position: absolute;
    content: '';
    right: 13px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    border-bottom: 1px solid var(--e-global-color-primary);
    border-right: 1px solid var(--e-global-color-primary);
    width: 8px;
    height: 8px;
    margin-top: -2px;
}

.filter_li.open::after {
    transform: translateY(-50%) rotate(-135deg);
    margin-top: 3px;
}

.filters_grids {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    border: 1px solid var(--e-global-color-accent);
    display: none;
}

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

.filters_grids .fl>.f_blocks {
    float: left;
    margin-top: 0;
}

.filter_btns {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
}

.b_btn {
    display: inline-block;
    border: 1px solid var(--e-global-color-accent);
    padding: 3px 15px;
    transition: background-color 0.4s, color 0.4s;
}

.b_btn:hover {
    background-color: var(--e-global-color-accent);
    color: var(--e-global-color-primary);
}

.s_price:empty {
    display: none;
}

.mobile_filter_grid {
    display: none;
}

.dd_vals {
    right: 0;
    width: 135px;
    position: absolute;
    top: 100%;
    background-color: #fff;
    padding: 15px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    border: 1px solid var(--e-global-color-accent);
    display: none;
}

.dd_vals a {
    display: block;
}

.dd_vals a+a {
    margin-top: 10px;
}

.dd_hold {
    padding-right: 50px;
    display: inline-block;
    width: 115px;
}

.single_prod {
    padding: 0;
    font-family: "Mulish", sans-serif;
}

.single_prod a,
.update_cart, .update_cart_wishlist, .add_to_cart_wishlist {
    transition: all 0.4s;
    position: relative;
}

.single_prod ._row {
    display: block;
    flex-wrap: wrap;
    padding-bottom: 40px;
}

.single_prod ._row::after {
    content: '';
    display: block;
    clear: both;
}

.single_prod .image_block {
    width: 60%;
    position: relative;
    top: 40px;
    float: left;
}

.single_prod .text_block {
    width: 40%;
    padding: 30px;
    float: left;
}

.prod_title {
    font-weight: bold;
}

.variation_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0px 15px 0px;
    position: relative;
    border-top: 1px solid var(--e-global-color-accent);
}

.variation_row:last-child {
    border-bottom: 1px solid var(--e-global-color-accent);
}

.variation_clk {
    position: absolute;
    width: 35px;
    height: 100%;
    right: 0;
    top: 0;
    white-space: nowrap;
    width: auto;
    display: flex;
    align-items: center;
    padding-right: 25px;
}

.variation_clk::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%) rotate(-45deg);
    border-right: 2px solid var(--e-global-color-text);
    border-bottom: 2px solid var(--e-global-color-text);
    width: 10px;
    height: 10px;
}

.variation_prices {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}

.p_link {
    display: inline-block;
    transition: color 0.4s;
}

.p_link span {
    display: block;
}

.pcs {
    font-weight: 500;
}

.v_price {
    font-weight: bold;
}

.btns {
    display: flex;
    align-items: center;
    padding-top: 15px;
}

.y_btn {
    background-color: var(--e-global-color-accent);
    padding: 10px 40px;
    font-weight: bold;
    min-width: 150px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
}

.y_btn+.y_btn {
    margin-left: 20px;
}

.short_info {
    padding-top: 25px;
    font-size: 16px;
}

.y_btn:hover {
    background-color: var(--e-global-color-text);
    color: var(--e-global-color-accent) !important;
}

.features {
    padding-top: 25px;
}

.features .title {
    font-weight: bold;
    font-size: 18px;
}

.cont ul {
    padding: 0;
    margin-top: 15px;
}

.cont li {
    list-style: none;
    padding-left: 20px;
    position: relative;
}

.cont li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 7px;
    height: 7px;
    border: 1px solid var(--e-global-color-text);
    border-radius: 50%;
}

.cont li+li {
    margin-top: 10px;
}

.cols_wrap ._row {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 0;
}

.cols_wrap ._col {
    width: 20%;
    display: inline-flex;
    border-left: 1px solid var(--e-global-color-text);
}

.cols_wrap ._col:first-child {
    border-left: 0;
}

.cols_wrap {
    border-top: 1px solid var(--e-global-color-text);
    border-bottom: 1px solid var(--e-global-color-text);
    margin-top: 0;
}

.icon_b {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    width: 100%;
    padding: 15px;
    align-items: center;
}

.icon_b .image {
    width: 40px;
}

.icon_b .image img {
    width: 100%;
    height: auto;
}

.txts {
    width: calc(100% - 40px);
    padding-left: 20px;
}

.icon_b .val {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
}

.icon_b .title {
    font-size: 14px;
    font-weight: bold;
}

.carousel-main .flickity-button {
    display: none;
}

.right_links {
    text-align: right;
    display: flex;
    align-items: flex-start;
    width: 130px;
    justify-content: space-around;
    flex-wrap: nowrap;
    float: right;
    margin-right: 20px;
}

.right_links .link.cart_ico {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.sticky_searchbar, #wpadminbar{
    display: none;
}

.sticky_searchbar .right_links, img.attachment-full.size-full.wp-image-449{
    
    /* display: none; */
    /* animation-name: reveal;
    animation-duration: 1000s; */
}

/* Define the animation keyframes */

.right_links .count {
    position: absolute;
    font-size: 10px;
    min-width: 15px;
    min-height: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    bottom: 70%;
    right: -13px;
    background-color: var(--e-global-color-text);
    color: #fff;
    border-radius: 50%;
}

.right_links .link {
    display: inline-block;
    position: relative;
    color: var(--e-global-color-text);
    font-size: 18px;
}

.right_links .link+.link {
    /* margin-left: 20px; */
}

.right_links .mini_cart_wrap, .right_links .mini_wishlist_wrap {
    /* margin-top: 45px; */
}

.yith-wcwl-add-button {
    font-size: 0;
}

.yith-wcwl-icon.fa {
    display: inline-block;
    color: var(--e-global-color-accent);
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px;
    margin-right: 0;
    transition: color .5s;
}

.yith-wcwl-icon.fa:hover {
    color: var(--e-global-color-accent);
}

.yith-wcwl-add-button .view-wishlist {
    display: none;
}

.carousel-cell {
    background-color: transparent;
}

.loading:before {
    content: '';
    position: absolute;
    border: 3px solid #fff;
    border-top: 3px solid var(--e-global-color-text);
    border-radius: 50%;
    width: 16px;
    height: 16px;
    animation: spin 0.7s linear infinite;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.y_btn.loading {
    background-color: rgb(26 23 12 / 50%);
}

.popup_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s, visibility 0.2s;
    display: none;
}

.video_overlay .popup_overlay {
    opacity: 1;
    visibility: visible;
}

.video_inner {
    position: relative;
    max-width: 60%;
    margin: auto;
    width: 100%;
    background-color: #fff;
    border-radius: 15px;
}

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

.overlay_close {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    transition: transform 0.4s;
}

.overlay_close:before,
.overlay_close:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 3px;
    background-color: var(--e-global-color-text);
}

.overlay_close:before {
    transform: rotate(45deg);
}

.overlay_close:after {
    transform: rotate(-45deg);
}

.popup_head {
    padding: 20px;
    font-weight: bold;
    font-size: 22px;
    position: relative;
    border-bottom: 2px solid #fdcd05;
}

.popup_cont {
    padding: 20px;
}

.right_links .link img {
    width: 20px;
    height: auto;
}

.has-scrolled .mini_cart_wrap, .has-scrolled .mini_wishlist_wrap, .has-scrolled .mini_location_wrap{
    /* width: 100%!important; */
    width: 300px;
    margin-top: 0!important;
}

.elementor-266 .elementor-element.elementor-element-471e7d1 img.wp-image-449{
    width: 120%;
    max-width: 120%;
}

.mini_cart_wrap, .mini_wishlist_wrap, .mini_location_wrap{
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 3;
    width: 300px;
    padding: 20px;
    background-color: #fff;
    box-shadow: -3px 4px 13px 0px rgba(0,0,0,0.5);
    border-width: 3px 3px 3px 3px;
    border-radius: 10px 0px 0px 10px;
    border-color: #FFFFFF;
    border-style: solid;
    text-align: left;
    font-family: "Mulish", sans-serif;
    display: none;
}

.wishlist_container, .cart_container, .added_to_wishlist_cart_container{
    cursor:pointer;float: right;
}

/* .p_cart_container[title] {
    position: relative;
  }
  
  .p_cart_container[title]:hover {
    pointer-events: none;
  }
  
  .p_cart_container[title]:hover::after {
    content: attr(title);
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: black;
    color: white;
    display: block;
    width: 9vw;
    font-size: 14px;
  } */

/* span.cart_icon_textss {
    background: black;
    color: white;
    padding: 5px;
} */

  
.wishlist_heart_icon_text, .cart_icon_text, .show_added_cart_items_after_item_added, .cart_wishlist_heart_icon_text{
    display:none;
}

.cart_icon{opacity:0.5}

.mini_cart_wrap .btns ._col:last-child, .mini_wishlist_wrap .btns ._col:last-child{
    padding-left: 15px;
    width: 40%;
}

.mini_cart_wrap .btns ._col:first-child, .mini_wishlist_wrap .btns ._col:first-child {
    flex: 1;
}

.cart_item_row .image {
    width: 33.33%;
    position: relative;
}

.cart_item_row {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.pmeta {
    flex: 1;
    font-size: 13px;
    padding-left: 15px;
}

.cart_item_row .image .bg_full {
    background-size: contain;
}

.cart_item_row .image::before {
    content: '';
    display: block;
    padding-bottom: 75%;
}

.pname {
    font-size: 14px;
    font-weight: bold;
}

.cart_item_row+.cart_item_row {
    margin-top: 30px;
}

.inpu input[type="number"] {
    width: 50%;
    padding: 5px 10px;
    line-height: 1;
    border-color: var(--e-global-color-accent);
    border-radius: 0;
}

.inpu a {
    padding: 8px 10px;
    font-size: 14px;
    margin-left: 0;
    line-height: 1;
    background-color: var(--e-global-color-accent);
    color: var(--e-global-color-text) !important;
    border-color: var(--e-global-color-accent);
    width: auto;
    display: block;
    text-align: center;
}

.mini_head .t {
    font-weight: bold;
}

.mini_head {
    margin-bottom: 20px;
    position: relative;
}

.mini_cart_wrap .btns, .mini_wishlist_wrap .btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 5px;
    width: 100%;
    margin-top: 25px;
}

.mini_cart_wrap .btns ._row, .mini_wishlist_wrap .btns ._row{
    display: flex;
    align-items: center;
    width: 100%;
}

.mini_cart_wrap .btns ._col, .mini_wishlist_wrap .btns ._col {
    display: inline-flex;
    padding: 0;
}

.mini_cart_wrap .btns .btn, .mini_wishlist_wrap .btns .btn {
    background-color: var(--e-global-color-accent);
    color: var(--e-global-color-text);
    padding: 10px 20px;
    text-align: center;
    display: block;
    flex: 1;
    font-size: 14px;
}

.mini_cart_wrap .btns .btn:hover, .mini_wishlist_wrap .btns .btn:hover {
    background-color: var(--e-global-color-text);
    color: var(--e-global-color-accent);
}

.cart_items {
    max-height: 400px;
    overflow: auto;
    padding-right: 10px;
    margin-top: 15px;
}

.cart_items::-webkit-scrollbar {
    width: 10px;
}

.cart_items::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.cart_items::-webkit-scrollbar-thumb {
    background: var(--e-global-color-accent);
}

.cart_items::-webkit-scrollbar-thumb:hover {
    background: var(--e-global-color-accent);
}

.cart_close, .wishlist_close {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    margin-top: -10px;
}

.cart_close::before,
.cart_close::after, 

.wishlist_close::before,
.wishlist_close::after {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 100%;
    height: 2px;
    background-color: var(--e-global-color-text);
    transform: rotate(45deg);
}

.cart_close::after, .wishlist_close::after {
    transform: rotate(-45deg);
}

.desc_clne {
    display: none;
}

.yith-wcwl-add-to-wishlist {
    text-align: right;
    margin: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.sku_no {
    position: relative;
}

.cart_item_row .p_link.vrition_price {
    pointer-events: none;
    color: #000 !important;
}

.cart_item_row .p_link.vrition_price.disabled {
    opacity: 0.5;
}

.custom_variation .sel_block {
    display: none;
}

.sel_block .sel_field {
    padding: 0;
    border: 0;
}

.variation_arrow {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.variation_side_bar {
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    transform: translateX(100%);
    transition: transform .4s;
    padding: 30px;
    display: none;
    z-index: 2;
}

.variation_side_bar.open {
    transform: translateX(0);
}

.v_header {
    position: relative;
}

.v_header .title {
    font-weight: normal;
    font-size: 20px;
    line-height: 1;
    padding-bottom: 20px;
    text-transform: capitalize;
    border-bottom: 1px solid var(--e-global-color-accent);
}

a.var_close {
    position: absolute !important;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    margin-top: -10px;
}

a.var_close::before,
a.var_close::after {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 100%;
    height: 2px;
    background-color: #000;
    transform: rotate(45deg);
}

a.var_close::after {
    transform: rotate(-45deg);
}

.custom_att {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.select_custom_variable {
    width: 50%;
    padding: 0 10px;
    margin-top: 20px;
    display: inline-block;
    cursor: pointer;
}

.img_var .image::before {
    content: '';
    display: block;
    padding-bottom: 75%;
}

.image {
    display: block;
    position: relative;
}

.img_var {
    padding: 10px;
    border: 1px solid #ccc;
}

.vti {
    font-size: 14px;
    font-weight: bold;
    padding-top: 7px;
}

.vsku {
    font-size: 12px;
    line-height: 1;
    padding-top: 3px;
}

.varna {
    border: 1px solid #ccc;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.varna strong {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    font-size: 20px;
}

.varna::before {
    content: '';
    display: block;
    padding-bottom: 100%;
}

.varna+.vsku {
    padding-top: 7px;
}

.single_prod a.back_arrow {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 20px 15px;
    line-height: 1;
    cursor: pointer;
}

.back_arrow img {
    width: 30px;
    height: auto;
}

.back_arrow i {
    color: #000;
    font-size: 27px;
}

.single_prod .mini_cart_wrap, .single_prod .mini_wishlist_wrap {
    display: block;
    top: 0;
    right: 0;
    width: 25%;
    height: auto;
}

.single_prod .cart_items {
    max-height: none;
    overflow: hidden;
    padding-right: 0;
    margin-top: 15px;
}

.single_prod .mini_cart_wrap .btns ._row, .single_prod .mini_wishlist_wrap .btns ._row {
    padding-bottom: 0;
}

.single_prod::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 75%);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s, visibility 0.4s;
}

.popopen .single_prod::after {
    opacity: 1;
    visibility: visible;
}

.elementor-column.thirdcol,
.elementor-column.thirdcol .elementor-widget-wrap,
.elementor-column.thirdcol .elementor-widget {
    position: static;
}

.cusheader {
    z-index: 9;
}

.inpu+div {
    margin-top: 10px;
    font-weight: bold;
}

.pcs_wrap {
    width: 100%;
    font-size: 13px;
}

.cart_item_row .pcs_wrap+.image::before {
    padding-bottom: 0;
}

.inpu {
    font-size: 0;
    flex-wrap: wrap;
    display: flex;
}

.info_txt {
    margin-top: 15px;
    font-size: 13px;
}

/* Repeater Css */
ol.repeater {
    padding: 0px 0 5px;
    margin: 0;
}

ol.repeater:empty {
    display: none;
}

ol.repeater>li {
    padding: 1px 40px;
    position: relative;
    display: block;
    transition: background 0.4s;
    background: rgb(252 206 5 / 50%);
}

.repeater-actions {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 40px;
}

.repeater_item {
    background: rgb(252 206 5 / 70%);
    padding: 25px;
}

.repeater-actions a {
    display: block;
    padding: 5px 0;
    background: transparent;
    color: #f08023;
    transition: background .5s, color .5s;
}

ol.repeater>li:first-child>.repeater-actions .repeater-up,
ol.repeater>li:last-child>.repeater-actions .repeater-down {
    display: none;
}

.repeater-actions a:before {
    margin: 0 !important;
}

.repeater-actions a:hover {
    background: #fcce05;
    color: #fff;
    text-decoration: none;
}

.repeater .drag {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 40px;
    cursor: move;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

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

.repeater_item .row,
.dokan-price-block .row {
    display: flex;
    margin: 0 -10px;
}

.repeater_item .col3,
.dokan-price-block .col3 {
    width: 33.33%;
    padding: 0 10px;
}

.repeater_item .col,
.dokan-price-block .col {
    display: inline-block;
}

.dokan-dashboard .templates {
    display: none;
}

.custom_imagefilepreview {
    width: 70px;
    margin: 10px 0;
}

.custom_imagefilepreview img {
    width: 100%;
    height: auto;
}

.dokan-price-block .col .dokan-form-group {
    margin-bottom: 0;
}

.dokan-price-block {
    background-color: #f6f7f7;
    padding: 10px 15px 0;
}

.dokan-price-block .dokan-form-control {
    min-height: 17px;
    line-height: 17px;
}

.dokan-price-block:last-child {
    padding-bottom: 10px;
}

.dokan-form-group .has_error {
    color: #ff0000;
    margin-top: 5px;
    display: block;
}

.address_rows.row {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
}

.col2 {
    width: 50%;
}

.address_rows .col {
    padding: 0 15px;
    display: inline-block;
}

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

#map {
    margin-top: 30px;
    height: 500px;
}

.address_rows.row.address_latlng {
    margin-top: 40px;
}

.dokan-discount-options {
    display: none !important;
}

.product_type_hidden {
    opacity: 0;
    height: 0;
}

.dokan-form-group.dokan-product-type-container.hide_if_variable-subscription {
    display: none !important;
}

.address_rows .col4 {
    width: 25%;
}

.address_rows .col5 {
    width: 20%;
}

.discount_save {
    width: 100%;
    margin-top: 3px;
}

.discount_list {
    margin-top: 25px;
}

.discount_list .row {
    display: flex;
    flex-wrap: wrap;
}

.discount_list .col {
    display: inline-block;
    padding: 10px;
    background-color: #f6f7f7;
    text-align: center;
    border-left: 1px solid #fff;
}

.discount_list .col:first-child {
    border-left: none;
}

.discount_list .col4 {
    width: 25%;
}

.discount_list .col5 {
    width: 20%;
}

.discount_list .col span {
    font-weight: bold;
}

.list_discounts_row .row {
    border-top: 1px solid #fff;
}

.discount_list .list_discounts_row span {
    font-weight: 400;
}

.discount_no {
    padding: 10px;
    background-color: #f6f7f7;
    text-align: center;
    border-top: 1px solid #fff;
    font-weight: bold;
}

.discount_save.load {
    opacity: .5;
    pointer-events: none;
}

.discount_delete.load {
    opacity: .5;
    pointer-events: none;
}

.discount_list {
    position: relative;
}

.discount_list.loading .list_discounts_row {
    pointer-events: none;
    opacity: .5;
}

.discount_delete i {
    color: #000;
    transition: color .5s;
}

.discount_delete:hover i {
    color: #f05025;
}

.carousel-main img {
    display: block;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.downarrow {
    position: absolute;
    top: 6px;
    right: 5px;
}

.appr_none .dokan-form-control {
    appearance: none;
}

#new_attribute_terms .image_url {
    max-width: 150px;
    padding: 20px 0;
}

.dokan-attr-common.dokan-product-listing .dokan-product-listing-area .product-listing-top {
    border-bottom: none;
}

.dokan-attr-common table {
    border-top: 1px solid rgb(204 204 204 / 90%);
}

.configureterms {
    display: block;
    font-size: 13px;
}

.dokan-attr-common.dokan-product-listing .dokan-product-listing-area table.product-listing-table td {
    text-align: center;
}

.product-edit-new-container .dokan-attribute-variation-options .dokan-product-attribute-wrapper ul {
    margin-bottom: 20px;
}

.commn_load.load {
    pointer-events: none;
    opacity: .5;
}

.mylocation .woocommerce-Address-title {
    display: flex;
    align-items: center;
}

.mylocation .woocommerce-Address-title {
    display: flex;
    align-items: center;
}

.mycol2 {
    width: 50%;
    display: inline-block;
}

.add_adrs {
    text-align: right;
}

.mylocation h3 {
    margin: 0;
}

.mylocation .has_error {
    color: #ff0000;
    font-size: 13px;
    margin-top: 3px;
}

.custom_multi_address {
    font-size: 0;
    margin: 0 -25px;
}

.woocommerce .custom_multi_address .form-row {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    font-size: 12px;
    font-weight: 600;
    padding: 0 25px;
}

.woocommerce .custom_multi_address .form-row .required {
    width: 7px;
    height: 7px;
    background-color: #fdcd05;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    top: -2px;
}

.billing_address_heading {
    font-size: 17px;
    font-weight: 600;
    padding: 0 0px 10px 0px;
    border-bottom: 2px solid #fdcd05;
    margin: 0 25px 20px 25px !important;
}

.billing_address,
.shipping_address {
    margin-top: 20px;
}

.custom_required span {
    position: relative;
    padding-left: 15px;
}

.custom_required span:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 7px;
    height: 7px;
    background-color: #fdcd05;
    border-radius: 50%;
    transform: translateY(-50%);
}

.save_address_multiple_content {
    text-align: center;
}

.cusstom_address_0,
.cusstom_address_1 {
    width: 10px;
    height: 10px;
    background-color: #fdcd05;
    display: inline-block;
    border-radius: 50%;
}

.cusstom_address_1 {
    background-color: #00FF00;
}

.cusstom_address_2 {
    background-color: #fd0505;
}

.my_location_header {
    text-align: center;
    font-size: 14px;
}

.address_custom_button {
    background-color: #fdcd05;
    color: #000;
    padding: 3px 10px;
    width: 80px;
    display: inline-block;
}

.disabled {
    pointer-events: none;
    background-color: #E1E1E1 !important;
}

.all_address,
.my_location_header_buttons {
    margin-top: 10px;
}

.my_location_header_select {
    display: inline-block;
    width: 200px;
    padding: 3px 5px;
    border-radius: 15px;
    border: 2px solid #fdcd05;
}

.my_location_header_select:focus {
    border: 2px solid #fdcd05;
}

#map-canvas-address {
    width: 100%;
    height: 450px;
}

.save_address_multiple_button {
    color: #000000;
    background: #fdcd05;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    font-family: "Mulish";
    display: inline-block;
    margin-top: 20px;
    padding: .618em 2em;
    font-weight: 700;
    border-radius: 3px;
    border: 0;
}

/* <-----------------------------------------------------------------------------------location_ico--------------------------------------------------------------------------> */

.mlw_row {
    font-size: 0;
}

.mlw_col {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
}

.col_10 {
    width: 10%;
}

.col_90 {
    width: 90%;
}

.location_mlw {
    width: 100%;
    height: auto;
    margin: 0 -10px;
}

.mlw_city_country {
    font-size: 18px;
    font-weight: 700;
}

.mlw_street {
    font-size: 16px;
    padding: 5px 0 0 15px;
}

.mlw_button {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px solid var(--e-global-color-accent);
}

.mlw_button_clear,
.pls_address .select_address_loc {
    background-color: var(--e-global-color-accent);
    color: var(--e-global-color-text);
    padding: 10px 20px;
    text-align: center;
    font-size: 14px;
    display: inline-block;
    transition: all .2s ease;
}

.mlw_button_clear:hover,
.pls_address .select_address_loc:hover {
    background-color: var(--e-global-color-text);
    color: var(--e-global-color-accent);
}

.desc_footer {
    padding-top: 20px;
    font-size: 0;
}

.mlw_desc_icon {
    font-size: 30px;
}

.mlw_desc {
    font-size: 14px;
}

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

.right_links input[type=radio] ~ span {
    background-color: transparent;
    border: 2px solid #fdcd05;
    border-radius: 50%;
    padding: 8px;
    font-size: 1px;
    position: relative;
}

.right_links input[type=radio] ~ span::after {
    background-color: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: "";
    transform: translate(-50%, -50%);
    transition: all 100ms linear;
}

.right_links input[type=radio]:checked ~ span::after {
    background-color: #000;
}

.right_links input[type=radio].checked ~ span::after {
    background-color: #000;
}

.location_ico_close {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    margin-top: -10px;
}

.location_ico_close::before,
.location_ico_close::after {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 100%;
    height: 2px;
    background-color: var(--e-global-color-text);
    transform: rotate(45deg);
}

.location_ico_close::after {
    transform: rotate(-45deg);
}

.mlw_row+.mlw_row {
    padding-top: 20px;
}

.mlw_button_add {
    background-color: #fdcd05;
    border: 1px solid #fdcd05;
    color: #000000;
    padding: 10px 20px;
    display: inline-block;
    transition: all .2s ease;
}

.mlw_button_add:hover {
    background-color: transparent;
    color: #fdcd05;
}

.mlw_no_address {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 20px 75px 20px;
}

.mlw_content_row {
    max-height: 230px;
    overflow-x: auto;
}

.mlw_content_row::-webkit-scrollbar {
    width: 10px;
}

.mlw_content_row::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.mlw_content_row::-webkit-scrollbar-thumb {
    background: var(--e-global-color-accent);
}

.mlw_content_row::-webkit-scrollbar-thumb:hover {
    background: var(--e-global-color-accent);
}

/* <-----------------------------------------------------------------------------------address page chsnges--------------------------------------------------------------------------> */
.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0px;
}

.elementor-9 .elementor-element.elementor-element-7f540ba .elementor-spacer-inner {
    height: 0;
}

.my_location_header h3 {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid var(--e-global-color-accent);
    padding: 0 0 5px 0;
}

.all_address {
    padding-top: 20px;
}

.col_60 {
    width: 60%;
}

.col_40 {
    width: 40%;
}

.col_20 {
    width: 20%;
}

.col_35 {
    width: 35%;
}

.col_25 {
    width: 25%;
}

.col_80 {
    width: 80%;
}

.all_address_header {
    font-size: 0;
    margin: -2px -10px;
    position: relative;
}

.all_address_header::before {
    content: '';
    position: absolute;
    background-color: #000000;
    width: 98%;
    height: 2px;
    bottom: 0;
    left: 0;
}

.address_table_body {
    font-size: 0;
    margin: -2px -10px;
    padding-top: 5px;
}

.col_add {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    text-align: center;
    padding: 2px 10px;
}

.desc_all_address {
    font-size: 0;
    width: 40%;
    margin-left: 60%;
    padding: 100px 0 20px 0;
}

.bold_add {
    font-weight: bold;
}

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

.multi_address input[type=radio]+span.radio_cus {
    background-color: transparent;
    border: 2px solid #fdcd05;
    border-radius: 50%;
    padding: 5px;
    font-size: 1px;
    position: relative;
    content: "";
    vertical-align: middle;
    margin: 0 8px 5px 0;
}

.multi_address input[type=radio]:checked+span.radio_cus::after {
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    content: "";
    transform: translate(-50%, -50%);
}

.multi_address label {
    line-height: 1.6;
    padding-left: 15px;
}

span.circle_add:before {
    background-color: #fdcd05;
    border-radius: 50%;
    content: "";
    transform: translate(-50%, -50%);
    padding: 5px;
    font-size: 1px;
    vertical-align: middle;
    margin: 0 0 0 5px;
}

span.circle_add_l:before {
    background-color: #fd0505;
    border-radius: 50%;
    content: "";
    transform: translate(-50%, -50%);
    padding: 5px;
    font-size: 1px;
    vertical-align: middle;
    margin: 0 0 0 5px;
}

span.circle_add_g:before {
    background-color: #00FF00;
    border-radius: 50%;
    content: "";
    transform: translate(-50%, -50%);
    padding: 5px;
    font-size: 1px;
    vertical-align: middle;
    margin: 0 0 0 5px;
}

.multi_address {
    text-align: left;
}

.col_ad {
    display: inline-block;
    vertical-align: middle;
    font-size: 0px;
    text-align: center;
    padding: 2px 10px;
}

.dropbtn {
    display: inline-block;
    width: 200px;
    padding: 3px 5px;
    border-radius: 15px;
    border: 2px solid #fdcd05;
    text-align: left;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #FFFFFF;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    z-index: 1;
    font-size: 14px;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #fdcd05;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover label.dropbtn:before {
    transform: rotate(-180deg);
}

label.dropbtn:before {
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 10px;
    top: 5px;
    transition: all .5s ease;
}

.cusstom_address_default {
    width: 10px;
    height: 10px;
    border: 2px solid #E1E1E1;
    display: inline-block;
    border-radius: 50%;
}

.dropdown-content .filter_address_list:first-child {
    border-radius: 15px 15px 0 0;
}

.dropdown-content .filter_address_list:last-child {
    border-radius: 0 0 15px 15px;
}

.cusstom_address_0.cusstom_address_default {
    border: none;
}

.cusstom_address_1.cusstom_address_default {
    border: none;
}

/*<------------------------------------------------------------------------addformchanges--------------------------------------------------------------------------------------------->*/
.mylocation .c {
    width: 530px;
    margin: auto;
    float: none;
    padding: 0 0 40px 0;
}

h3.bor_bot {
    border-bottom: 2px solid #FDCD05;
    padding: 0 0 10px 0;
    font-size: 18px;
    font-weight: 700;
}

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

.row {
    font-size: 0;
    margin: 0 -10px;
    ;
}

.col {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
}

.col_30 {
    width: 30%;
}

.custom_checkboxes {
    padding: 20px 35px 0 35px;
}

.custom_checkbox {
    display: none;
}

.custom_checkboxes input[type=checkbox]+span.check_ratio {
    background-color: transparent;
    border: 2px solid #E1E1E1;
    border-radius: 50%;
    padding: 5px;
    font-size: 1px;
    position: relative;
    content: "";
    vertical-align: middle;
    margin: 0px 0px 0px 5px;
}

.custom_checkboxes input[type=checkbox]:checked+span.check_ratio::after {
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    content: "";
    transform: translate(-50%, -50%);
}

select.alias {
    font-size: 12px;
}

select#country {
    font-size: 12px;
}

.mylocation .woocommerce-address-fields .input-text {
    font-size: 12px
}

.woocommerce-address-fields {
    padding-top: 40px;
}

.location_verified, .location_unverified, .location_verified_hidden {
    text-align: center;
    padding-top: 25px;
}

.re_verify_Location, .cusstom_address_2 {
    padding: 5px;
    background-color: #fdcd05;
    border: 2px solid transparent;
    margin-left: 20px;
    transition: all .2s ease;
    color: #000000 !important;
    display: inline-block;
}

.re_verify_Location:hover, .cusstom_address_2:hover {
    background-color: transparent;
    color: #fdcd05 !important;
    border: 2px solid #fdcd05;
}

.my_loco_btn {
    border: 2px solid #fdcd05;
    color: #000000;
    padding: 0 20px;
    display: inline-block;
    transition: all .2s ease;
    font-size: 14px;
    font-weight: bold;
    background-color: #fdcd05;
    margin: 0px;
    line-height: 30px;
    border-radius: 3px;
    font-family: "Mulish";
}

.margin_l {
    margin-left: 25px;
}

.my_loco_btn:hover {
    background-color: transparent;
    color: #fdcd05;
}

.text_r {
    text-align: right;
}

.map_popup {
    display: none;
}

.popup_cont .map_popup {
    display: block;
}

.col_70 {
    width: 70%;
}

.map_wrap .col {
    vertical-align: top;
}

/* product list */
.product_lit img {
    height: 75px;
    object-fit: contain;
}

.prdt_grdd {
    display: inline-block;
    line-height: 1;
    color: #000;
}

.product_lit .prdt_dist {
    padding-top: 10px;
    font-size: 14px;
    color: red;
}

.product_lit {
    display: block;
    margin-top: 25px;
    padding-left: 15px;
}

.prdt_name {
    font-size: 17px;
    font-weight: bold;
    transition: all 0.4s ease;
}

.product_lit:hover .prdt_name {
    color: #fdcd05;
}

.pls_address span {
    display: block;
    text-align: center;
}

.pls_address .select_address_loc {
    margin-top: 30px;
}

.select_addr_btn {
    text-align: center;
}

.right_links .link.cart_ico, .right_links .link.wishlist_ico {
    /* margin-right: 20px; */
}

.minicart_form+.minicart_form, .wishlist_form+.wishlist_form {
    padding-top: 20px;
}

.minicart_form, .wishlist_form {
    padding-bottom: 20px;
    border-bottom: 2px solid #fdcd05;
    ;
}

.map_popup .gmnoprint .gm-style-mtc {
    display: none;
}

.custom_c {
    max-width: 1640px;
    margin: auto;
    padding: 0 30px;
}

.map_wrap .gcol:first-child {
    width: 62%;
}

.map_wrap .gcol:last-child {
    width: 38%;
}

.products_list_distance {
    height: 550px;
    overflow: hidden;
    overflow-y: scroll;
}

.prdt_grdd ._det {
    font-size: 14px;
}

.prod_det ._det {
    padding-top: 5px;
}

.prdt_grdd .pr_det {
    padding-top: 10px;
}

.pr_det ._pri {
    font-size: 16px;
    padding-top: 5px;
}

.product_lit .grcol {
    display: inline-block;
    vertical-align: middle;
    padding: 0 8px;
    word-break: break-all;
}

.product_lit .grcol:first-child {
    width: 25%;
}

.product_lit .grcol:nth-child(2) {
    width: 50%;
}

.product_lit .grcol:nth-child(3) {
    width: 25%;
}

.product_lit .grrow {
    font-size: 0;
    margin: 0 -8px;
}

.product_lit ._km {
    font-size: 16px;
    color: #fdcd05;
}

.products_list_distance::-webkit-scrollbar {
    width: 8px;
}

/*.products_list_distance::-webkit-scrollbar-track {
    background-color: transparent;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #f1f1f1;
}*/
.products_list_distance::-webkit-scrollbar-thumb {
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background: #fdcd05;
}

.products_list_distance .product_lit:first-child {
    margin-top: 0;
}

.products_list_distance .product_lit {
    position: relative;
}

.products_list_distance .product_lit.active:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 6px;
    height: 90%;
    border-radius: 5px;
    background-color: #fdcd05;
}

.map_wrap .col {
    padding: 0 5px;
}

.map_wrap .row {
    margin: 0 -5px;
}

/* AC */
.section_padding {
    padding: 60px 0 60px 0;
}
a {
    display: inline-block;
}
.banner {
    position: relative;
    height: 500px;
    border-bottom: 3px solid black;
}
.logo .img::before {
    content: '';
    display: block;
    padding-bottom: 100%;
}
.logo_with_text {
    top: 0;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    height: auto;
    padding-top: 50px;
}
.img {
    height: auto;
    width: 100%;
}

/* Oliver took this out on: 2024-01-18 - It is not useful as it overwrites many fonts. 
.title {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-size: 32px;
    text-align: center;
    color: #000;
    font-weight: 600;
}
*/

/* Login - Register */
.login_register_header {
    text-align: center;
    font-size: 24px; /* Example size, adjust as needed */
    padding: 20px; /* Example padding, adjust as needed */
    /* Add more styling as required */
}

.rating {
    font-size: 14px;
    margin-bottom: 20px;
    color: #fff;
}
.rating .fa:last-child {
    color: rgb(250, 233, 0);
}
.logo_with_text .img {
    border-radius: 100px;
    border: 2px solid #ffe600;
    width: 200px;
    background-color: #ffffff;
    margin: auto;
    position: relative;
    overflow: hidden;
}
.logo_with_text .btn {
    background: #fdcd05;
    padding: 10px 40px;
    border-radius: 5px;
    transition: 0.5s;
    color: #000;

}
.btn:hover {
    background-color: #000000;
    color: #fff;
}
.btn_text {
    font-family: "Mulish", Sans-serif;
    font-size: 16px;
    font-weight: 600;
}
.banner .image:after {
    height: 100%;
    width: auto;
}
.banner .btn {
    color: #000000;
    padding: 20px 70px;
}
.banner .btn:hover{
    color: #fff !important;
    background-color: #000;
}
.logo {
    position: relative;
}
.header_logo img {
    width: 60%;
    height: auto;
}
.header_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}
.store_about .section_padding {
    border-top: 3px solid black;
}
.description {
    font-size: 16px;
    color: #000;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    ;
    padding: 0 60px;
}
.content_with_image {
    overflow: hidden;
}
.content_with_image .image {
    padding-top: 58%;
}
.col {
    display: inline-block;
}
.row {
    font-size: 0;
}
.col_2 {
    width: 50%;
}
.content_with_image_2 {
    overflow: hidden;
    padding-top: 50px;
}
.content_with_image_2 .image {
    padding-top: 58%;
}
.content_with_image_2 .col_2 {
    padding: 0 30px;
}
.content_with_image .col_2 {
    padding: 0 30px;
}
.grad1 {
    background-image: linear-gradient(to left, rgb(255 255 255)39%,transparent 70%), url(/wp-content/uploads/2021/07/Untitled-2.jpg);
    background-size: cover;
}
.content_with_image_2 .grad1 {
    background-image: linear-gradient(to right, rgb(255 255 255)39%,transparent 70%), url(/wp-content/uploads/2021/07/Untitled-2.jpg);
    }
.border {
    border-top: 4px solid transparent;
}
.bg_color_overlay {
    background-color: rgb(0 0 0 / 50%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.h3 {
    font-size: 45px;
    font-weight: 600;
    font-family: sans-serif;
    color: #fff;
    padding-top: 10px;
}
.content_with_image_2 .description {
    padding: 20px 0;
}
.content_with_image .description {
    padding: 20px 0px;
}
.grad2 {

        background: linear-gradient(to right, rgb(0 0 0) 25%, rgb(255 255 255)60%);
}
.content_with_image_2 .grad2{
        background: linear-gradient(to left, rgb(0 0 0) 25%, rgb(255 255 255)60%);
}
.c {
    max-width: 1140px;
    margin: auto;
    padding-left: 60px;
    padding-right: 60px;
}


.myaccount_tab2{
    list-style-type:none;display:inline-block;color:black;
    padding-left: 5px;
}

input[type="radio"]:checked{
    accent-color: #af900f63!important; 
}

div#customer_login .com_form form button{
    font-size: 18px!important;
    font-weight: 100;
}
  
div#customer_login .com_form form button{
    padding: 10px!important;
}

.myaccount_tab2 a{
    border-radius:10px!important;
    color:black!important;
    padding: 10px 50px!important;
}


.has-scrolled .sticky_searchbar,.has-scrolled .elementor-element-a87de94 {
    /* top: 90px; */
    transform:  translateY(0);
}
.cusheader .elementor-nav-menu{
    flex: 1;
    justify-content: center;
}

.sticky_searchbar .elementor-column:last-child .elementor-widget-shortcode{
    height: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: end;
    position: static;
}
.sku_shop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.ti_whishlist{
    position: relative;
}
.pr_review {
    margin-bottom: 10px;
}
.woocommerce div.product.elementor .pr_review .star-rating {
    margin-top: 0;
    float: none;
    display: inline-block;
    vertical-align: middle;
}
.star-count {
    font-size: 15px;
    display: inline-block;
    padding-left: 5px;
    margin-bottom: 0;
    vertical-align: middle;
}
.dokan-settings-area .dokan-form-horizontal label {
    display: inline-block;
    display: flex;
    align-items: center;
}
.dokan-settings-area .dokan-form-control + span.cust_label, 
.dokan-settings-area .dokan-form-control {
    display: inline-block;
    white-space: nowrap;
}
.dokan-settings-area .dokan-form-horizontal label + label{
    margin-left: 30px;
}
.dokan-settings-area .dokan-form-control + span.cust_label {
    margin-left: 5px;
}
.store_products {
    padding: 60px 0;
}

.sticky_searchbar .elementor-column,
.sticky_searchbar .elementor-widget-wrap,  

.sticky_searchbar2 .elementor-column,
.sticky_searchbar2 .elementor-widget-wrap {
    position: static;
}

.sticky_searchbar .mini_cart_wrap, .sticky_searchbar .mini_wishlist_wrap{
    margin-top: 0 !important;
}
.s_heart {
    font-size: 20px !important;
}
.grid_hover:hover{
   border: 5px solid #fcce05;
   padding: 0;
} 
.grid_hover{
   padding: 5px;
} 
.top_ti_whishlist .yith-wcwl-add-to-wishlist{
   top: 5px;
   left: 5px;
   right: auto;
   z-index: 999;
   transform: none;
}
.top_ti_whishlist .ti_whishlist{
    position: inherit;
}
.s_sub_title{
    margin-top: 5px;
    display: inline-block;
    font-size: 13px;
    color: #000;
    font-family: "Mulish", sans-serif;
}
.s_sub_2_title{
    display: block;
    font-size: 13px;
    margin-top: 5px;
    color: #000;
    font-weight: 400;
    font-family: "Mulish", sans-serif;
}
.search_img .cont_meta{
    text-align: center;
}
.search_img .star-rating{
    margin: auto;
    margin-top: 10px;
    margin-bottom: 15px;
}
.s_percent {
    font-size: 16px;
    background-color: #fcce05;
    padding: 2px 7px 5px;
    display: inline;
    border-radius: 1px 1px 7px 7px;
    position: absolute;
    top: 0;
    right: 0;
}

.search_img{
    position: relative;
}
.home_add_cls ._col{
    width: 25%;
}
.fa-heart-o:before {
    color: #000;
}
.search_img .cont_meta .s_price del {
    color: #fcce05;
    font-size: 14px;
}
.search_img .cont_meta .s_price ins {
    color: #000;
}
.search_img .cont_meta .s_price {
    display: flex;
    flex-direction: column-reverse;
}
.search_img .cont_meta .s_price del span {
    color: #000;
}

