body{
	font-family: 'Roboto', sans-serif !important; 
    font-size: 14px;
    line-height: 1.5rem;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-family: 'Roboto', sans-serif !important; 
}
/*--------------Header css start ---------------*/
.page-wrapper {
    position: relative;
    transition: transform 0.35s;
}
.top-header {
    background-color: #2874f0;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 35px;
    height: 45px;
}
.header-search-cate{
    position: absolute !important;
    z-index: 99;
    right: 45px;
    background: #fff;
    border: solid 4px #ddd;
    top: 50px;
}
.mobile_accoutn{
        display: block!important;
}
.mobile_login {
    display: none;
}
.sticky-header.fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1040;
    background-color: #fff;
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
    padding-top: .7rem;
}
.header-search {
    background: #fff;
}
.header-search .header-search-wrapper.show {
    display: flex !important;
}
.top-header-nav {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}
.top-header-nav li {
    display: inline-block;
    position: relative;
    margin-right: 17px;
    line-height: normal;
    color: #f5f5f5;
}
#search-data{
    position: relative;
}
.header-search-wrapper{
	display: flex;
}
.header-search .form-control {
    border: 2px solid transparent;   
    width: 100%;
    height: 35px;
    border-radius: 0px;
}
.header-search select {
    width: 100%;
    border: 0;
    border-left: 1px solid #dbe0e2;
    line-height: 35px;
    color: #8d8d8d;
    padding: 0px 10px;  
    -moz-appearance: none;
    -webkit-appearance: none;
    border-right: solid 1px #ddd;
}
.header-search .btn {
    min-width: 0;  
    background: #fff;   
    border-radius: 0;
    padding: 0 15px;
}
.select-custom{
	line-height: 0px;
	flex:0 0 142px;
}
.drop_down {
    color: #fff;
    position: relative;
    left: 10px;
    font-size: 10px;
}
.mega-menu{
	 position: absolute;
	 transform: translateX(-50%);
	 top: 54px;
     left: 0px;
     padding: 25px !important;
     box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
     border: solid 1px #ddd;
}
.mega-menu>li{
	width: 100% !important;
}
.mega-menu h5{
	border-bottom: solid 1px #ddd;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
.menubar li ul {
    display: none;     
    background: #fff;
    z-index: 999;
    width: 300px;
    margin-left:55px;
    white-space: nowrap;
    overflow: auto;
 
}
.menubar li:hover ul {
    display: table;
}
/*--------------Header css end ---------------*/
/*--------------Navbar css start ---------------*/
.logo img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 130px;
    margin-top: 4px;
}
.mobile-menu-toggler {
    border: 0;
    background: transparent;  
    display: none;   
    margin-right: 1.5rem;
    cursor: pointer;
}
.header-middle {
    padding: 0 15px !important;
    height: 55px;
    line-height: 40px;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 16%);
}
.main-nav {
    float: right;
}
.menubar {
    width: 100%;
    position: relative;
    list-style: none;
    z-index: 99;
}
.menubar li {
    position: relative;
    float: left;
    display: block;
    padding: 7px 15px;
}
.menubar li a {
    color: #212121;
    font-size: 14px;
    text-transform: uppercase;
}
.mobile-nav{
   display: none;
}
.main-nav ul li ul li {
    text-transform: capitalize;
    font-weight: 100;
    font-size: 13px;
}
.menubar li ul li {
    width: calc(100% / 4);
}
/*--------------Navbar css end ---------------*/

/*--------------Slider css start ---------------*/

.carousel.slide .fa-chevron-left{
    width: 30px;
    height: 30px;
    display: block;
    background: #171313;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
}
.carousel.slide .fa-chevron-right{
    width: 30px;
    height: 30px;
    display: block;
    background: #171313;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
}
.banner_imggess.first-sec .banner-image {
    border-radius: 0px 40px 0px 40px;
}
.banner_imggess.first-sec .banner img {
    height: 380px;
    object-fit: cover;
}

/*--------------Slider css end ---------------*/

