@font-face
{
font-family:cairo;
src: url(../fonts/cairo.ttf)
}
@font-face
{
font-family:cairo-black;
src: url(../fonts/cairo-black.ttf)
}
body
{
padding:0px;
margin:0px;
background-color:#f7f7f7;
overflow-x: hidden;
font-family:cairo;
}
html
{
scroll-behavior: smooth;
}
.the-after
{
position: fixed;
left:0px;
width:100%;
height:100%;
background-color: #7f7f7f;
display:none;
z-index:99;
opacity:.6;
}
.top-bar
{
box-shadow: 0px 1px 10px #ebebeb;
padding: 10px;
}
.top-bar ul
{
list-style: none;
padding: 0px;
margin: 0px;
}
.top-bar ul li
{
display: inline-block;
border-left: 1px solid #959595;
padding-right: 10px;
padding-left: 10px;
font-family: cairo-black;
color: #252525;
}
.top-bar ul li .login
{
text-decoration: none;
color:#0063d1;
font-family: cairo-black;
margin-left: 5px;
margin-right: 5px;
}
.top-bar ul li a
{
color: #252525;
text-decoration: none;
}
.top-bar ul li:last-child
{
border-left:none;
}
.top-bar .left-bar
{
text-align: left;
}
.top-bar .left-bar li
{
width:25%;
border-left: none;
}
.header
{
padding: 15px;
}
.header .logo
{
display: block;
text-align: center;
}
.header .logo img
{
display: block;
margin: 0 auto;
}
.header .category
{
margin-top: 15px;
display: inline-block;
width:10%;
position: relative;
}
.header .category span
{
margin-right:5px;
font-family: cairo-black;
cursor: pointer;
}
.header form
{
display: inline-block;
width:89%;
}
.header form input
{
width:55%;
padding: 7px;
border: 1px solid #959595;
outline: none;
padding-right: 10px;
border-bottom-right-radius: 5px;
border-top-right-radius: 5px;
background-color: #f7f7f7;
}
.header form select
{
margin-right: -6px;
position: relative;
background-color: #f7f7f7;
z-index: 99999;
outline: none;
border-bottom-left-radius: 5px;
border-top-left-radius: 5px;
padding-right: 10px;
width:150px;
padding: 3px;
border: 1px solid #959595;
}
.header form button
{
float: left;
width:150px;
color: #fff;
border: none;
transition: all .6s ease-in-out;
font-weight: bolder;
font-family: cairo-black;
border-radius: 5px;
background-color: rgb( 0, 99, 209 );
padding: 8px;
}
.header form button:hover
{
background-color: #252525;
color: #fff;
}
.main-menu
{
border-top:1px solid;
padding: 10px;
width:100%;
float: right;
box-shadow: 0px 1px 10px #ebebeb;

}
.main-menu ul
{
list-style: none;
padding: 0px;
margin: 0px;
text-align: center;
}
.main-menu ul li
{
display: inline-block;
margin-left:20px;
}
.main-menu ul li a
{
transition: all .6s ease-in-out;
color: #252525;
text-decoration: none;
padding-bottom: 5px;
font-family: cairo-black;
}
.main-menu ul li:hover a
{
color: #0063d1;
border-bottom: 3px solid #0063d1;
}
.category-result
{
position: absolute;
width: 100%;
display: none;
background-color: #fff;
top: 60px;
box-shadow: 0px 10px 10px #252525;
z-index: 999;
padding-bottom: 20px;
right: -150px;
}
.category-result h3 a
{
text-decoration: none;
font-family: cairo-black;
font-size: 18px;
color: #000;
}
.category-result ul
{
list-style: none;
padding: 0px;
margin: 0px;
}
.category-result ul li
{
margin-bottom: 10px;
}
.category-result ul li a
{
color: #252525;
text-decoration: none;
font-family: cairo-black;
}







