/*scss config 8-may by akha*/

.product_list_horizontal .product_box {
    position: relative;
    display: flex;
    padding-bottom: 15px;
    margin-bottom: 30px;
    flex-wrap: nowrap;
}

.product_list_horizontal .product_box .horizontal_detail_box {
    position: relative;
    height: 100%;
}

.product_list_horizontal .product_box .horizontal_detail_box .product_simple_description {
    color: #605e5e;
}

.product_list_horizontal .product_box .horizontal_detail_bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    padding-bottom: 10px;
}

.product_list_horizontal .product_box .product_img {
    flex: 0 1 40%;
    margin-bottom: 0px;
}

.product_list_horizontal .product_box .img_frame {
    position: relative;
    width: 100%;
    padding-top: 300px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    overflow: hidden;
}

.product_list_horizontal .product_box .img_frame img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.2s ease-in-out;
}

.product_list_horizontal .product_box .img_frame img:first-child {
    z-index: 10;
}

.product_list_horizontal .product_box .img_frame img:nth-child(2) {
    z-index: 0;
}

.product_list_horizontal .product_box .img_frame .status {
    position: absolute;
    top: 0;
    right: 0;
}

.product_list_horizontal .product_box .img_frame .offer {
    width: 40px;
    height: 20px;
    z-index: 1;
    margin: 5px;
    padding: 5px;
    background-color: orange;
}

.product_list_horizontal .product_box .img_frame .offer::after {
    position: absolute;
    content: "Offer";
    color: white;
    top: 3px;
    right: 3px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 400;
}

.product_list_horizontal .product_box .img_frame .new {
    width: 40px;
    height: 20px;
    z-index: 1;
    margin: 5px;
    padding: 5px;
    background-color: #212529;
}

.product_list_horizontal .product_box .img_frame .new::after {
    position: absolute;
    content: "new";
    color: white;
    top: 3px;
    right: 8px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 400;
}

.product_list_horizontal .product_box .img_frame .compare_check_box {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    opacity: 0;
}

.product_list_horizontal .product_box .img_frame .compare_check_box input[type=checkbox]+label:before {
    display: flex;
    content: "\f0c8";
    font-family: "Font Awesome 5 Free";
    font-weight: 450;
    color: #212529;
    font-size: 0.85rem;
    justify-content: end;
}

.product_list_horizontal .product_box .img_frame .compare_check_box input[type=checkbox]:checked+label:before {
    display: flex;
    content: "\f14a";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #212529;
    font-size: 0.85rem;
    justify-content: end;
}

.product_list_horizontal .product_box .img_frame .compare_check_box .icon {
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
}

.product_list_horizontal .product_box .whatsapp_wrapper {
    text-align: left;
}

.product_list_horizontal .product_box .whatsapp_wrapper i {
    color: #34a853;
}

.product_list_horizontal .product_box .whatsapp_wrapper a {
    color: #333;
}

.product_list_horizontal .product_box .promotion_campaigns_frame img {
    position: absolute;
    z-index: 13;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product_list_horizontal .product_box .product_des {
    flex: 0 1 60%;
    padding: 0px 30px;
    padding-right: 10px;
}

.product_list_horizontal .product_box .product_des .price {
    text-align: right;
    margin-bottom: 10px;
}

.product_list_horizontal .product_box .product_des .title {
    font-size: 18px;
    text-align: left;
    color: #333;
    margin-bottom: 5px;
}

.product_list_horizontal .product_box .product_des .title a {
    color: #333;
    text-decoration: none;
    word-wrap: break-word;
    font-weight: bold;
}

.product_list_horizontal .product_box .product_des .title a:hover {
    color: #212529;
}

.product_list_horizontal .product_box .product_des .title small {
    text-decoration: line-through;
    white-space: nowrap;
}

.product_list_horizontal .product_box .product_des .out_of_stock {
    color: rgba(255, 0, 0, 0.9);
    font-size: 80%;
    font-weight: bold;
    margin-bottom: 10px;
}

.product_list_horizontal .product_box:hover .img_frame .compare_check_box {
    opacity: 1;
}

.product_list_horizontal .product_box:hover .img_frame img:first-child {
    z-index: 1;
}

.product_list_horizontal .product_box:hover .img_frame img:nth-child(2) {
    z-index: 2;
}

@media only screen and (max-width: 768px) {
    .product_list_horizontal .product_box .img_frame {
        padding-top: 100% !important;
    }
    .product_list_horizontal .product_box .product_des .title {
        font-size: 14px;
    }
    .product_list_horizontal .product_box .horizontal_detail_box .product_simple_description {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .product_list_horizontal .product_box .product_des {
        padding: 0 15px !important;
    }
}

.category_menu_3 {
    margin-bottom: 10px;
}

.category_menu_3 .title {
    font-size: 1rem;
    font-weight: 700;
    white-space: normal;
    margin-bottom: 10px;
    overflow: visible;
    text-overflow: initial;
    display: flex;
}

@media screen and (max-width: 992px) {
    .category_menu_3 .title:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f061";
        margin-left: auto;
        font-size: 15px;
        margin-top: auto;
        margin-bottom: auto;
        transition: all 0.3s ease-in-out;
        color: #212529;
    }
    .category_menu_3 .title[aria-expanded="true"]:after {
        transform: rotate(90deg);
    }
}

.category_menu_3 .main_title {
    padding: 8px 10px;
    display: flex;
    flex-direction: row;
    text-transform: uppercase;
    color: #333;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    align-items: center;
}

.category_menu_3 .main_title:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    margin-right: 5px;
    font-size: 9px;
    opacity: 0.5;
}