/*--------------Owl slider css start ---------------*/
.latest-products-crousel{
	position: relative;
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-height {
    transition: height 500ms ease-in-out;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
.product {
    display: inline-block;
    padding: 0;
    overflow: hidden;
    background-color: white;
    position: relative;
    padding-bottom: 10px;
    width: 100%;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.product-image img {
    display: block;
    height: 350px;
    width: 100%;
    object-fit: cover;
}
.product-title a {
    color: #212121;
    font-size: 14px;
    font-weight: 500; 
}
.old-price{
    text-decoration: line-through;
    color: #999;
    margin-left: 5px;
}
.featured-products-crousel{
    position: relative;
}
.special-products-crousel{
    position: relative;
}
.product_nume{
	text-transform: capitalize;
}
/*--------------Owl slider css end ---------------*/
.banner_imggess.second-sec h2 {
    padding-bottom: 70px;
}
.banner_imggess{
  text-align: center;
  padding:40px 0px 50px; 
}
.banner_imggess.second-sec .banner img{
    height: 350px;
    object-fit: cover;
    transition: all 1s ease;
}
.category-section-crousel{
    position: relative;
}
.breadcrumb{
    background-color: transparent;
    margin-bottom: 0rem;
}
.owl-prev {
    width: 45px;
    height: 45px;
    background: #ff708e;
    border: none;
    border-radius: 50%;
    position: absolute;
    left: 70px;
    top: 50%;
    line-height: 50px;
}
 .owl-next{
    width: 45px;
    height: 45px;
    background: #ff708e;
    border: none;
    border-radius: 50%;
    position: absolute;
    right: 70px;
    top: 50%; 
    line-height: 50px;
}
.totalt_review {
/*    text-align: center;*/
}

.date-timer {
    width: 160px;
    font-size: 14px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 500;
}
.currency ul li{
    font-size: 12px;
}
.date-timer span{
    background:rgba(255, 255, 255, 0.75);
    padding:6px 4px;
    display:inline-block;
    margin:0px 2px;
    border:solid 1px #fff;
}
.blog-slide figure span{
   position: absolute;
   bottom: 0px;
   right: 0px;
}
.product-image-container{
    position: relative;
    margin-bottom: 0px;
}
.icon-angle-left::before{
	content: "\f053";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 20px;
	color: #fff;
}
.icon-angle-right::before{
	content: "\f054";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 20px;
	color: #fff;
}

/*--------------Blog css start ---------------*/
.blog-slide h5 a {
    color: #000;
}
.owl-dots{
    display: none;
}
.blog-slide figure{
    margin-bottom: 0px;
    position: relative;
}
.blog-slide h6 {
    padding: 10px 25px;
    color: #fff;
    font-weight: 500;
    background: #000;
    position: absolute;
    bottom: 0px;
    margin-bottom: 0px;
}
.blog-slide p {
    color: #555;
}
.partners-container{
    position: relative;
}

.post-detail ul {
    display: inline-flex;
    margin-bottom: 5px;
    border-bottom: solid 1px #ddd;
    padding-bottom: 5px;
}
.post-detail ul li {
    margin-right: 15px;
    line-height: 30px;
}
.comment-form label{
    display: block;
}
.comment-form .form-control{
    padding: 1.375rem .75rem;
}
.partners-container .owl-prev {
    color: #fff;
    font-size: 35px;
    line-height: 30px;
}
.partners-container .owl-next {
    color: #fff;
    font-size: 35px;
    line-height: 30px;
}
.post-date{
    padding: 10px 25px;
    color: #fff;
    font-weight: 500;
    background: #000;
    position: absolute;
    bottom: 0px;
    margin-bottom: 0px;
}
.blog-thumb{
    position: relative;  
}
.blog-thumb img{
  height: 250px;
}
.post-date ul{
    margin-bottom: 0;
}
.news-text p{
    color: #555;
}
.news-inner h5 a {
    color: #000;
}
.blog-slide.owl-carousel .owl-item img {
    height: 250px;
    object-fit: cover;
}

/*--------------Blog css end ---------------*/

/*--------------Contact css start ---------------*/
.contact-form label {
    margin-bottom: 0px !important;
}
.contact-info ul li{
    position: relative;
    left: 20px;
    margin-bottom: 20px;
}
.contact-info ul li a{
    color: #000;
    font-size: 15px;
}
.contact-info ul li span{
    position: absolute;
    left: -20px;
}
/*--------------Contact css end ---------------*/

/*--------------Footer css start ---------------*/
.footer {
    color: #212121;
    background-color: #fafafa;
    padding-top: 20px; 
    line-height: 1.9;
    width: 100%; 
}
.footer .widget-title {
    color: #212121;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-top: 0; 
    font-size: 1.1rem;
}
.footer-logo {
    height: 50px;
}
.widget-newsletter p {
    color: #212121;
    font-size: 15px;
}
.footer .links {
    margin-bottom: 0;
}
.footer strong{
    font-size: 14px;
}
.footer a {
    color: #212121;
    font-size: 14px;
}
.footer-bottom ul {
    display: inline-flex;
    float: right;
}

/*--------------Footer css start ---------------*/

.my-tabs .nav.nav-tabs {
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
    border-radius: 2px;
    border: 0;
    margin: 0;
}
.my-tabs .nav-tabs > li.active > a {
    background-color: #f5faff;
}
.my-tabs .nav-tabs > li > a {
    padding: 15px 0px 15px 20px !important;
    border-radius: 0px;
    margin: 0;
    font-size: 16px;
    text-align: left;
    border: 1px solid #ededed;
    background-color: #fff;
    color: #878787;
}
.my-tabs .nav>li {
    width: 100%;
    display: inline-grid;
}
.my-tabs .tab-content>.active {
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
    background-color: #fff;
    display: block;
    width: 100%;
    padding: 20px; 
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 20px;
}
.my-tabs .card-header {
    padding: 1.2rem 1.5rem;
    background-color: #f5f5f5;
    border-radius: 0;
    color: #252525;
    border-color: #ddd;
    line-height: 1.5;
    margin: 0;
}
.my-tabs .card-header a{
        color: #252525;
}
.edit-prof input[type="submit"] {
    border:none;
    width: 100%;
    padding: 9px 23px;
    color: #fff;
    transition: .2s;
    margin-top: 35px;
}
.edit-prof label {
    margin: 5px 0 5px 0;
    color: #333;
}
.edit-prof h5 a{
    color: #212121;
    font-size: 15px;
}
.header-search .form-control {
    font-size: 14px;
}
.panel-heading {
    padding: 0;
    border:0;
}
.wrapper .panel{
    border-bottom: solid 1px #eee;
}
.wrapper .panel-title{
    margin-bottom: 0px;
}
.panel-title>a, .panel-title>a:active{
    text-transform: uppercase;
    font-size: 13px;
    display:block;
    padding:10px;
    color:#212529;
    letter-spacing:1px; 
    text-decoration:none;
}
.panel-heading  a:before {
   content: "\f078";
   font: normal normal normal 11px/1 FontAwesome;
   float: right;
   transition: all 0.5s;
   color: #999;
}
.panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
} 
.wrapper{

}





.product-single-gallery .owl-theme .owl-nav, .product-single-gallery .owl-theme .owl-nav {
	font-size:32px;
	color:#000
}
.product-single-gallery .owl-prev, .product-single-gallery .owl-next {
	margin:0 2rem !important;
transition:all .5s;
	opacity:0
}
.prod-thumbnail {
	padding:0.5rem 1rem
}
.prod-thumbnail img {
	cursor:pointer;
	width:100%
}
.prod-thumbnail>div {
	padding:0.5rem
}
.prod-thumbnail .active img, .prod-thumbnail img:hover {
	border:2px solid #21293c
}
.transparent-dots {
	position:absolute;
	display:flex;
	flex-direction:column;
	margin:0;
	top:1rem;
	padding:0;
	opacity:.5;
	width:80px;
	z-index:99
}
.transparent-dots .active img, .transparent-dots img:hover {
	border:1px solid #65829d
}
.product-slider-container {
	position:relative
}
.prod-full-screen {
	position:absolute;
	right:2rem;
	bottom:1.7rem;
	z-index:1;
	outline:none;
	opacity:0;
    transition:all .5s;
     width: 40px;
    height: 40px;
    border-radius: 50%;
}
.accordion-tab-copy ul li{
  list-style-type: disc;
  margin-left: 30px;
   font-family: 'Roboto', sans-serif !important;
    text-transform: none;
    font-size: 15px;
}
.prod-full-screen i {
    font-size: 25px;
    cursor: pointer;
    color: #fb641b;
    position: relative;
    top: 8px;
    left: 7px;
}
.address_type{
    padding:10px;
}
.address_type span{
   text-transform: initial; 
}
.address_type h4{
  font-family: 'Roboto', sans-serif !important;
    font-size: 15px; 
    text-transform: initial;
}
.address_type h3{
  font-family: 'Roboto', sans-serif !important;
    font-size: 15px;
    text-transform: initial;
}

.product-item:hover .prod-full-screen, .product-item:hover .owl-prev, .product-item:hover .owl-next {
	opacity:1
}
.product-single-gallery img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    height: auto !important;
}
.prod-thumbnail img {
	display:block;
    height:70px !important;
    object-fit: cover;
}
.prod-thumbnail .owl-dot {
	box-sizing:border-box
}
.single-info-list {
	font-size:1.4rem;
	line-height:1.5;
	padding:0;
	margin-bottom:2rem;
	text-transform:uppercase
}
.single-info-list li {
	margin-bottom:1rem;
	letter-spacing:.005em;
	color:#7b858a
}
.product-single-gallery .owl-prev{
    display:none;
}
.product-single-gallery .owl-next{
    display:none;
}
.mfp-ready.mfp-bg {
    background-color: #000;
    -webkit-transition: all .35s ease-out;
    -moz-transition: all .35s ease-out;
    transition: all .35s ease-out;
}
.mfp-zoom-out-cur .mfp-counter {
    color: #fff;
}
.mfp-zoom-out-cur .mfp-bg {
    opacity: .8;
}
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #fff;
    opacity: .5
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container::before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container::before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #222;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #222
}

.mfp-preloader a:hover {
    color: #FFF
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #222;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1
}

.mfp-arrow:before,
.mfp-arrow::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow::after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow::before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left::after {
    border-right: 17px solid #FFF;
    margin-left: 31px
}

.mfp-arrow-left::before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right::after {
    border-left: 17px solid #FFF;
    margin-left: 39px
}

.mfp-arrow-right::before {
    border-left: 27px solid #3F3F3F
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure::after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}
.prod-full-screen img {
    cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    .mfp-img-mobile .mfp-figure::after {
        top: 0;
        bottom: 0
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}
