/*
|--------------------------------------------------------------------------
| APPLICATION INFORMATION
|--------------------------------------------------------------------------
|
| Application: ERP (this website is a frontend module, part of ERP)
| Author: Mahbubur Rahman
|
| Author URI: www.mahbubrn.com
| Email: mahbubrn86@gmail.com
| Phone: 01987422407, 01757406077 (whatsapp)
|
| Frontend: html5, CSS3, Bootstrape (only column grid), javascript, jQery
| Backend: laravel 10, mysql, livewire
|
*/

/*
|-----------------------------------------------------
| BASE CSS
|-----------------------------------------------------
|
*/

/* english font */
/* @import url('https://fonts.googleapis.com/css2?family=Bellota+Text:wght@400;700&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/* bangla font */
@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300;400;700&display=swap');


@import url(grid.css); /* bootstrape framework css */
@import url(font-awesome.min.css); /* font-awesome icon */

/*== plugin's css ==*/
@import url(../js/plugins/notification/toastr.css); /* toast notification */
@import url(../js/plugins/datepicker/date-picker.css); /* date picker */
@import url(../js/plugins/lightbox/lightbox.css); /* lightbox */

@import url(../js/plugins/slider/slick.css); /* slider */
@import url(../js/plugins/slider/slick-theme.css); /* slider */

@import url(../js/plugins/zoom/imghover-zoom.css); /* image zoom */

@import url(../js/plugins/mobile/mobileNav.css); /* responsive mobile nav */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
*:focus {outline: none;}

body{
    font-family: "Roboto", sans-serif;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
}
a, a:hover, a:link, a:visited, a:active{
    text-decoration: none;
    color: black;
    cursor: pointer;
}
a:hover{color: #E4002B;}
ul{list-style: none;}
img{display: block;}

/* ----------------- PLUGINS --- */

/*Responsive Nav*/
.slicknav_menu {
	display:none;
}

/*Slider*/
.slider img{margin: 0;}

#scrollUp {
    background-image: url("../img/top.png");
    bottom: 20px;
    right: 20px;
    width: 38px;
    height: 38px;
}

.preload{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../img/ring.gif) no-repeat center center #fff;
    background-size: 100px;
}

/* -------------------- */
.texteditor p{
    margin-bottom: 10px;
    clear: both;
}
.texteditor p span{
    display: block;
    margin-bottom: 2px;
}
.texteditor p span strong{
    color: #999;
}

.texteditor p input,
.texteditor p select{
    height: 35px;
    width: 100%;
    padding-left: 7px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07) inset;
    transition: .15s;
    border: 1px solid #ddd;
}
.texteditor p input[type="radio"],
.texteditor p input[type="checkbox"]{
    height: auto;
    width: auto;
}


/* -------------------- */

h1, h2, h3, h4, h5, h6{
    text-transform: capitalize;
    font-weight: 600;
}
h1{font-size: 32px;}
h2{font-size: 28px;}
h3{font-size: 24px;}
h4{font-size: 20px;}
h5{font-size: 18px;}
h6{font-size: 16px;}

/*------------------*/

.txtleft{text-align: left !important;}
.txtright{text-align: right !important;}
.center{text-align: center !important;}
.justify{text-align: justify;}
.clr{overflow: hidden;}

.left{
	float: left;
	overflow: hidden;
    margin-right: 10px;
}

.right{
	float: right;
	overflow: hidden;
    margin-left: 10px;
}

.thmcolor,
.cardsingle ul li span:hover{
    background: #E4002B;
    color: #fff !important;
}

.pagenumber ul li a:hover,
.pagenumber ul li.active,
.pagenumber ul li.active span,
.pagenumber ul li.active a{
    background: #E4002B;
    color: #fff !important;
    border: 1px solid #E4002B;
}

.cardsingle ul li span{
    border: 1px solid #E4002B;
}

a.cntnue-shopping{
    border-bottom: 1px solid #E4002B;
}
a.cntnue-shopping:hover{
    color: #E4002B;
}