.category_menu_3 .main_title:hover {
    color: #212529;
}

.category_menu_3 .dropdown-toggle::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f067";
    margin-left: auto;
    border: none;
}

.category_menu_3 .dropdown-toggle {
    white-space: normal;
}

.category_menu_3 .main_title[aria-expanded="true"] {
    filter: grayscale(0%);
}

.category_menu_3 .main_title[aria-expanded="true"]:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f068";
    margin-left: auto;
}

.category_menu_3 .brand_panel {
    margin-left: 20px;
    margin-bottom: 0px;
}

.category_menu_3 .brand_panel li {
    margin-bottom: 5px;
}

.category_menu_3 .brand_panel li a {
    text-decoration: none;
    padding-right: 10px;
    color: #333;
}

.category_menu_3 .brand_panel li a:hover {
    color: #212529;
}

.category_menu_3 .brand_panel li .active {
    color: #212529;
    filter: grayscale(0%);
}

.category_menu_3 .brand_panel .subsub_li {
    padding: 5px 0;
}

.category_menu_3 .brand_panel .main_title {
    padding-right: 10px;
    padding-left: 5px;
    text-transform: capitalize;
    text-decoration: none;
}

.category_menu_3 .brand_panel .main_title:before {
    content: " ";
    margin-right: 0px;
}

.brand_menu_2 {
    margin-bottom: 1.5rem;
}

.brand_menu_2 .brand_title {
    background-color: #fafafa;
    padding: 10px 0;
    display: flex;
    flex-direction: row;
    transition: all 0.3s ease-in-out;
}

.brand_menu_2 .brand_title i {
    color: #212529;
    transition: all 0.3s ease-in-out;
}

.brand_menu_2 .brand_title:hover {
    filter: grayscale(0%);
}

.brand_menu_2 .brand_title[aria-expanded="true"] i {
    transform: rotate(90deg);
}

.brand_menu_2 .side_brand_panel {
    border-top: 1px solid #ddd;
    padding: 5px 10px;
    background-color: #f5f5f5;
    max-height: 250px;
    overflow-y: auto;
    color: #333;
}

.brand_menu_2 .side_brand_panel .custom-control-label {
    cursor: pointer;
}

.brand_menu_2 .custom-control-input:checked~.custom-control-label::before {
    color: #333;
    border-color: #212529;
    background-color: #212529;
}

.recent_view_product {
    margin-bottom: 1.5rem;
    overflow-x: hidden;
}

.recent_view_product .img_frame {
    position: relative;
    width: 75px;
    height: 75px;
    border: 1px solid #dbdbdb;
    overflow: hidden;
}

@media all and (min-width: 992px) {
    .recent_view_product .img_frame {
        min-width: 75px;
    }
}

.recent_view_product .img_frame img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    object-fit: contain;
}

.recent_view_product .recent_view_product_item .product_title {
    font-size: 90%;
    margin: 0 6px;
    height: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.recent_view_product .recent_view_product_item a {
    color: #333;
    /*		text-decoration: underline;*/
}

.recent_view_product .recent_view_product_item {
    margin-bottom: 1rem;
}

.ws_recent_view_product .img_frame {
    position: relative;
    width: 175px;
    height: 175px;
    min-width: 175px;
    box-shadow: 0 0 1px #000;
    overflow: hidden;
}

.ws_recent_view_product .img_frame img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    object-fit: contain;
}

.ws_recent_view_product .ws_recent_view_product_item {
    margin-bottom: 1rem;
    position: relative;
}

.ws_recent_view_product .ws_recent_view_product_item .view_date {
    position: absolute;
    bottom: 0;
    right: 0;
}

.ws_recent_view_product .ws_recent_view_product_item .product_title {
    margin: 0 15px;
    height: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ws_recent_view_product .ws_recent_view_product_item a {
    color: #333;
    /*		text-decoration: underline;*/
}

.ws_recent_view_product .ws_recent_view_product_item .view_date {
    font-style: italic;
    color: rgba(51, 51, 51, 0.6);
}

@media only screen and (max-width: 600px) {
    .recent_view_product {
        display: flex;
    }
    .recent_view_product .product_title {
        display: none !important;
    }
    .recent_view_product .recent_view_product_item {
        margin-bottom: 0;
        width: 20%;
    }
    .recent_view_product .img_frame {
        width: 100%;
        height: 75px;
    }
}

.category_list_type4 {
    margin-bottom: 10px;
}

.category_list_type4 .category_box {
    text-align: center;
    text-decoration: none;
    margin-bottom: 1.5rem;
    color: black;
}

.category_list_type4 .category_box .img_frame {
    position: relative;
    padding-bottom: 100%;
    /* 16:9 */
    height: 0;
    overflow: hidden;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.category_list_type4 .category_box .img_frame:hover img {
    width: 110%;
    height: 110%;
    transform-origin: center;
}

.category_list_type4 .category_box .img_frame img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.2s ease-in-out;
}

.category_list_type4 .category_box h6 {
    margin-top: 0.5rem;
    margin-bottom: 0px;
}

.category_list_type4 .category_box p {
    color: grey;
}

.category_list_type4 .view_all .view_all_frame {
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
    height: 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
}

.category_list_type4 .view_all .view_all_frame .all {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.2s ease-in-out;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    overflow: hidden;
    justify-content: center;
}

.category_list_type4 .view_all .view_all_frame .all .view_all_img_frame {
    position: relative;
    flex: 1;
    min-width: 33.33%;
    min-height: 33.33%;
    width: 50%;
    height: auto;
    overflow: hidden;
}

.category_list_type4 .view_all .view_all_frame .all .view_all_img_frame img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: all 0.2s ease-in-out;
}

