/* 
    Created on : Apr 29, 2025, 12:02:39 PM
    Author     : nayan
*/


:root {
    --color_one: #246C88;
    --color_two: #FAA61A;
    --color_nine: #000;
    --color_ten: #fff;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>.Default Section<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
a:hover,
a{
    text-decoration: none;
    color:var(--color_one);
}
body{
    background: #f5f5f5;
    color: #666;
    font-size: 14px;
    /*font-family: 'RobotoRegular';*/
    -ms-word-wrap: break-word;
    word-wrap: break-word;

}

.bg_white{
    background: var(--color_ten);
    border-top: 2px solid var(--color_one);

}
.category_wise_item .section_title .title,
.best_seller .section_title .title{
    border-bottom:none;
}

.section_title .title{
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--color_one);
    padding: 4px 10px;
}
.btn_primary{
    background: var(--color_one);
    padding: 6px 17px;
    color: var(--color_ten);
}
.btn_primary:hover{
    background: var(--color_two);
}

.checkout_top{
    display:none;
}


.shoping_order .btn-primary {
    background-color: var(--color_two);
    border: none;
    padding: 9px;
    border-radius: 0px;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>.Top Area Section<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.top_area{
    border-bottom: 1px solid #ddd;
    line-height: 35px;
}
.top_area p{
    font-size: 12px;
    font-weight: 400;
    color: #4e4c4c;
}
.top_list{
    line-height: 0px;
    margin-top: -4px;

}
.top_list ul{
    list-style: none;

}
.top_list .list_top .top_menu{
    float: right;
    position: relative;
    cursor: pointer;
    margin-right: 15px;
    font-size: 12px;

}

.top_list .dropdown{
    padding: 0px 10px 10px 0px;
}

.top_list .dropdown-menu {
    width: 128px;
    position: absolute;
    left: 0px;
    right: auto;
    top: 23px;
    border: 1px solid #ddd;
    background-color: #fff;
    z-index: 8888;
    margin: 0;
    padding: 0;
    border-radius: 0px;
}

.top_menu ul li{
    font-size: 13px;
    display: block;
    padding: 3px 4px 8px 4px;
    border-bottom: none;
    line-height: 16px;
    color: #666;
    position: relative;
}


.dropdown:hover .dropdown-menu {
    display: block;
    transition: all 0.15s ease-in;
    top: 100%;
    border-radius: 0px;
    border-top: 3px solid var(--color_one);
    border-width: 3px 0 0 0;
    padding: 0 5px !important;
    list-style: none;
    z-index: 99999 !important;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
}
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>.Menu Area Section<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.menu_area{
    background: var(--color_ten);

}
.menu_area .nav-item .nav-link{
    text-transform: capitalize;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    font-weight: bold;
    color: var(--color_one);
    font-size: 16px;
    line-height: 79px;
    padding: 0;
    display: block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: relative;
    padding: 0px 23px;
}

.menu_area .mobile_logo{
    border-bottom: 1px solid var(--color_ten);
}


.menu_area .search_addto a i,
.menu_area .search_addto{
    gap:30px;
    margin: auto;
    color:var(--color_one);
}

.menu_area .sub_title a{
    font-size:16px;
    color: var(--color_two);
    line-height: 30px;
    padding: 10px 0px 0px;
    font-weight: bold;
}

.menu_area  .dropdown-menu[data-bs-popper] {
    top: 115%!important;
    left: 0;
    border-radius: 0px;
    border-top: 3px solid var(--color_one);
    border-width: 3px 0 0 0;
    padding: 0 5px !important;
    list-style: none;
    z-index: 99999 !important;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
}
.dropdown-item:focus, .dropdown-item:hover {
    color: var(--color_one);
    background-color:transparent;
}
.menu_area .dropdown-menu {

    border-top: 2px solid var(--color_one);
    background-color: #fff;
    z-index: 8888;
    margin: 0;
    padding: 0;
    border-radius: 0px;
}







/*mega menu*/

.mega-menu {

    display: none;
    padding-top: 0;
    /*min-height: 100%;*/
    z-index: 9999;
    font-family: 'SolaimanLipi', Arial, sans-serif !important;
    font-style: normal;
    position: absolute;
    left: 11%;
    width: 80%;
    background-color: #fff;
    border-radius: 0px;
    border-top: 2px solid var(--color_one);
}

.fast_mega a {
    font-size: 14px;
    line-height: 30px;
    padding: 10px 0px 0px;
    font-weight: bold;
}



/*hover*/

.mega-menu:hover,
.mega-drop-down a:hover+.mega-menu{
    display: block;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>.Ecom Item<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.item{
    text-align:center;
}

.item .item_img{
    height: auto;
    max-width: 100%;
    text-align: center;
    padding: 5px;
}

.item:hover .item_button{
    display: block;
    -webkit-transition: all 0.2s linear 0s;
    opacity: 1;
}
.item .item_button{
    display: none;
    position: absolute;
    margin-top: -110px;
    margin-left: 0px;
    transition: 0.10s;
}
.product_list .item .item_button{
    margin-left: 11px;
}


.item .item_button ul li i {
    margin: 12px 4px;
    color: #fff;
}
.item .item_button ul li:hover{
    background: var(--color_one);
    color: var(--color_ten);
}
.item .item_button ul li {
    background-color: #999;
    float: left;
    height: 40px;
    width: 40px;
    text-align: center;
    margin: 0 1px;
    position: relative;
    color: #fff;
    font-weight: normal;
}
.item .item_title{
    margin-bottom: 5px;
    line-height: 15px;
    padding:5px
}
.item .item_title a{
    font-size: 14px;
    color: #444;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 4px;
}
.item .item_price{
    margin-bottom: 10px;
}
.item .item_price .sale {
    font-size: 14px;
    font-weight:bold;
    color:var(--color_one);
}
.item .item_price .regular{
    margin-right: 5px;
    font-size: 12px;
    font-weight: normal;
    text-decoration: line-through;
}
.offer_number{
    position: absolute;
    top: 2%;
    background: red;
    color: #fff;
    height: 48px;
    border-radius: 50%;
    width: 48px;
    padding: 13px 0px;
}

.list_border .offer_number_list {
    position: absolute;
    margin-top: -157px;
    background: red;
    color: #fff;
    height: 48px;
    border-radius: 50%;
    width: 48px;
    padding: 13px 0px;
}


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>.Products Section<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.product_list .list_border{
    border-right: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    background-color: #fff;

}
.product_list .banner_list{
    max-width: 100%;
}
.product_list .active>.page-link, .page-link.active{
    display: inline-block;
    height: 40px;
    width: 40px;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    margin-right: 6px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(242, 242, 242);
    border-image: initial;
    border-radius: 50%;
    background: var(--color_one);
    transition: all, 0.3s;
}
.product_list .page-item{
    display: inline-block;
    height: 40px;
    width: 40px;
    font-size: 14px;
    color: rgb(17, 17, 17);
    font-weight: 600;
    line-height: 40px;
    text-align: center;
    margin-right: 6px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(242, 242, 242);
    border-image: initial;
    border-radius: 50%;
    transition: all, 0.3s;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>.Sidebar Section<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.sidebar .bg_white{
    background: var(--color_ten);
    border-top: 2px solid var(--color_one);

}
.sidebar .title{
    border-bottom: 1px solid #ededed;
    font-size: 16px;
    color: #444;
    line-height: 28px;
    padding: 11px 20px;
    text-transform: uppercase;
    background-color: #fff;
    font-weight: bold;
}
.category_list{
    height: 350px;
    overflow: auto;
}

.sidebar .category_list a{
    padding: 0 20px;
    margin: 0;
    display: block;
    float: none;
    line-height: normal;
    position: relative;
    border-bottom: 1px solid #ededed;
    display: block;
    padding: 13px 15px;
    position: relative;
    line-height: 16px;
    color: #444;
}
.sidebar .category_list a:hover{
    color: var(--color_two);

}
.sidebar .category_list li{
    width:100%;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>.Price Section<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.wrapper{
    width: 100%;
    padding:0px !important;
}

.price-input {
    width: 100%;
    display: flex;
    margin: 30px 0 35px;
}
.price-input .field {
    display: flex;
    width: 100%;
    height: 45px;
    align-item: center;
}
.field input {
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 19px;
    /*margin-left: 12px;*/
    border-radius: 5px;
    text-align: center;
    border: 1px solid #999;
    -moz-appearance: textfield;
}

.price-input .separator {
    width: 130px;
    display: flex;
    font-size: 19px;
    align-item: center;
    justify-content: center;
}
.slider {
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
}
.slider .progress {
    height: 100%;
    left: 25%;
    right: 25%;
    position: absolute;
    border-radius: 5px;
    background: #17a2b8;
}
.range-input {
    position: relative;
}
.range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
input[type="range"]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: #17a2b8;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
input[type="range"]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: #17a2b8;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>.Best Seller Section<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.best_sellers a{
    color:var(--color_one);
}
.best_sellers .price{
    font-weight:bold;
    font-size:18px;
    color:var(--color_two);
}
.best_sellers img{
    width:80px;
}
.best_sellers .star{
    color: #ccc;
    font-size: 10px;
}
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>.home Section<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>.category_img Section<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

.blog_description a:hover img,
.category_section a:hover img{
    opacity: 0.8;
}


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>.Single category Section<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.single_list ul li a{
    font-size: 14px;
    line-height: 22px;
    color: rgb(68, 68, 68);
    display: block;
    padding: 9px 20px;
    border-bottom: 1px solid rgb(237, 237, 237);
    margin-left: 13px;
}
.single_list ul li a:hover{
    background: var(--color_one);
    color:var(--color_ten);
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>.Shop Now Section<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.shop_now img{
    max-width: 100%;
}
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>.Best Seller Section<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

.category_slider .owl-item,
.bastsaller_slider .owl-item{
    border-right: 1px solid #ededed;
    /*border-top: 1px solid #ededed;*/
    /*margin-right:1px !important;*/
    /*width: 261.2px!important;*/
}
.bastsaller_slider .item .item_button{
    margin-left:24px;
}
.category_slider ,
.bastsaller_slider{
    margin-top: -16px;
}

.categoryNextBtn,
.categoryPrevBtn,
.blogPrevBtn,
.blogNextBtn,
.bastPrevBtn,
.bastNextBtn{
    background-color:var(--color_one);
    height: 25px;
    width: 25px;
    top: 20px;
    right: 0px;
    left: auto;
    color: rgb(255, 255, 255);
    opacity: 1;
    text-align: center;
    box-shadow: none;
    font-size: 24px;
    line-height: 24px !important;
    border-radius: 2px;
    border-width: 0px !important;
    border-style: initial !important;
    border-color: initial !important;
    border-image: initial !important;
}


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>.tabwise_items Section<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.tabwise_items .list_border {
    border-right: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    background-color: #fff;
}

.tabwise_items .tab_items{
    border-right: 1px solid #ededed;
}

.single_item_tab .item_button{
    margin-top: -26% !important;
    margin-left: 11%;

}

.tab_items .item_button{
    margin-top: -285px !important;
    margin-left: 100px;
}

.tabwise_items .item .item_button{
    /* margin-left: 11px; */
    margin-top: -10%;
}

/*=====================================================================tabs_head================================================*/

.ovic-tab.style-08 .tabs-head {
    display: flex;
}

.ovic-tabs .tabs-head {
    position: relative;
}
.ovic-tab.style-08 .nav-tabs {
    flex: 1 1 auto;
    width: 1%;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
    margin-inline-start: 20px;
}

.ovic-tabs .nav-tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: none;
}
.ovic-tabs .nav-item {
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.ovic-tabs .nav-item a {
    color: #000;
    position: relative;
    text-decoration: none;
    text-transform: none;
}
.ovic-tab.style-08 .nav-item .active{
    color:  #cfa145;
    border-bottom: 2px solid #cfa145;
}
.ovic-tab.style-08 .nav-item a {
    display: inline-block;
    vertical-align: top;
    padding: 4px 0;
}
.nav-tabs .nav-link {
    border: none;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.ovic-tab.style-08 .nav-item:not(:last-child)::after {
    display: inline-block;
    vertical-align: top;
    content: '';
    width: 30px;
    margin: 15px 8px 16px;
    border-top: 1px solid #ddd;
    transform: rotate(
        -45deg
        );
}

.ovic-tab.style-08 .nav-tabs::after {
    content: '';
    flex: 1 1 auto;
    width: 1%;
    height: 1px;
    border-top: 1px solid #ddd;
    margin-inline-start: 20px;
}
.button-wrap .button{
    border-radius: 0px!important;
}



/*----------------------------------------button-----------------------------*/
.ovic-tab.style-08 .tabs-head .button-wrap {
    margin-inline-start: 0px;
    margin-top: 0px;
    padding: 0px 16px 0px 0px;
}
.ovic-tab.style-08 .tabs-head .button:hover{
    background-color: var(--color_one);
    color:#fff;
}
.ovic-tab.style-08 .tabs-head .button:not(:hover) {
    background-color: #fff;
    box-shadow: 0 0 0 1px #ddd inset;
    color: #000;

}

.ovic-tab.style-08 .tabs-head .button {
    padding: 4px 18px;
    text-decoration: none;

}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>.client Section<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.client_section{
    background: url(https://demo1.wpthemego.com/themes/sw_supershop/wp-content/themes/sw_supershop/assets/img/red/bg-counterbox.jpg) no-repeat center center;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 0;
}
.clients .point{
    font-size: 36px;
    color: #fff;
    margin-bottom: 10px;
    line-height: 36px;
}
.clients .title{
    font-size: 14px;
    color: #fff;
}



/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>.Blog Section<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.latest_blog .section_title{
    line-height: 22px;
}
.latest_blog .border_red{
    height: 3px;
    width: 8%;
    background-color: #e05543;
    position: absolute;
    /* bottom: -2px; */
    margin-top: 15px;
}

.blog_date .date{
    font-size: 46px;
    line-height: 48px;
    margin-top: -5px;
    color: #e05543;
    text-align: right;
    font-weight: bold;

}
.blog_date .time{
    text-transform: uppercase;
    font-size: 14px;
    color: #e05543;
    font-weight: bold;
    text-align: right;
    margin-right: 10px;
}
.blog_description .title a{
    font-weight: bold;
    font-size: 16px;
    color: #444;
    text-transform: capitalize;
}
.blog_description .title a:hover{
    color: var(--color_one);
}
.blog_description .admin{
    font-size: 12px;
    color: #999;
    margin-bottom: 10px;
}

.blog_description .admin span.author:after {
    content: '';
    background: #999;
    width: 1px;
    height: 10px;
    display: inline-block;
    margin: 0 10px;
}
.blog_description .btn{
    color: #999;
    font-size: 13px;
    padding: 7px 28px;
    border: 1px solid #ddd;
}
.blog_description .btn:hover{
    background:var(--color_one);
    color:var(--color_ten);
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>.Offer Section<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.offer_item .carousel-caption{
    top:0%;
}
.offer_item .offer_border{
    height: 2px;
    background: #fff;
    width: 95px;
    text-align: center;
    margin-left: 45%;
}
.offer_item .carousel-indicators .active{
    color: var(--color_one)!important;
}
.offer_item h5{
    font-family: 'ChivoBlack';
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}
.offer_item .shop .btn{
    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 40px;
    padding: 7px 42px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.offer_item .shop .btn:hover{
    background: var(--color_one);
    color: var(--color_ten);
}


.countdown-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 40px 20px;
}

.time-box {
    /*    background: white;*/
    color: #e74c3c;
    padding: 4px;
    border: 2px solid white;
    border-radius: 5px;
    /* margin: -5px; */
    min-width: 80px;
}
.time-box .time_back{
    background: white;
    padding: 3px;
    border-radius: 5px;
}
.time-box h1 {
    margin: 0;
    font-size: 32px;
    font-weight: bold;
}

.time-box span {
    display: block;
    margin-top: 5px;
    font-size: 14px;
}


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>.category_items  Section<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

.category_items{
    background-color: #fff;
    display: flex ;
    flex-direction: row;
    flex-wrap: wrap;
    min-height: 297px;
    width: 100%;
}
.category_items img{
    display: inline-block;
    height: auto;
    max-height: 100%;
    max-width: 66%;

}


.category_items .item_category:hover{
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25);
    cursor: pointer;
    position: relative;
    transform: all .3s ease-in-out;
}

.item_category .title{
    color: #212121;
    font-size: 14px;
    height: 36px;
    line-height: 18px;
    margin: 8px 12px 0;
}


.category_items .item_category{
    background-color: #fff;
    border-bottom: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    height: 148.5px;
    width: 12.5%;
}


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>.Category Section<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

.category .menu-banner {
    list-style-type: none;
    margin: 5px -32px 0px;
}
.category .menu-banner li {
    /*float: left;*/
    display: inline-block;
    width: 315px;
}

.menu-banner li .entry-thumbanail {
    position: relative;
}
.menu-banner li .entry-thumbanail:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    pointer-events: none;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s;
    transition: all .3s;
}
.menu-banner li .entry-thumbanail p {
    margin-bottom: 0;
}
.menu-banner li .entry-thumbanail .entry-content {
    position: absolute;
    top: 30px;
    left: -30px;
    margin: 0 15px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s;
    transition: all .3s;
}
.menu-banner li .entry-thumbanail .entry-content h3 {
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px;
    cursor: pointer;
}
.menu-banner li .entry-thumbanail .entry-content .des-box {
    background-color: #e6eaee;
    color: #333333;
    padding: 7px 10px;
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}
.menu-banner li .entry-thumbanail:hover:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.menu-banner li .entry-thumbanail:hover .entry-content {
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
}

.category_shop .icon{
    font-size:32px;
}
.category_shop .text{
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    margin: auto;
}
.category_shop .text a:hover{
    color:var(--color_two);
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>.Footer Section<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>.Footer Section<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>.Footer Section<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>.Footer Section<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
footer{
    padding-bottom: 0px!important;
}
.footer_area{
    background: var(--color_ten);
    padding:10px;

}
.footer_area{
}
.footer_desctions p{
    color: #999;
    line-height: 20px;
    font-size: 13px;
    font-family: 'RobotoRegular';
}
.socil_icon ul li a{
    margin: 0 5px;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 51px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #999;
    color: #999;
}
.socil_icon ul li a:hover{
    background: var(--color_one);
    color:var(--color_ten);
}
.socil_icon {
    margin-left:25%;
}

.footer_link{
    margin-left: 8%;
}
.footer_link ul li a{
    border: 0;
    font-size: 14px;
    font-weight: bold;
    color: #999;
    text-transform: uppercase;
    padding: 0 15px;
    position: relative;
}
.footer_link ul li a:hover{
    color:var(--color_one);
}
.footer_link ul li a:after {
    content: '';
    width: 1px;
    height: 13px;
    position: absolute;
    top: 3px;
    right: -69px;
    background-color: #999;
}
.footer_link ul li:last-child >a:after {
    width: 0;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>.Item Detailes Section<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

.item_detalis h1{
    font-size: 18px;
    font-weight: bold;
    color:var(--color_one);
    text-transform: capitalize;
}
.item_detalis .regular{
    font-size:14px;
    color:red;
    text-decoration: line-through;
}
.item_detalis .sale{
    font-size:18px;
    font-weight: bold;
    color: var(--color_one);
}
.overviews_section .section_title{
    font-weight:bold;
    font-size:16px;
    color:var(--color_one);
}
.overviews_section .nav-pills .nav-link.active{
    color: var(--color_ten);
    background-color: var(--color_one);
}
.overviews_section .nav-pills .nav-link{
    border:1px solid var(--color_one);
}
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>.Contact US Section<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.contact_us h2{
    font-weight: bold;
    font-size: 20px;
    color: #444;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.contact_home h4{
    font-size: 14px;
    color: #444;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
}
.contact .label{
    font-size: 13px;
    font-weight: bold;
    color: #444;
    padding: 3px 16px 0 17px;
}
.contact .icon{
    color: #e05543;
    font-size: 26px;
    left: 0px;
    top: 0;
}
.contact li{
    display: block;
    line-height: 45px;
    position: relative;
}
.contact_form button{
    text-transform: uppercase;
    padding: 10px 27px 10px 18px;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>.Shop Section<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.category_card{
    background: #fff;
    text-align: center;
    padding: 10px;
}
.category_card:hover{
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;

}
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>.Default Section<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>.Default Section<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>.Default Section<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>.Default Section<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>.Default Section<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>.Default Section<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

@media (max-width: 767.98px) {
    .offer_item h5{
        font-size: 18px;
    }
    .category .menu-banner li{
            width: 290px;
    }

.socil_icon {
    margin-left: 0%;
}
.footer_link {
    margin-left: 0%;
}

.footer_link ul li a {
    border: 0;
    font-size: 12px;
    font-weight: bold;
    color: #999;
    text-transform: uppercase;
    padding: 0 4px;
    position: relative;
}
.footer_link ul li a:after {
 display: none;
    
    position: absolute;
   
    background-color: #999;
}

}



/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>.Default Section<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/




















/* ##########################################################
   #                                                        #
   #              DEVELOPED BY: NAYAN                       #
   #              CONTACT: 01621-881846                     #
   #                                                        #
   ########################################################## */