.mainmenu ul li:hover > a,
a.active,
.mainmenu ul ul li:hover > a{
    color: #E4002B;
}

.white{color: #fff !important;}

.hide{display: none;}


/*
|-----------------------------------------------------
| HOME PAGE
|-----------------------------------------------------
|
*/

.tobbar{
    padding: 7px;
}

.topaddress{margin-top: 10px;}
.topaddress i{}

.search{
    background: #fff;
    border-radius: 30px;
    padding: 5px;
    position: relative;
}
.search input{
    padding: 5px;
    padding-left: 15px;
    width: 100%;
    height: 32px;
    border-radius: 10px;
    border: none;
    color: #000;
}
.search button{
    background: #fff;
    color: #999;
    position: absolute;
    right: 3%;
    bottom: 8px;
    font-size: 20px;
    border: none;
}

.accnt{margin-top: 10px;}
.accnt ul{}
.accnt ul li{
    float: right;
    margin-left: 10px;
}
.accnt ul li a{
    color: #fff;
    display: block;
}

.menubar{
    border-bottom: 1px solid #e3e3e3;
    box-shadow: 0px 3px 5px #e3e3e3;
    z-index: 2;
    background: #fff;
    width: 100%;
}
.logo{}
.logo img{width: 100%;}


.mainmenu{
    height: 68px;
    margin-top: 8px;
}
.mainmenu ul{}
.mainmenu ul li{
    position: relative;
    float: left;
}
.mainmenu ul li a{
    padding: 23px 20px;
    display: block;
    cursor: pointer;
}
.mainmenu ul li:hover > a{
    color: #E4002B;
}
a.active{
    color: #E4002B;
}

/* sub menu */
.mainmenu ul ul{
    display: none;
    position: absolute;
    z-index: 9;
    background: #fff;
    min-width: 200px;
    border: 1px solid #f5f5f5;
    border-left: 2px solid #f0f0f0;
    border-bottom: none;
}
.mainmenu ul li:hover > ul{
    display: block;
}

/* submenu icon*/
.has-sub::after {
    position: absolute;
    content: "";
    top: 29px;
    right: 2px;
    width: 6px;
    height: 6px;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg);
}
.hsb::after {
    top: 16px;
    right: 10px;
    transform: rotate(-45deg);
}
/* end submenu icon*/

ul.sub{
    left: 200px;
    top: 0;
}

.mainmenu ul ul li{
    float: none;
    border-bottom: 1px solid #f5f5f5;
}
.mainmenu ul ul li a{
    padding: 9px 20px;
}
.mainmenu ul ul li a i{
    float: right;
    margin-top: 3px;
}
.mainmenu ul ul li:hover > a{
    color: #E4002B;
}

.cart{
    margin-top: 20px;
    text-align: right;
}
.cart a{}
.cart a i{font-size: 24px;}
.cart span{
    font-weight: normal;
    border-radius: 100%;
    display: inline-block;
    height: 20px;
    width: 20px;
    text-align: center;
}

.cats{}
.cats h3{
    font-size: 17px;
    padding: 10px;
    text-transform: uppercase;
    text-align: center;
}