.category_list_type4 .view_all .view_all_frame:hover .all .view_all_img_frame img {
    height: 120%;
    width: 120%;
}

.slider_banner .slick-prev {
    z-index: 99;
    left: 25px;
}

.slider_banner .slick-prev:before {
    content: '';
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ0My41MiA0NDMuNTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ0My41MiA0NDMuNTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik0xNDMuNDkyLDIyMS44NjNMMzM2LjIyNiwyOS4xMjljNi42NjMtNi42NjQsNi42NjMtMTcuNDY4LDAtMjQuMTMyYy02LjY2NS02LjY2Mi0xNy40NjgtNi42NjItMjQuMTMyLDBsLTIwNC44LDIwNC44ICAgIGMtNi42NjIsNi42NjQtNi42NjIsMTcuNDY4LDAsMjQuMTMybDIwNC44LDIwNC44YzYuNzgsNi41NDgsMTcuNTg0LDYuMzYsMjQuMTMyLTAuNDJjNi4zODctNi42MTQsNi4zODctMTcuMDk5LDAtMjMuNzEyICAgIEwxNDMuNDkyLDIyMS44NjN6IiBmaWxsPSIjMDAwMDAwIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -999px;
    display: inline-block;
    filter: brightness(0) invert(1);
}

.slider_banner .slick-next {
    right: 25px;
}

.slider_banner .slick-next:before {
    content: '';
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxMi4wMDIgNTEyLjAwMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyLjAwMiA1MTIuMDAyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4Ij4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNMzg4LjQyNSwyNDEuOTUxTDE1MS42MDksNS43OWMtNy43NTktNy43MzMtMjAuMzIxLTcuNzItMjguMDY3LDAuMDRjLTcuNzQsNy43NTktNy43MiwyMC4zMjgsMC4wNCwyOC4wNjdsMjIyLjcyLDIyMi4xMDUgICAgTDEyMy41NzQsNDc4LjEwNmMtNy43NTksNy43NC03Ljc3OSwyMC4zMDEtMC4wNCwyOC4wNjFjMy44ODMsMy44OSw4Ljk3LDUuODM1LDE0LjA1Nyw1LjgzNWM1LjA3NCwwLDEwLjE0MS0xLjkzMiwxNC4wMTctNS43OTUgICAgbDIzNi44MTctMjM2LjE1NWMzLjczNy0zLjcxOCw1LjgzNC04Ljc3OCw1LjgzNC0xNC4wNVMzOTIuMTU2LDI0NS42NzYsMzg4LjQyNSwyNDEuOTUxeiIgZmlsbD0iIzAwMDAwMCIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -999px;
    display: inline-block;
    filter: brightness(0) invert(1);
}

.contact_us_type3 .google_map {
    min-height: 450px;
}

.contact_us_type3 .hpform {
    /*
   .fileupload {
   margin-bottom: 9px;
   position: absolute;
   top: 65%;
   left: 50%;
   margin: 0 auto;
   text-overflow: ellipsis;
   overflow: hidden;
   width: 80%;
   line-height: 1.2;
   white-space: nowrap;
   @include prefix(transition, all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55));
   -webkit-transition-delay: 1.2s;
   transition-delay: 1.2s;
   transform: translate(-50%);
   .uneditable-input {
   display: inline-block;
   margin-bottom: 0px;
   vertical-align: middle;
   cursor: text;
   }
   .thumbnail {
   overflow: hidden;
   display: inline-block;
   margin-bottom: 5px;
   vertical-align: middle;
   text-align: center;
   }
   .thumbnail>img {
   display: inline-block;
   vertical-align: middle;
   max-height: 100%;
   }
   .btn {
   vertical-align: middle;
   }
   }
   .hide-text {
   font: 0/0 a;
   color: transparent;
   text-shadow: none;
   background-color: transparent;
   border: 0;
   }
   .input-block-level {
   display: block;
   width: 100%;
   min-height: 30px;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   }
   .btn-file {
   overflow: hidden;
   position: relative;
   vertical-align: middle;
   }
   .btn-file>input {
   position: absolute;
   top: 0;
   right: 0;
   margin: 0;
   opacity: 0;
   filter: alpha(opacity=0);
   transform: translate(-300px, 0) scale(4);
   font-size: 23px;
   direction: ltr;
   cursor: pointer;
   }
   .fileupload-exists .fileupload-new,
   .fileupload-new .fileupload-exists {
   display: none;
   }
   .fileupload-inline .fileupload-controls {
   display: inline;
   }
   .fileupload-new .input-append .btn-file {
   -webkit-border-radius: 0 3px 3px 0;
   -moz-border-radius: 0 3px 3px 0;
   border-radius: 0 3px 3px 0;
   }
   .thumbnail-borderless .thumbnail {
   border: none;
   padding: 0;
   -webkit-border-radius: 0;
   -moz-border-radius: 0;
   border-radius: 0;
   -webkit-box-shadow: none;
   -moz-box-shadow: none;
   box-shadow: none;
   }
   .fileupload-new.thumbnail-borderless .thumbnail {
   border: 1px solid #ddd;
   }
   // File Upload Css End
   */
}