.sidenav
{
height: 100%;
width: 0%;
position: fixed;
z-index:99999999;
top: 0;
right: 0;
background-color:#f1f2f6;
overflow-x: hidden;
transition: 0.5s;
padding-top:30px;
text-align:center;
}
.sidenav .closebtn
{
position: absolute;
top: 0;
z-index:999999;
left: 25px;
font-size:20px;
margin-left:10px;
}
.hidden-xx
{
display: none;
color: #0063d1;
}
.sidenav .icons-bar ul
{
list-style: none;
margin-top: 20px;
margin-bottom: 15px;
}
.sidenav .icons-bar ul li
{
display: inline-block;
width:30%;
}
.sidenav .icons-bar ul li a
{
text-decoration: none;
color: #252525;
font-family: cairo-black;
}
.sidenav .top-links ul
{
padding: 0px;
text-align: right;
margin: 0px;
padding-right: 5px;
}
.sidenav .top-links ul li
{
display: block;
margin-top: 10px;
}
.sidenav .top-links ul li a
{
font-family: cairo-black;
text-decoration: none;
color: #252525;
}
.sidenav .search-nav
{
display: block;
}
.sidenav .search-nav input
{
width:100%;
border-radius: 7px;
padding: 7px;
}
.sidenav .search-nav button
{
display: block;
float: none;
margin: 0 auto;
margin-top: 10px;
margin-bottom: 20px;
}
.main-slider
{
margin-top: 44px;
margin-bottom: 80px;
}
.main-slider  .slider-content
{
padding-top:15%;
text-align: center;
height:300px;
background-color: #0063d1;
position: relative;
z-index:9999999;
}
.main-slider  .slider-content h4
{
color: #fff;
padding-bottom: 10px;
}
.main-slider  .slider-content p
{
color: #fff;
}
.main-slider  .slider-content a
{
margin: 0 auto;
background-color: #fff;
color: #0063d1;
padding:10px;
width:180px;
text-decoration: none;
border-radius: 3px;
margin-top: 20px;
display: block;
}
.main-slider  .slider-pic img
{
height:300px;
width:100%;
}
.categories
{
margin-bottom: 30px;
margin-top: 80px;
}
.categories .col-sm-2
{
padding: 0px;
}
.categories .categ-header h4
{
font-family: cairo-black;
}
.categories .categ-header h4 a
{
float: left;
color: #252525;
font-size: 12px;
text-decoration: none;
font-family: cairo-black;
}
.categories .the-categ
{
margin: 0 auto;
text-align: center;
display:block;
margin-top:25px;
margin-bottom: 25px;
}
.categories .categ-header h4 a i
{
margin-right: 5px;
}
.categories .the-categ img
{
display: block;
height:150px;
margin: 0 auto;
}
.categories .the-categ a
{
font-size: 16px;
display: block;
font-family: cairo-black;
width:100%;
text-decoration: none;
color: #252525;
margin-top: 10px;
}
.daily
{
margin-bottom: 30px;
}
.daily .col-sm-2
{
padding: 0px;
}
.daily .daily-header h4
{
font-family: cairo-black;
margin-bottom: 20px;
}
.daily .daily-header h4 a
{
float: left;
color: #252525;
font-size: 12px;
text-decoration: none;
font-family: cairo-black;
}
.categories .the-categ
{
margin: 0 auto;
text-align: center;
display:block;
margin-top:25px;
margin-bottom: 25px;
}
.daily .the-daily h4 a i
{
margin-right: 5px;
}
.daily .the-daily  img
{
display: block;
height:150px;
margin: 0 auto;
padding: 15px;
width:200px;
box-shadow: 0px 1px 10px #ebebeb;
}
.daily .the-daily h6
{
font-size: 16px;
display: block;
font-family: cairo-black;
padding-right:30px;
width:100%;
text-decoration: none;
color: #252525;
margin-top: 10px;
}
.why-us h3
{
margin-bottom: 25px;
font-family: cairo-black;
}
.why-us .why-con
{
margin-bottom: 30px;
text-align: center;
}
.why-us .why-con i
{
border: 4px solid #0063d1;
color: #e43137;
border-radius: 150px;
/* padding: 15px 20px; */
font-size: 24px;
width: 60px;
height: 60px;
line-height: 53px;
text-align: center;
margin-bottom: 10px;
}
.footer
{
padding-top: 20px;
padding-bottom: 20px;
border-top: 2px solid #959595;
border-bottom: 2px solid #959595;
}
.footer h4
{
margin-bottom: 25px;
font-family: cairo-black;
}
.footer .footer-con ul
{
list-style: none;
padding: 0px;
margin: 0px;
}
.footer .footer-con ul li
{
margin-bottom: 10px;
}
.footer .footer-con ul li a
{
color: #959595;
text-decoration: none;
font-family: cairo-black;
}
.footer .footer-con ul li a i
{
margin-left: 10px;
}
.footer .footer-form input
{
width:100%;
padding: 7px;
border: none;
outline: none;
border: 1px solid #959595;
border-radius: 5px;
}
.footer .footer-form button
{
margin: 0 auto;
border: 0;
padding: 7px;
color: #fff;
margin-top: 10px;
display: block;
width:140px;
border-radius: 5px;
background-color: #0063d1;
}
.copyright
{
text-align: center;
padding:8px;
}
.copyright p
{
color: #959595;
font-family: cairo-black;
margin-bottom: 0px;
}
.road p
{
margin-top: 20px;
margin-bottom: 20px;
}
.road p span
{
margin-right: 10px;
margin-left: 10px;
color: #b3b3b3;
font-family: cairo-black;
}
.section .right-section h2
{
font-family: cairo-black;
color: #252525;
margin-bottom: 40px;
}
.section .right-section ul
{
list-style: none;
padding: 0px;
margin: 0px;
}
.section .right-section ul li
{
margin-bottom: 10px;
}
.section .right-section ul li a
{
color: #252525;
font-family: cairo-black;
text-decoration: none;
}
.section .section-content
{
border-radius: 10px;
background-color: #fff;
float: right;
margin-top: 70px;
padding: 15px;
width:100%;
margin-bottom: 50px;
}
.section .section-content .pro
{
margin-top:30px;
}
.section .section-content .pro img
{
width:100%;
height:180px;
}
.section .section-content .pro h4
{
margin-top: 18px;
text-align: center;
}
.manage-pro .prop h2
{
background-color: #fff;
padding: 8px;
text-align: right;
font-size: 14px;
float: right;
width:100%;
font-family: cairo-black;
margin-top:10px;
}
.manage-pro .prop ul
{
padding: 0px;
margin: 0px;
background-color: #fff;
float: right;
width:100%;
list-style: none;
padding: 10px;
}
.manage-pro .prop ul li
{
margin-top: 5px;
float: right;
display: block;
width: 100%;
}
.manage-pro .prop ul li input[type="radio"], input[type="checkbox"]
{
margin-left: 10px;
}
.manage-pro .pro-details
{
background-color: #fff;
float: right;
width:100%;
padding: 15px;
margin-bottom: 50px;
}
.manage-pro .pro-details hr
{
float: right;
width:100%;
margin-top: 0px;
border: 1px solid #b7b7b7;
}
.manage-pro .pro-details .pro img
{
width:100%;
height: 150px;
margin-bottom: 20px;
}
.manage-pro .pro-details .pro p .checked
{
color: #f4ae01;
}
.manage-pro .pro-details .pro h4
{
color: #111111;
font-family: cairo-black;
}
.manage-pro .pro-details .pro h2
{
margin: 10px;
font-family: cairo-black;
}
.manage-pro .pro-details .pro h2 span
{
font-size: 14px;
}
.manage-pro .pro-details .pro a
{
float: right;
width:180px;
padding: 7px;
border-radius: 5px;
text-decoration: none;
color: #fff;
text-align: center;
background-color: #0063d1;
}
.product-details
{
margin: 0 auto;
background-color: #fff;
display: block;
width:90%;
margin-bottom: 40px;
}
.product-details .details-top
{
padding-top: 5px;
border-bottom: 1px solid #d7d7d7;
margin-bottom: 30px;
}
.product-details .details-top h4
{
font-family: cairo-black;
}
.product-details .details-top p span
{
color: #d7d7d7;
}
.product-details .details-top p .checked
{
color: #f4ae01;
}
.product-details .fancy-pic img
{
margin: 0 auto;
height: 80px;
display: block;
width:120px;
margin-bottom: 10px;
}
.product-details .col-sm-4
{
padding: 0px;
}
.product-details .big-fancy .main-pic
{
height:350px;
width:100%;
}
.product-details .description h4
{
font-family: cairo-black;
}
.product-details .description h3
{
padding-right: 50px;
}
.product-details .description hr
{
border: 1px solid #111111;
}
.product-details .description p
{
color: #959595;
line-height: 25px;
margin-bottom: 20px;
}
.product-details .description a
{
display: block;
transition: all .6s ease-in-out;
margin: 0 auto;
width:240px;
text-decoration: none;
text-align: center;
border-radius:5px;
margin-bottom: 10px;
padding: 12px;
border: 1px solid #0063d1;
}
.product-details .description a:hover
{
background-color:#0063d1;
color: #fff;
}
.more
{
display: block;
margin: 0 auto;
width:80%;
background-color: #fff;
    padding-top: 20px;
}
.more h3
{
    font-family: cairo-black;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.more p
{
    width:80%;
    color: #707070;
    line-height: 25px;
}
.more ul
{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.more ul li
{
    margin-right: 25px;
    color: #707070;
    margin-bottom: 15px;
}
.more .plus li
{
    float: left;
    width:40%;
}