.cats ul{height: 355px;}
.cats ul li{
    margin-bottom: 3px;
    position: relative;
}
.cats ul li a{
    display: block;
    padding: 7px;
}
.cats ul li a:hover{
    background: #e3e3e3;
}
.cats ul li a img{
    width: 32px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.cats ul li ul{
    display: none;
    position: absolute;
    z-index: 999;
    top: 0;
    right: -50%;
    background: #fff;
    width: 50%;
    height: auto;
}
.cats ul li:hover  ul{ display: block;}


.slider{
    height: 400px;
    overflow: hidden;
}
.slider img{
    height: 400px;
}

.gap{
    margin-top: 50px;
}

.card{
    position: relative;
    border: 1px solid #e3e3e3;
    padding: 5px;
    border-radius: 3px;
    margin: 25px 0;
    overflow: hidden;
    text-align: center;
    min-height: 390px;
}

.card > span,
.sf{
    position: absolute;
    right: 0;
    padding: 5px;
    border-radius: 50px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 82px;
    font-size: 12px;
    margin-right: 5px;
    margin-top: 10px;
    z-index: 1;
}

.card img{
    width: 100%;
    height: 250px;
    margin-bottom: 15px;
}
.card h6{font-weight: 500;}
.card h6 a{
    margin: 0;
    padding: 0;
}

.card p{
    font-weight: 600;
    margin: 5px 0;
    font-size: 18px;
}
.card p span{
    text-decoration: line-through;
    margin-right: 15px;
    color: red;
    font-weight: 100;
}

.card a{
    display: inline-block;
    padding: 10px 7px;
    border-radius: 3px;
    margin: 15px 3px 0;
    width: 45%;
}

.rating{}
.rating ul{margin: 5px 0;}
.rating ul li{display: inline-block;}
.rating ul li i{color:#FACA51;}

.topcat{
    text-align: center;
}
.topcat img{
    border-radius: 100%;
    margin: 25px 0 10px;
    border: 1px solid #e3e3e3;
    padding: 5px;
    width: 100px;
    height: 100px;
    display: inline-block;
}
.topcat h6{
    font-weight: 400;
}

.footertop {
    border-top: 12px solid #f0f0f0;
    margin-top: 50px;
    padding: 50px 0;
    font-weight: 400;
}

.footlogo{}
.footlogo img{
    width: 80%;
    margin-bottom: 15px;
    display: inline-block;
}
.footlogo ul{}
.footlogo ul li{margin: 7px 0;}
.footlogo ul li i{}

.footlink{
    margin-top: 30px;
    font-size: 14px;
}
.footlink h6{
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 800;
}
.footlink ul{}
.footlink ul li{margin-bottom: 10px;}
.footlink ul li a{display: block;}
.footlink ul li a:hover{}

.social{}
.social li{
    display: inline-block;
    margin-right:20px;
    font-size: 20px;
}

.footerbottom{
    text-align: center;
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
}
.footerbottom a{
    color: #fff;
}
.footerbottom a:hover{
    text-decoration: underline;
}


/*
|-----------------------------------------------------
|   OTHER PAGE : ACCESS (login, signup, forgot password)
|-----------------------------------------------------
|
*/

.access{
    min-height: 300px;
    width: 40%;
    margin: 35px auto;
}
.access a{
    color: #999;
}
.access a:hover{
    color: #000;
}


/*
|-----------------------------------------------------
|   DEFAULT PAGE
|-----------------------------------------------------
|
*/

.page{
    margin-top: 50px;
    margin-bottom: 50px;
}

.heading{
    text-align: center;
    margin-bottom: 15px;
}

.heading img{
    display: inline-block;
    max-width: 100%;
}

/*------------------*/
.pagenumber{
    overflow: hidden;
    margin: 30px auto 5px;
    width: 100%;
}

.pagenumber ul{text-align: center;}
.pagenumber ul li{display: inline-block;}
.pagenumber ul li a{cursor: pointer;}

.pagenumber ul li a,
.pagenumber ul li span{
    border: 1px solid #e3e3e3;
    display: block;
    padding: 5px 8px;
    border-radius: 3px;
    transition: .30s;
}



.zoomarea{
    min-height: 500px;
    border: 1px solid #e3e3e3;
    padding: 15px;
    border-radius: 3px;
}
.sf{
    padding: 7px;
    width: 100px;
    font-size: 15px;
}
.zoomarea img{}

.bzoom_small_thumbs img,
.bzoom_smallthumb_active img{
    width: 92px !important;
    height: 92px !important;
    margin-right: 3px;
}

.cardsingle{
    min-height: 500px;
    font-weight: 700;
    border: 1px solid #e3e3e3;
    padding: 15px;
    border-radius: 3px;
    overflow: hidden;
}
.cardsingle p{
    font-size: 20px;
    margin-top: 12px;
    margin-bottom: 20px;
}
.cardsingle p span{
    text-decoration: line-through;
    color: #999;
    margin-right: 15px;
}

.cardsingle ul{margin-bottom: 30px;}
.cardsingle ul li{
    margin-bottom: 15px;
}

.cardsingle ul li input{
    padding: 10px;
    width: 100px;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    margin: 10px 7px;
}

.cardsingle ul li span{
    display: inline-block;
    padding: 7px 10px;
    margin-right: 7px;
    cursor: pointer;
    margin-top: 10px;
}


/*======================================
            PAGE: CART
=======================================*/
.cartarea{}
.cartarea table{
    width: 80%;
    margin: 0 auto;
}
.cartarea th,
.cartarea td{
    text-align: center;
    border: 1px solid #e3e3e3;
}
.cartarea th{
    background: #ededed;
    color: #333;
    padding: 10px 0;
}
.cartarea td{
    padding: 5px;
    vertical-align: middle;
}
.cartarea td img{
    height: 80px;
    width: 74px;
    display: block;
    margin: 0 auto;
    padding: 3px;
    border: 1px solid #ededed;
}

td.c4{text-align: right;}
td.c5{text-align: left;}
.cartarea td input[type="number"]{
    width: 50px;
    padding-left: 5px;
}

a.cntnue-shopping{
    display: block;
    text-align: right;
    margin: 60px 115px 0 0;
    width: 300px;
}

/*---------------*/
.empty, .notfound{
    text-align: center;
    min-height: 400px;
}
.empty h1{
    font-size: 40px;
    margin-top: 100px;
}
.empty a{
    padding: 7px 10px;
    display: inline-block;
    margin-top: 14px;
    border: 1px solid #1ABC9C;
}

/*---------------*/
.notfound h1{
    color: #1ABC9C;
    font-size: 20em;
    line-height: 1;
}

/*======================================
            PAGE: CHECKOUT
=======================================*/
.pmthd{margin: 15px 0;}
.pmthd span{
    border-bottom: 1px solid #f0f0f0;
    background: #f7f7f7;
    padding: 5px;
    display: block;
}

.pmthd ul{margin: 20px;}
.pmthd ul li{margin-bottom: 15px;}


/*
|-----------------------------------------------------
| PAGE: FAQ
|-----------------------------------------------------
|
*/

.faq{text-transform: none;}

.accordion-toggle {
    cursor: pointer;
    border: 1px solid #f0f0f0;
    padding: 8px 10px;
    margin-bottom: 7px;
}
.accordion-toggle:after {
    content: '';
    font-family:'FontAwesome';
    float: right;
    margin-top: 3px;
    transition: .40s;
}
.accordion-toggle span{
    background: #e3e3e3;
    color: #2b2b2b;
    display: inline-block;
    padding: 2px 4px;
    border-radius: 2px;
    margin-right: 10px;
}

.acrd-active{
    background: #E4002B;
    color: white;
    border: 1px solid #E4002B;
}
.accordion-toggle.acrd-active:after{
    transform: rotate(90deg);
    content: '';
}
.accordion-content {
    display: none;
    background: #f9f9f9;
    padding: 10px;
    margin-bottom: 7px;
    text-align:justify;
}

.gmap{
    width: 100%;
    margin-bottom: 50px;
}
.gmap iframe{width: 100%;}
.address ul li{
    margin-bottom: 20px;
    text-transform: none;
}


/*
    -----------------------
    Consultancy
    -----------
*/

.banner{
    position: relative;
}
.banner img{
    width: 100%;
}
.overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.caption{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    text-transform: uppercase;
}

.mettingform{
    border: 1px solid #e3e3e3;
    padding: 35px;
    background: #f0f0f0;
    margin: 10px auto;
}

.mettingform > p{

}

.mettingform textarea{
    width: 100%;
    height: 300px;
    padding: 10px;
    border: 1px solid #e3e3e3;
    resize: none;
}

.block{
    border: 1px solid #e3e3e3;
    padding: 15px;
    margin: 10px;
    height: 120px;
}