.contact_us_type3 .hpform .form-group {
    width: 100%;
}

.contact_us_type3 .hpform .form-group .form-control {
    margin-top: 15px;
    border-radius: 20px;
}

.contact_us_type3 .hpform .form-group textarea {
    max-height: 130px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.contact_us_type3 .hpform .form-group .btn {
    border-radius: 20px;
}

.contact_us_type3 .hpform .form-group .btn-success {
    background-color: #212529;
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes bounce-in-fwd {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    38% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }
    55% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    72% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    81% {
        -webkit-transform: scale(0.84);
        transform: scale(0.84);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    89% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    95% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@keyframes text-focus-in {
    0% {
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
    }
    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}

.latest_new_detail {
    min-height: 90vh;
}

.latest_new_detail .main_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation-delay: 0.5s;
    max-height: 550px;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.latest_new_detail .main_img .slick-list {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.latest_new_detail .slick-dotted {
    position: relative !important;
    margin-bottom: 15px;
}

.latest_new_detail .title {
    color: #4169e1;
    animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
    animation-delay: 0.5s;
}

.latest_new_detail .content {
    overflow: auto;
    color: black;
}

.latest_new_detail .content img {
    max-width: 100% !important;
    height: auto !important;
    object-fit: contain;
}

.latest_new_detail .content div {
    max-width: 100% !important;
}

.latest_new_detail .date {
    font-style: italic;
    float: right;
    opacity: 0.7;
    position: relative;
}

.latest_new_detail .date::before {
    content: "";
    position: absolute;
    top: 55%;
    width: 20px;
    background-color: black;
    opacity: 0.7;
    height: 1px;
    right: 100%;
}

.latest_new_detail .related-latest-news-title {
    font-weight: bold;
    line-height: 2rem;
}

.latest_new_detail .related-latest-news-items .post-img {
    width: 90px;
    height: 90px;
}

.latest_new_detail .related-latest-news-items {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.latest_new_detail .related-latest-news-items .post-img img {
    width: 90px;
    height: 90px;
    object-fit: contain;
}

.latest_new_detail .related-latest-news-items .post-text {
    padding-left: 12px;
}

.latest_new_detail .related-latest-news-items .post-text a {
    font-size: 13px;
    font-weight: 400;
    color: #333;
}

.latest_new_detail .related-latest-news-items .post-meta {
    display: flex;
    margin-top: 8px;
}

.latest_new_detail .related-latest-news-items .post-meta p {
    display: inline-block;
    margin: 0;
    padding: 0 3px;
    font-weight: 300;
    font-style: italic;
}

.latest_new_detail .related-latest-news-items .post-meta p a {
    color: #6e6e6e;
    font-size: 12px;
}

.hp_latest_news_modern .img_frame {
    display: block;
    float: left;
    margin-right: 15px;
    width: 100%;
    height: 360px;
}

.hp_latest_news_modern .img_frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hp_latest_news_modern .news_content_wrapper {
    padding: 20px 32px;
    margin-left: -80px;
    height: 248px;
    background: white;
    margin-top: 10%;
}

.hp_latest_news_modern .news_title p {
    color: #333;
    font-size: 18px;
    font-weight: bold;
}

.hp_latest_news_modern .read_more {
    line-height: 13px;
    width: 90px;
    letter-spacing: 1px;
    font-weight: 500;
    border-bottom-width: 2px !important;
    border-style: solid !important;
    border-color: #000 !important;
    color: #333 !important;
    padding-bottom: 5px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
}

.hp_latest_news_modern .read_more:hover {
    text-decoration: none;
}

@media only screen and (max-width: 600px) {
    .hp_latest_news_modern .news_content_wrapper {
        margin: 0;
        padding: 10px 0;
    }
}

.product_list_5 .product_box {
    position: relative;
    padding-bottom: 15px;
}

.product_list_5 .product_box .img_frame {
    position: relative;
    width: 100%;
    padding-top: 100%;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    overflow: hidden;
}

.product_list_5 .product_box .img_frame img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product_list_5 .product_box .img_frame .function_area {
    position: absolute;
    top: 150%;
    z-index: 99;
    left: 50%;
    transform: translate(-50%, 0%);
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 70%;
    transition: all 0.3s ease-in-out;
}

.product_list_5 .product_box .img_frame .function_area .icon {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    background-color: white;
    border-radius: 17px;
    padding: 7px;
    width: 35px;
    height: 35px;
    transition: all 0.3s ease-in-out;
    position: relative;
    top: -50px;
    cursor: pointer;
}

.product_list_5 .product_box .img_frame .function_area .icon i {
    color: black;
}

.product_list_5 .product_box .img_frame .function_area .icon .tooltips {
    display: none;
    position: absolute;
    top: -80%;
    left: 50%;
    transform: translate(-50%, 0);
    width: auto;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    border-radius: 6px;
    padding: 0px 5px;
    white-space: nowrap;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.product_list_5 .product_box .img_frame .function_area .icon .tooltips::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.6) transparent transparent transparent;
}

.product_list_5 .product_box .img_frame .function_area .icon:hover {
    background-color: #212529;
}

.product_list_5 .product_box .img_frame .function_area .icon:hover label,
.product_list_5 .product_box .img_frame .function_area .icon:hover i {
    color: white;
}

.product_list_5 .product_box .img_frame .function_area .icon:hover .tooltips {
    display: block;
}

.product_list_5 .product_box .img_frame .function_area div {
    position: relative;
    top: -50px;
}

.product_list_5 .product_box .img_frame .function_area div .icon {
    position: relative;
    top: 0;
}

.product_list_5 .product_box .img_frame .status {
    position: absolute;
    top: 0;
    right: 0;
}

.product_list_5 .product_box .img_frame .offer {
    width: auto;
    height: 20px;
    z-index: 3;
    margin: 10px 5px;
    padding: 5px;
    background-color: orange;
}

.product_list_5 .product_box .img_frame .offer span {
    position: relative;
    color: white;
    top: -7px;
    text-transform: uppercase;
    font-size: 90%;
    font-weight: 400;
}

.product_list_5 .product_box .img_frame .new {
    width: auto;
    height: 20px;
    z-index: 3;
    margin: 10px 5px;
    padding: 5px;
    background-color: #212529;
}

.product_list_5 .product_box .img_frame .new::after {
    position: relative;
    content: "new";
    color: white;
    top: -5px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 400;
}

.product_list_5 .product_box .whatsapp_wrapper {
    text-align: center;
    margin-top: 10px;
}

.product_list_5 .product_box .whatsapp_wrapper i {
    color: #34a853;
}

.product_list_5 .product_box .whatsapp_wrapper a {
    color: #333;
}

.product_list_5 .product_box .whatsapp_wrapper span:hover {
    text-decoration: underline;
}

.product_list_5 .product_box .product_des {
    padding-top: 0.8rem;
}

.product_list_5 .product_box .product_des .price,
.product_list_5 .product_box .product_des .title {
    text-align: center;
    color: #333;
}

.product_list_5 .product_box .product_des .price a,
.product_list_5 .product_box .product_des .title a {
    color: #333;
    text-decoration: none;
    word-wrap: break-word;
}

.product_list_5 .product_box .product_des .price a:hover,
.product_list_5 .product_box .product_des .title a:hover {
    color: #212529;
}

.product_list_5 .product_box .product_des .price small,
.product_list_5 .product_box .product_des .title small {
    text-decoration: line-through;
    white-space: nowrap;
}

.product_list_5 .product_box .product_des .out_of_stock {
    color: rgba(255, 0, 0, 0.9);
    font-size: 80%;
    font-weight: bold;
}

.product_list_5 .product_box:hover .img_frame .function_area {
    top: 100%;
}

@media only screen and (max-width: 768px) {
    .product_list_5 .product_box .img_frame .function_area {
        top: 100%;
    }
}

.ws_contact h6 strong {
    color: #333;
}

.ws_contact p {
    color: #555;
}

.ws_contact a {
    color: #212529;
}

.ws_contact .direction {
    display: flex;
    flex-direction: row;
}

.ws_contact .direction img {
    height: 35px;
    width: auto;
}

.ws_contact .ws_contactus_socialicon {
    flex-wrap: wrap;
    flex: 1 1 150px;
}

.ws_contact .nav-link {
    background-color: transparent;
    color: #212529;
    margin-right: 7px;
    border: solid;
    border-radius: 5px;
    margin-bottom: 10px;
}

.ws_contact .nav-link.active,
.ws_contact .nav-pills .show {
    background-color: #212529;
    color: white;
}

.ws_contact .contact_form {
    margin-bottom: 10px;
}

.ws_contact .contact_form .float-label-control {
    position: relative;
    display: flex;
    flex-direction: column;
}

.ws_contact .contact_form .float-label-control .input_text {
    position: relative;
    top: 0;
    left: 0;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #212529;
    padding: 0px;
    transition: 0.5s linear;
    width: 100%;
}

.ws_contact .contact_form .float-label-control .input_text:focus,
.ws_contact .contact_form .float-label-control .input_text:not(:empty) {
    box-shadow: none;
    position: relative;
    border-bottom: 2px solid #212529;
}

.ws_contact .contact_form .float-label-control .input_text:invalid {
    box-shadow: none;
    position: relative;
    border-bottom: 2px solid grey;
}

.ws_contact .contact_form .float-label-control .form-control::placeholder {
    opacity: 0.3;
}

.ws_contact .contact_form .float-label-control .custom-file-label {
    color: rgba(0, 0, 0, 0.3);
}

.ws_contact .contact_form .float-label-control .form-control:focus {
    border-color: #212529;
    box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.25);
}

.ws_contact .contact_form .float-label-control .label-helper {
    position: relative;
    bottom: 0px;
    margin-bottom: 5px;
    font-weight: 400;
}

.ws_contact .contact_form .float-label-control .active {
    color: #212529;
    font-weight: 600;
}

.ws_contact .contact_form .float-label-control textarea {
    min-height: 168px;
    overflow: auto;
}

.ws_contact .social_btn {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    position: relative;
    margin: 0 10px 10px 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-content: center;
    transition: 1s linear;
}

.ws_contact .social_btn i {
    font-size: 0.85rem;
    margin: auto;
    color: white;
}

.ws_contact .social_btn img {
    width: 50px;
}

.ws_contact .tab-pane {
    animation: slideInLeft 0.3s;
}

.fileupload {
    position: relative;
    margin-bottom: 9px;
    margin: 0 auto;
    width: 100%;
    line-height: 1.2;
}

.fileupload .uneditable-input {
    display: inline-block;
    margin-bottom: 0px;
    vertical-align: middle;
    cursor: text;
}

.fileupload .thumbnail {
    overflow: hidden;
    display: inline-block;
    margin-bottom: 5px;
    vertical-align: middle;
    text-align: center;
}

.fileupload .thumbnail>img {
    display: inline-block;
    vertical-align: middle;
    max-height: 100%;
}

.fileupload .btn {
    vertical-align: middle;
    background-color: #212529;
}

.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btn-file {
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    min-width: 120px;
}

.btn-file>input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate(-300px, 0) scale(4);
    font-size: 0.85rem;
    direction: ltr;
    cursor: pointer;
}

.fileupload-exists .fileupload-new,
.fileupload-new .fileupload-exists {
    display: none;
}

.fileupload-inline .fileupload-controls {
    display: inline;
}

.fileupload-new .input-append .btn-file {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.thumbnail-borderless .thumbnail {
    border: none;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.fileupload-new.thumbnail-borderless .thumbnail {
    border: 1px solid #ddd;
}

.footer {
    background-color: #16181b;
    color: white;
}

.footer p {
    font-size: 0.7rem;
    margin-bottom: 0px;
}

.footer a {
    color: white;
}

.footer ul {
    margin-bottom: 0.5rem;
}

.footer .left_line {
    border-right: 1px solid;
}

@media only screen and (max-width: 768px) {
    .footer .left_line {
        border-right: none;
        border-bottom: 1px solid;
        margin-bottom: 5px;
        padding-bottom: 5px;
    }
}

.footer .social_media {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    list-style: none;
    padding: 0;
}

.footer .social_media li a {
    color: white;
}

.slick-active .fadeInLeft {
    animation: fadeInLeft 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.slick-active .fadeInRight {
    animation: fadeInRight 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.product_nav_pill {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
    border-bottom: 1px solid #212529;
    width: 100%;
}

.product_nav_pill .nav_pill {
    flex: 1;
    width: auto;
    display: table-cell;
    text-align: center;
    cursor: pointer;
}

.product_nav_pill .nav_pill>a {
    color: #212529;
    border-bottom: 2px solid #212529;
    white-space: nowrap;
}

.product_nav_pill .nav_pill~a {
    color: #212529;
    white-space: nowrap;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 250px;
    overflow: hidden;
}

.product_nav_pill .nav_pill .active {
    font-size: 900;
    color: white;
    background-color: #212529;
}

.product_nav_pill .nav_pill .active:hover {
    color: white;
    font-weight: 700;
}

.product_nav_pill .dropdown-menu {
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    padding: 0;
}

.product_nav_pill .dropdown-item {
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.product_nav_pill .dropdown-item:focus,
.product_nav_pill .dropdown-item:hover {
    background-color: #212529;
    color: white;
}

.product_nav_pill .dropdown-item .active {
    color: white;
}

.product-detail-tab .tab-pane {
    min-height: 300px;
    overflow-x: hidden;
    animation: fadeIn 0.3s;
}

.product-detail-tab .tab-pane .product_detail_subtitle {
    font-size: 1.2rem;
    font-weight: bold;
}

.product-detail-tab .tab-pane img {
    max-width: 100% !important;
    height: auto !important;
}

.product-detail-tab .tab-pane .info_spec p {
    margin-bottom: 10px;
    width: 100%;
    color: #818181;
}

.product-detail-tab .tab-pane .info_spec p strong {
    color: #333;
}

.product-detail-tab .tab-pane .video_frame {
    width: 100%;
    max-width: 100%;
    position: relative;
    left: 50%;
    transform: translate(-50%);
}

.product-detail-tab .tab-pane .video_frame .video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.product-detail-tab .tab-pane .video_frame .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.product-detail-tab .tab-pane .form-control::placeholder {
    opacity: 0.3;
}

.product-detail-tab .tab-pane .form-control:focus {
    border-color: #212529;
    box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.25);
}

.product-detail-tab .tab-pane h2 {
    font-size: 1.75rem;
}

@media all and (max-width: 992px) {
    .product-detail-tab .tab-pane #pills-enquiry {
        margin-left: -15px;
        margin-right: -15px;
        max-width: 110%;
        width: calc(100% + 27px);
    }
}

.download {
    display: flex;
    flex-direction: column;
}

.download .btn-download {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 500px;
    margin: 5px;
    background-color: #4169e1;
    color: white;
}

.download .btn-download .file_name {
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    max-width: 500px;
    line-height: 1;
    white-space: nowrap;
}

.btn-submit {
    color: white;
    background-color: #212529;
}

.btn-submit:hover {
    background-color: white;
    color: #212529;
    border: 1px solid #212529;
}

.btn-submit:focus {
    boder-line: none;
    box-shadow: 0 0 10px rbga(#212529, 0.35);
}

.gallerycategory {
    margin-bottom: 10px;
}

.gallerycategory b {
    position: relative;
    color: #4169e1;
}

.gallerycategory b::before {
    position: absolute;
    left: 50%;
    bottom: -20px;
    height: 5px;
    width: 100px;
    content: "";
    background: #212529;
    margin-left: -50px;
}

.gallerycategory .img_frame {
    width: 100%;
    height: 280px;
    overflow: hidden;
    position: relative;
}

.gallerycategory .img_frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: linear 0.4s;
}

.gallerycategory .img_frame .more {
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.gallerycategory .img_frame .more p {
    align-self: flex-end;
    padding: 5px 10px;
    color: #fff;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.3);
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 25px;
    margin: 5px;
}

.gallerycategory .img_frame:hover img {
    transform: scale(1.1) translate(-50%, -50%);
    transform-origin: 30% 25%;
}

.gallerycategory .img_frame:hover .more {
    background-color: rgba(0, 0, 0, 0.3);
}

.pswp__img {
    object-fit: contain;
}

.ws_gallery-2 {
    margin-bottom: 10px;
}

.ws_gallery-2 b {
    position: relative;
    color: #4169e1;
}

.ws_gallery-2 b::before {
    position: absolute;
    left: 50%;
    bottom: -20px;
    height: 5px;
    width: 100px;
    content: "";
    background: #212529;
    margin-left: -50px;
}

.ws_gallery-2 .img_frame {
    width: 100%;
    padding-top: 250px;
    overflow: hidden;
    border: 1px solid rgba(231, 229, 229, 1);
    position: relative;
}

.ws_gallery-2 .img_frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease 0.3s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ws_gallery-2 .img_frame:hover img {
    width: 110%;
    height: 110%;
}

.pswp__img {
    object-fit: contain;
}

.price_range_filter {
    margin-bottom: 1.5rem;
}

.price_range_filter .price_range_title {
    margin-bottom: 10px;
}

.price_range_filter .filter_button {
    margin-left: 10px;
    padding: 0.25rem 0.75rem;
    width: 50px;
}

.price_range_filter .purchasable_product_wrapper {
    /* Create a custom checkbox */
    /* On mouse-over, add a grey background color */
    /* When the checkbox is checked, add a blue background */
    /* Create the checkmark/indicator (hidden when not checked) */
    /* Show the checkmark when checked */
    /* Style the checkmark/indicator */
}

.price_range_filter .purchasable_product_wrapper input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.price_range_filter .purchasable_product_wrapper .purchasable_product_check_container .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 16px;
    width: 16px;
    border: 1px solid rgba(0, 0, 0, 0.26);
    background-color: white;
}

.price_range_filter .purchasable_product_wrapper .purchasable_product_check_container:hover input~.checkmark {
    background-color: #ccc;
}

.price_range_filter .purchasable_product_wrapper .purchasable_product_check_container input:checked~.checkmark {
    background-color: #212529;
}

.price_range_filter .purchasable_product_wrapper .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.price_range_filter .purchasable_product_wrapper .purchasable_product_check_container input:checked~.checkmark:after {
    display: block;
}

.price_range_filter .purchasable_product_wrapper .purchasable_product_check_container .checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.price_range_filter .price_range_input_group {
    margin-bottom: 1rem;
}

.price_range_filter .price_range_input_group {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.price_range_filter .price_range_input {
    width: 65px;
    max-width: 100%;
    height: 1.875rem;
    background-color: #fff;
    outline: none;
    border: 1px solid rgba(0, 0, 0, 0.26);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0.3125rem;
    font-size: 0.8125rem;
    text-transform: uppercase;
    border-radius: 0.125rem;
}

.price_range_filter .price_range_input_line {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    background: #bdbdbd;
    margin: 0 0.625rem;
}

@media only screen and (max-width: 600px) {
    .price_range_filter .price_range_input {
        width: 110px;
    }
    .price_range_filter .filter_button {
        width: 80px;
    }
}

.mobile_ecommerce_filter_tool {
    margin-bottom: 10px;
}

.mobile_ecommerce_filter_tool #mobile_ecommerce_filter_tool_id {
    padding: 10px;
    background-color: #f5f5f5;
}

.mobile_ecommerce_filter_tool .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #212529;
    background-color: #212529;
}

.mobile_ecommerce_filter_tool .advance_filtering_option_list {
    padding: 0 10px;
}

.mobile_ecommerce_filter_tool .advance_filtering_option_list li .custom-control-label {
    cursor: pointer;
}

.mobile_ecommerce_filter_tool .sorting_title,
.mobile_ecommerce_filter_tool .promotion_title {
    margin-bottom: 10px;
}

.mobile_ecommerce_filter_tool .sorting_item {
    flex: 1;
    color: #333;
    margin-right: 10px;
    padding: 4px 6px;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-align: center;
    background-color: white;
}

.mobile_ecommerce_filter_tool .sorting_item a {
    text-decoration: none !important;
}

.mobile_ecommerce_filter_tool .sort_active {
    background-color: #212529;
    color: white !important;
}

.mobile_ecommerce_filter_tool .advance_sorting {
    margin-bottom: 1.5rem;
}

.mobile_ecommerce_filter_tool .mobile_ecommerce_filter_title {
    display: flex;
    cursor: pointer;
    padding: 10px 0;
    background-color: #fafafa;
}

.tag_fillter {
    padding-top: 15px;
}

.tag_fillter .simplebar-scrollbar::before {
    background: #212529;
}

.tag_fillter ul {
    padding-left: 10px;
}

.tag_fillter ul li {
    list-style: none;
    padding: 3px 0;
}

.tag_fillter .seleted_box ul {
    padding-left: 0px;
}

.tag_fillter .seleted_box ul a {
    text-decoration: none;
    color: black;
}

.tag_fillter .seleted_box ul a li {
    padding: 15px 10px;
    border: 1px solid rgba(33, 37, 41, 0.3);
}

.tag_fillter .seleted_box ul a li i {
    float: right;
    margin-top: 5px;
}

.tag_fillter .seleted_box ul a li:hover {
    background-color: #212529;
    color: white;
}

.tag_fillter .seleted_box ul a:last-child li {
    background-color: #212529;
    color: white;
}

.tag_fillter .tag_filler_list {
    display: block;
}

.tag_fillter .tag_filler_list .tag_header {
    display: flex;
}

.tag_fillter .tag_filler_list .tag_header p {
    flex: 0 1 95%;
}

.tag_fillter .tag_filler_list .tag_header i {
    flex: 0 1 5%;
    margin-top: 5px;
    transform: rotate(45deg);
    transition: 0.3s ease-in;
}

.tag_fillter .tag_filler_list .tag_header i[aria-expanded="true"] {
    transform-origin: center center;
    transform: rotate(0deg);
}

.tag_fillter .tag_filler_list ul {
    max-height: 346px;
}

.tag_fillter .tag_filler_list ul a {
    text-decoration: none;
    color: black;
}

.tag_fillter .tag_filler_list ul li.selected::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f14a";
    color: #212529;
    font-size: 0.85rem;
}

.tag_fillter .tag_filler_list ul li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 450;
    content: "\f0c8";
    margin-right: 10px;
    font-size: 0.85rem;
    color: rgba(0, 0, 0, 0.3);
}

.tag_fillter .tag_filler_list ul li:hover::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f0c8";
    margin-right: 10px;
    font-size: 0.85rem;
}

.tag_fillter .tag_filler_list input[type=range] {
    -webkit-appearance: none;
    margin: 10px 0;
    width: 100%;
}

.tag_fillter .tag_filler_list input[type=range]:focus {
    outline: none;
}

.tag_fillter .tag_filler_list input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 12.8px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #000, 0px 0px 0px #0d0d0d;
    background: #212529;
    border-radius: 25px;
    border: 0px solid #000101;
}

.tag_fillter .tag_filler_list input[type=range]::-webkit-slider-thumb {
    box-shadow: 0px 0px 0px #000, 0px 0px 0px #0d0d0d;
    border: 0px solid #000;
    height: 20px;
    width: 39px;
    border-radius: 7px;
    background: #4169e1;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -3.6px;
}

.tag_fillter .tag_filler_list input[type=range]:focus::-webkit-slider-runnable-track {
    background: #212529;
}

.tag_fillter .tag_filler_list input[type=range]::-moz-range-track {
    width: 100%;
    height: 12.8px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #000, 0px 0px 0px #0d0d0d;
    background: #212529;
    border-radius: 25px;
    border: 0px solid #000101;
}

.tag_fillter .tag_filler_list input[type=range]::-moz-range-thumb {
    box-shadow: 0px 0px 0px #000, 0px 0px 0px #0d0d0d;
    border: 0px solid #000;
    height: 20px;
    width: 39px;
    border-radius: 7px;
    background: #4169e1;
    cursor: pointer;
}

.tag_fillter .tag_filler_list input[type=range]::-ms-track {
    width: 100%;
    height: 12.8px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    border-width: 39px 0;
    color: transparent;
}

.tag_fillter .tag_filler_list input[type=range]::-ms-fill-lower,
.tag_fillter .tag_filler_list input[type=range]::-ms-fill-upper {
    background: #212529;
    border: 0px solid #000101;
    border-radius: 50px;
    box-shadow: 0px 0px 0px #000, 0px 0px 0px #0d0d0d;
}

.tag_fillter .tag_filler_list input[type=range]::-ms-thumb {
    box-shadow: 0px 0px 0px #000, 0px 0px 0px #0d0d0d;
    border: 0px solid #000;
    height: 20px;
    width: 39px;
    border-radius: 7px;
    background: #4169e1;
    cursor: pointer;
}

.tag_fillter .tag_filler_list input[type=range]:focus::-ms-fill-lower,
.tag_fillter .tag_filler_list input[type=range]:focus::-ms-fill-upper {
    background: #212529;
}

.brand_list {
    margin-bottom: 10px;
}

.brand_list .brand_box {
    text-align: center;
    text-decoration: none;
    margin-bottom: 1.5rem;
    color: black;
}

.brand_list .brand_box .img_frame {
    position: relative;
    padding-bottom: 100%;
    /* 16:9 */
    height: 0;
    overflow: hidden;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
}

.brand_list .brand_box .img_frame:hover {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
}

.brand_list .brand_box .img_frame:hover img {
    width: 110%;
    height: 110%;
    transform-origin: center;
}

.brand_list .brand_box .img_frame img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.2s ease-in-out;
}

.brand_list .brand_box h6 {
    margin-top: 0.5rem;
    margin-bottom: 0px;
}

.brand_list .brand_box p {
    color: grey;
}